[Dart-dev] [4666] DART/trunk/models/wrf: Added option to print data min/ max values for each field (U, V, Q, etc) as it is

nancy at ucar.edu nancy at ucar.edu
Fri Jan 21 10:44:47 MST 2011


Revision: 4666
Author:   nancy
Date:     2011-01-21 10:44:46 -0700 (Fri, 21 Jan 2011)
Log Message:
-----------
Added option to print data min/max values for each field (U,V,Q,etc) as it is
converted between WRF netcdf and DART state vector files.  The only functional
change is that the date associated with the data after a model advance now
comes directly from the time in the WRF output file and not just a copy of
what DART asked the advance time to be (via the wrf.info file).  Before there
was no way to catch a failed advance or non-updated output file based on the
date inside the dart state vector file.

There is one non-backwards-compatible change with this update - the dart_to_wrf
utility now requires a namelist &dart_to_wrf_nml which is new.  The input.nml
being committed here includes the new namelist.  It will need to be pasted into
any input.nml files being used that aren't updated by the subversion updates.

Modified Paths:
--------------
    DART/trunk/models/wrf/WRF_DART_utilities/dart_to_wrf.f90
    DART/trunk/models/wrf/WRF_DART_utilities/dart_to_wrf.html
    DART/trunk/models/wrf/WRF_DART_utilities/dart_to_wrf.nml
    DART/trunk/models/wrf/WRF_DART_utilities/wrf_to_dart.f90
    DART/trunk/models/wrf/model_mod.html
    DART/trunk/models/wrf/work/input.nml

-------------- next part --------------



More information about the Dart-dev mailing list