[Dart-dev] [4803] DART/trunk/diagnostics/threed_sphere/obs_diag.f90: Changed the definition of 'bias' in the netcdf global attribute

nancy at ucar.edu nancy at ucar.edu
Fri Mar 18 13:23:23 MDT 2011


Revision: 4803
Author:   thoar
Date:     2011-03-18 13:23:23 -0600 (Fri, 18 Mar 2011)
Log Message:
-----------
Changed the definition of 'bias' in the netcdf global attribute
to be less confusing. It was (forecast-observation) which was
misleading if plotting an 'analysis' ...

Modified Paths:
--------------
    DART/trunk/diagnostics/threed_sphere/obs_diag.f90

-------------- next part --------------
Modified: DART/trunk/diagnostics/threed_sphere/obs_diag.f90
===================================================================
--- DART/trunk/diagnostics/threed_sphere/obs_diag.f90	2011-03-18 17:30:03 UTC (rev 4802)
+++ DART/trunk/diagnostics/threed_sphere/obs_diag.f90	2011-03-18 19:23:23 UTC (rev 4803)
@@ -3060,7 +3060,7 @@
               'WriteNetCDF', 'put_att obs_diag_revdate '//trim(fname))
 
    call nc_check(nf90_put_att(ncid, NF90_GLOBAL, 'bias_convention', &
-              'forecast - observation' ), 'WriteNetCDF', 'put_att bias '//trim(fname))
+              'model - observation' ), 'WriteNetCDF', 'put_att bias '//trim(fname))
 
    call nc_check(nf90_put_att(ncid, NF90_GLOBAL, 'horizontal_wind', &
               'vector wind derived from U,V components' ), &


More information about the Dart-dev mailing list