[Dart-dev] [3897] DART/trunk/observations/utilities/threed_sphere/input.nml: make namelist match defaults in code
nancy at ucar.edu
nancy at ucar.edu
Tue Jun 2 11:10:19 MDT 2009
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20090602/bae63e0a/attachment.html
-------------- next part --------------
Modified: DART/trunk/observations/utilities/threed_sphere/input.nml
===================================================================
--- DART/trunk/observations/utilities/threed_sphere/input.nml 2009-06-01 15:40:24 UTC (rev 3896)
+++ DART/trunk/observations/utilities/threed_sphere/input.nml 2009-06-02 17:10:19 UTC (rev 3897)
@@ -45,22 +45,21 @@
/
&obs_seq_to_netcdf_nml
- obs_sequence_name = '/Users/thoar/DART/models/bgrid_solo/work/01_01/obs_seq.final'
+ obs_sequence_name = 'obs_seq.final'
lonlim1 = 0.0,
lonlim2 = 360.0,
- latlim1 = -80.0,
- latlim2 = 80.0,
- verbose = .true.
+ latlim1 = -90.0,
+ latlim2 = 90.0,
+ verbose = .false.
/
-# obs_sequence_name = '/users/thoar/temp/obs_0001/obs_seq.final'
&wind_obs_to_table_nml
obs_sequence_name = 'obs_seq.final'
lonlim1 = 0.0,
lonlim2 = 360.0,
- latlim1 = -80.0,
- latlim2 = 80.0,
- verbose = .true.
+ latlim1 = -90.0,
+ latlim2 = 90.0,
+ verbose = .false.
/
&obs_diag_nml
@@ -97,8 +96,8 @@
keep_types = .false.,
print_only = .false.,
min_lat = -90.0,
- max_lat = 90.0,
- min_lon = 0.0,
+ max_lat = 90.0,
+ min_lon = 0.0,
max_lon = 360.0
/
More information about the Dart-dev
mailing list