[Dart-dev] [4563] DART/trunk/models/wrf/work/input.nml: Add default setting for ' selections file' is not

nancy at ucar.edu nancy at ucar.edu
Thu Nov 18 16:20:24 MST 2010


Revision: 4563
Author:   nancy
Date:     2010-11-18 16:20:24 -0700 (Thu, 18 Nov 2010)
Log Message:
-----------
Add default setting for 'selections file' is not
a full obs_seq file.

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 23:04:50 UTC (rev 4562)
+++ DART/trunk/models/wrf/work/input.nml	2010-11-18 23:20:24 UTC (rev 4563)
@@ -310,12 +310,13 @@
 # from the obs_seq_coverage utility.
 
 &obs_selection_nml
-   filename_seq        = 'obs_seq.out', 
-   filename_seq_list   = '', 
-   filename_out        = 'obs_seq.processed', 
-   selections_file     = 'obsdef_mask.txt', 
-   print_only          = .false., 
-   gregorian_cal       = .true.,
+   filename_seq          = 'obs_seq.out', 
+   filename_seq_list     = '', 
+   filename_out          = 'obs_seq.processed', 
+   selections_file       = 'obsdef_mask.txt', 
+   selections_is_obs_seq = .false.,
+   print_only            = .false., 
+   gregorian_cal         = .true.,
 /
 
 &restart_file_tool_nml


More information about the Dart-dev mailing list