[Dart-dev] [4589] DART/trunk/observations/AIRS/work/input.nml: Fix formatting and add missing values for convert namelist.
nancy at ucar.edu
nancy at ucar.edu
Fri Dec 3 11:30:08 MST 2010
Revision: 4589
Author: nancy
Date: 2010-12-03 11:30:08 -0700 (Fri, 03 Dec 2010)
Log Message:
-----------
Fix formatting and add missing values for convert namelist.
Modified Paths:
--------------
DART/trunk/observations/AIRS/work/input.nml
-------------- next part --------------
Modified: DART/trunk/observations/AIRS/work/input.nml
===================================================================
--- DART/trunk/observations/AIRS/work/input.nml 2010-12-02 22:52:15 UTC (rev 4588)
+++ DART/trunk/observations/AIRS/work/input.nml 2010-12-03 18:30:08 UTC (rev 4589)
@@ -7,23 +7,31 @@
input_files = '../../../obs_def/obs_def_AIRS_mod.f90'
/
-&obs_kind_nml
+&convert_airs_L2_nml
+ datadir = '../data',
+ l2_files = 'AIRS.2007.11.01.001.L2.RetStd.v5.2.2.0.G08078150655.hdf',
+ l2_file_list = '' ,
+ outputdir = '../output',
+ min_MMR_threshold = 1.0e-30
+ top_pressure_level = 0.0001,
+ along_track_thin = 0,
+ cross_track_thin = 0,
+ lon1 = 0.0,
+ lon2 = 360.0,
+ lat1 = -90.0,
+ lat2 = 90.0
/
-&location_nml
+&obs_sequence_nml
+ write_binary_obs_sequence = .false.
/
-&utilities_nml
+&obs_kind_nml
/
-&obs_sequence_nml
- write_binary_obs_sequence = .false.
+&location_nml
/
-&convert_airs_L2_nml
- datadir = '../data',
- l2_file = 'AIRS.2007.11.01.001.L2.RetStd.v5.2.2.0.G08078150655.hdf',
- outputdir = '../output',
- lon1 = 0.0, lon2 = 360.0, lat1 = -90.0, lat2 = 90.0
+&utilities_nml
/
More information about the Dart-dev
mailing list