[Dart-dev] [4552] DART/trunk/models/wrf/work/input.nml: The observation sequence coverage program is now ready for friendly

nancy at ucar.edu nancy at ucar.edu
Wed Nov 17 15:45:13 MST 2010


Revision: 4552
Author:   thoar
Date:     2010-11-17 15:45:13 -0700 (Wed, 17 Nov 2010)
Log Message:
-----------
The observation sequence coverage program is now ready for friendly 
testing. The big change is that the output now reflects a temporal
and spatial pattern. The program only selects the observation
closest to the top of the hour since it was determined that some of
the metar stations had multiple observations within a 10 minute window
of the 'top of the hour'.  The namelist provides for the ability to 
only select 'stations' that have between 'X' and 'Y' temporal coverage 
(the site was observed at least 8 times, but not more than 40, for example)

The www-page is forthcoming.

Modified Paths:
--------------
    DART/trunk/models/wrf/work/input.nml

-------------- next part --------------
Modified: DART/trunk/models/wrf/work/input.nml
===================================================================
--- DART/trunk/models/wrf/work/input.nml	2010-11-17 22:43:06 UTC (rev 4551)
+++ DART/trunk/models/wrf/work/input.nml	2010-11-17 22:45:13 UTC (rev 4552)
@@ -294,7 +294,9 @@
    lonlim2    =  360.0,
    latlim1    =  -90.0,
    latlim2    =   90.0,
-   verbose    = .true.,
+   nTmin      =      8,
+   nTmax      =      8,
+   verbose    = .false.,
    /
 
 &restart_file_tool_nml


More information about the Dart-dev mailing list