[Dart-dev] [3370] DART/trunk/models/MITgcm_ocean/work/input.nml: adding ability to convert synthetic observations to a DART observation sequence file .

nancy at ucar.edu nancy at ucar.edu
Wed May 21 18:22:00 MDT 2008


An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20080521/7eb7b25e/attachment.html
-------------- next part --------------
Modified: DART/trunk/models/MITgcm_ocean/work/input.nml
===================================================================
--- DART/trunk/models/MITgcm_ocean/work/input.nml	2008-05-22 00:20:20 UTC (rev 3369)
+++ DART/trunk/models/MITgcm_ocean/work/input.nml	2008-05-22 00:22:00 UTC (rev 3370)
@@ -105,7 +105,7 @@
    input_files              = '../../../obs_def/obs_def_MITgcm_ocean_mod.f90'  /
 
 &assim_model_nml
-   write_binary_restart_files = .false.  /
+   write_binary_restart_files = .true.  /
 
 # model specific namelist info
 
@@ -178,3 +178,21 @@
    print_obs_locations   = .true.,
    verbose               = .false.  /
 
+&ocean_obs_nml
+   year     = 1996, 
+   month    = 1, 
+   day      = 1, 
+   tot_days = 14, 
+   max_num  = 800000, 
+   fname    = '../observations/gliders_t_pseudo.txt', 
+   ADCP     = .true., 
+   DRIFTERS = .true., 
+   GLIDERS  = .true., 
+   TMI      = .true., 
+   SSH      = .true., 
+   lon1     = 0.0, 
+   lon2     = 360.0, 
+   lat1     = 0.0, 
+   lat2     = 90.0
+ /
+


More information about the Dart-dev mailing list