[Dart-dev] [4714] DART/trunk/observations/MADIS/shell_scripts/input.nml: A minimal input.nml which suffices to let the advance_time
nancy at ucar.edu
nancy at ucar.edu
Tue Feb 15 14:05:23 MST 2011
Revision: 4714
Author: nancy
Date: 2011-02-15 14:05:22 -0700 (Tue, 15 Feb 2011)
Log Message:
-----------
A minimal input.nml which suffices to let the advance_time
program run. The scripts use the input.nml.template for
everything else.
Modified Paths:
--------------
DART/trunk/observations/MADIS/shell_scripts/input.nml
-------------- next part --------------
Modified: DART/trunk/observations/MADIS/shell_scripts/input.nml
===================================================================
--- DART/trunk/observations/MADIS/shell_scripts/input.nml 2011-02-15 21:03:55 UTC (rev 4713)
+++ DART/trunk/observations/MADIS/shell_scripts/input.nml 2011-02-15 21:05:22 UTC (rev 4714)
@@ -1,38 +1,4 @@
-
-&preprocess_nml
- input_obs_kind_mod_file = '../../../obs_kind/DEFAULT_obs_kind_mod.F90',
- output_obs_kind_mod_file = '../../../obs_kind/obs_kind_mod.f90',
- input_obs_def_mod_file = '../../../obs_def/DEFAULT_obs_def_mod.F90',
- output_obs_def_mod_file = '../../../obs_def/obs_def_mod.f90',
- input_files = '../../../obs_def/obs_def_altimeter_mod.f90',
- '../../../obs_def/obs_def_reanalysis_bufr_mod.f90',
- '../../../obs_def/obs_def_metar_mod.f90',
- /
-
-&obs_kind_nml
- /
-
-&location_nml
- /
-
&utilities_nml
- module_details = .false.
/
-&obs_sequence_nml
- write_binary_obs_sequence = .false.
- /
-
-&obs_sequence_tool_nml
- filename_seq = '',
- filename_out = 'obs_seq.out',
- filename_seq_list = 'obsflist',
- num_input_files = 0,
- first_obs_days = -1,
- first_obs_seconds = -1,
- last_obs_days = ADAY,
- last_obs_seconds = -1,
- gregorian_cal = .true.,
-/
-
More information about the Dart-dev
mailing list