[Dart-dev] [5547] DART/branches/development/models/wrf/work/input.nml: Added support for the obs_common_subset program.

nancy at ucar.edu nancy at ucar.edu
Tue Jan 31 11:41:28 MST 2012


Revision: 5547
Author:   thoar
Date:     2012-01-31 11:41:28 -0700 (Tue, 31 Jan 2012)
Log Message:
-----------
Added support for the obs_common_subset program.
Can now compare up to 4 parallel observation sequence files.

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

-------------- next part --------------
Modified: DART/branches/development/models/wrf/work/input.nml
===================================================================
--- DART/branches/development/models/wrf/work/input.nml	2012-01-31 18:34:44 UTC (rev 5546)
+++ DART/branches/development/models/wrf/work/input.nml	2012-01-31 18:41:28 UTC (rev 5547)
@@ -397,3 +397,17 @@
    fieldlist_file = '',
    /
 
+&obs_common_subset_nml
+   filename_seq1       = '',
+   filename_seq2       = '',
+   filename_seq3       = '',
+   filename_seq4       = '',
+   filename_seq_list1  = 'obs_list1.txt',
+   filename_seq_list2  = 'obs_list2.txt',
+   filename_seq_list3  = 'obs_list3.txt',
+   filename_seq_list4  = '',
+   filename_out_suffix = '.common'
+   print_only          = .false.,
+   calendar            = 'Gregorian'
+   /
+


More information about the Dart-dev mailing list