[Dart-dev] DART/trunk Revision: 11911
dart at ucar.edu
dart at ucar.edu
Mon Aug 28 16:05:05 MDT 2017
nancy at ucar.edu
2017-08-28 16:05:05 -0600 (Mon, 28 Aug 2017)
435
bring this file up to date with changes in the
input.nml -- the most important difference in this
version compared to the original is the
&obs_sequence_tool section which has character constants
that are changed with 'sed' in the ../shell_scripts/makeXX.sh
scripts as they loop over multiple obs_seq files.
(if that really is the only use for this file, it could
be cut down to just that namelist plus any required
by that tool.)
Modified: DART/trunk/models/clm/work/input.nml.template
===================================================================
--- DART/trunk/models/clm/work/input.nml.template 2017-08-28 22:01:25 UTC (rev 11910)
+++ DART/trunk/models/clm/work/input.nml.template 2017-08-28 22:05:05 UTC (rev 11911)
@@ -1,77 +1,77 @@
&perfect_model_obs_nml
- start_from_restart = .true.,
- output_restart = .false.,
- async = 0,
- init_time_days = -1,
- init_time_seconds = -1,
- first_obs_days = -1,
- first_obs_seconds = -1,
- last_obs_days = -1,
- last_obs_seconds = -1,
- output_interval = 1,
- trace_execution = .false.,
- restart_in_file_name = "perfect_ics",
- restart_out_file_name = "perfect_restart",
- obs_seq_in_file_name = "obs_seq.in",
- obs_seq_out_file_name = "obs_seq.perfect",
+ start_from_restart = .true.
+ output_restart = .false.
+ async = 0
+ init_time_days = -1
+ init_time_seconds = -1
+ first_obs_days = -1
+ first_obs_seconds = -1
+ last_obs_days = -1
+ last_obs_seconds = -1
+ output_interval = 1
+ trace_execution = .false.
+ restart_in_file_name = "perfect_ics"
+ restart_out_file_name = "perfect_restart"
+ obs_seq_in_file_name = "obs_seq.in"
+ obs_seq_out_file_name = "obs_seq.perfect"
adv_ens_command = "no_advance_script"
- output_timestamps = .false.,
- trace_execution = .false.,
- output_forward_op_errors = .false.,
- print_every_nth_obs = -1,
- silence = .false.,
+ output_timestamps = .false.
+ trace_execution = .false.
+ output_forward_op_errors = .false.
+ print_every_nth_obs = -1
+ silence = .false.
/
&filter_nml
- async = 0,
- adv_ens_command = "no_advance_script",
- ens_size = 80,
- start_from_restart = .true.,
- output_restart = .true.,
- obs_sequence_in_name = "obs_seq.out",
- obs_sequence_out_name = "obs_seq.final",
- restart_in_file_name = "filter_ics",
- restart_out_file_name = "filter_restart",
- init_time_days = -1,
- init_time_seconds = -1,
- first_obs_days = -1,
- first_obs_seconds = -1,
- last_obs_days = -1,
- last_obs_seconds = -1,
- num_output_state_members = 20,
- num_output_obs_members = 20,
- output_interval = 1,
- num_groups = 1,
- input_qc_threshold = 1.0,
- outlier_threshold = 3.0,
- output_forward_op_errors = .false.,
- output_timestamps = .false.,
- output_inflation = .true.,
- trace_execution = .true.,
- silence = .false.,
+ async = 0
+ adv_ens_command = "no_advance_script"
+ ens_size = 80
+ start_from_restart = .true.
+ output_restart = .true.
+ obs_sequence_in_name = "obs_seq.out"
+ obs_sequence_out_name = "obs_seq.final"
+ restart_in_file_name = "filter_ics"
+ restart_out_file_name = "filter_restart"
+ init_time_days = -1
+ init_time_seconds = -1
+ first_obs_days = -1
+ first_obs_seconds = -1
+ last_obs_days = -1
+ last_obs_seconds = -1
+ num_output_state_members = 20
+ num_output_obs_members = 20
+ output_interval = 1
+ num_groups = 1
+ input_qc_threshold = 1.0
+ outlier_threshold = 3.0
+ output_forward_op_errors = .false.
+ output_timestamps = .false.
+ output_inflation = .true.
+ trace_execution = .true.
More information about the Dart-dev
mailing list