[Dart-dev] [4594] DART/trunk/observations/WOD/work/input.nml: Make the default input. nml settings work with the example

nancy at ucar.edu nancy at ucar.edu
Fri Dec 3 15:17:35 MST 2010


Revision: 4594
Author:   nancy
Date:     2010-12-03 15:17:35 -0700 (Fri, 03 Dec 2010)
Log Message:
-----------
Make the default input.nml settings work with the example
data file we distribute with this converter. 

Modified Paths:
--------------
    DART/trunk/observations/WOD/work/input.nml

-------------- next part --------------
Modified: DART/trunk/observations/WOD/work/input.nml
===================================================================
--- DART/trunk/observations/WOD/work/input.nml	2010-12-03 22:16:10 UTC (rev 4593)
+++ DART/trunk/observations/WOD/work/input.nml	2010-12-03 22:17:35 UTC (rev 4594)
@@ -5,11 +5,12 @@
 ! flist contains a list of input filenames to convert into a single
 !  output file
 &wod_to_obs_nml
-  wod_input_file = '',
-  wod_input_filelist = 'ilist',
-  wod_out_file = 'obs_seq2000.wod',
+  wod_input_file = '../data/XBTS2005',
+  wod_input_filelist = '',
+  wod_out_file = 'obs_seq2005-XBT.wod',
   avg_obs_per_file = 500000,
   debug = 0,
+  timedebug = 0,
   max_casts = -1,
   print_every_nth_cast = 1000,
  /


More information about the Dart-dev mailing list