[Dart-dev] [4555] DART/trunk/models/wrf/work/input.nml: Add the namelist for the obs_selection tool.

nancy at ucar.edu nancy at ucar.edu
Thu Nov 18 10:31:04 MST 2010


Revision: 4555
Author:   nancy
Date:     2010-11-18 10:31:04 -0700 (Thu, 18 Nov 2010)
Log Message:
-----------
Add the namelist for the obs_selection tool.

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-18 17:25:39 UTC (rev 4554)
+++ DART/trunk/models/wrf/work/input.nml	2010-11-18 17:31:04 UTC (rev 4555)
@@ -299,6 +299,18 @@
    verbose    = .false.,
    /
 
+# selections_file is a list of obs_defs output
+# from the obs_seq_coverage utility.
+
+&obs_selection_nml
+   filename_seq        = 'obs_seq.out', 
+   filename_seq_list   = '', 
+   filename_out        = 'obs_seq.processed', 
+   selections_file     = 'obs_defs.txt', 
+   print_only          = .false., 
+   gregorian_cal       = .true.,
+/
+
 &restart_file_tool_nml
    input_file_name              = "filter_restart",        
    output_file_name             = "filter_updated_restart",


More information about the Dart-dev mailing list