[Dart-dev] DART/branches Revision: 11589
dart at ucar.edu
dart at ucar.edu
Tue May 2 16:55:19 MDT 2017
hendric at ucar.edu
2017-05-02 16:55:18 -0600 (Tue, 02 May 2017)
66
changing the default namelist to match changes in the
rma_trunk.
Modified: DART/branches/model_mod_changes/models/clm/work/input.nml
===================================================================
--- DART/branches/model_mod_changes/models/clm/work/input.nml 2017-05-02 22:38:34 UTC (rev 11588)
+++ DART/branches/model_mod_changes/models/clm/work/input.nml 2017-05-02 22:55:18 UTC (rev 11589)
@@ -1,37 +1,40 @@
&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"
- adv_ens_command = "no_advance_script"
- output_timestamps = .false.
- trace_execution = .false.
- output_forward_op_errors = .false.
- print_every_nth_obs = -1
- silence = .false.
+ read_input_state_from_file = .true.,
+ write_output_state_to_file = .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,
+ single_file_in = .false.
+ single_file_out = .false.
+ input_state_files = 'clm_restart.nc', 'clm_history.nc', 'clm_vector_history.nc'
+ output_state_files = 'restart_out.nc', 'history_out.nc', 'vector_history_out.nc'
+ obs_seq_in_file_name = "obs_seq.in",
+ obs_seq_out_file_name = "obs_seq.out",
+ adv_ens_command = "../shell_scripts/advance_model.csh",
+ output_timestamps = .false.,
+ trace_execution = .true.,
+ 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"
+ ens_size = 3
+ obs_sequence_in_name = "obs_seq.1000obs"
obs_sequence_out_name = "obs_seq.final"
- restart_in_file_name = "filter_ics"
- restart_out_file_name = "filter_restart"
+ input_state_file_list = "restart_files.txt",
+ "history_files.txt"
+ "history_vector_files.txt",
+ output_state_file_list = "restart_files_out.txt",
+ "history_files_out.txt"
+ "history_vector_files_out.txt",
init_time_days = -1
init_time_seconds = -1
first_obs_days = -1
@@ -38,24 +41,25 @@
first_obs_seconds = -1
last_obs_days = -1
last_obs_seconds = -1
- num_output_state_members = 20
- num_output_obs_members = 20
+ num_output_state_members = 3
+ num_output_obs_members = 3
output_interval = 1
num_groups = 1
output_forward_op_errors = .false.
output_timestamps = .true.
- output_inflation = .true.
trace_execution = .true.
silence = .false.
+
+ stages_to_write = 'preassim', 'output'
+ output_members = .true.
+ output_mean = .true.
+ output_sd = .true.
+ write_all_stages_at_end = .true.
inf_flavor = 0, 0
inf_initial_from_restart = .false., .false.
inf_sd_initial_from_restart = .false., .false.
- inf_output_restart = .true., .true.
inf_deterministic = .true., .true.
- inf_in_file_name = 'prior_inflate_ics', 'post_inflate_ics'
- inf_out_file_name = 'prior_inflate_restart', 'post_inflate_restart'
More information about the Dart-dev
mailing list