[Dart-dev] DART/branches Revision: 11116
dart at ucar.edu
dart at ucar.edu
Wed Feb 15 16:17:17 MST 2017
thoar at ucar.edu
2017-02-15 16:17:17 -0700 (Wed, 15 Feb 2017)
286
There is no need for a separate input.workshop.nml, especially
when it had incorrect values in it! The original workshop_setup.csh
modifies the model_nml in-between executions of pmo and filter, so
these are still required and no single (static) input.nml can duplicate
the behaviour.
Deleted: DART/branches/rma_trunk/models/forced_lorenz_96/work/input.workshop.nml
===================================================================
--- DART/branches/rma_trunk/models/forced_lorenz_96/work/input.workshop.nml 2017-02-15 20:58:46 UTC (rev 11115)
+++ DART/branches/rma_trunk/models/forced_lorenz_96/work/input.workshop.nml 2017-02-15 23:17:17 UTC (rev 11116)
@@ -1,224 +0,0 @@
-&perfect_model_obs_nml
- read_input_state_from_file = .true.,
- single_file_in = .true.
- input_state_files = "perfect_input.nc"
-
- write_output_state_to_file = .true.,
- single_file_out = .true.
- output_state_files = "perfect_output.nc"
- output_interval = 1,
-
- has_cycling = .true.
- async = 0,
- adv_ens_command = "./advance_model.csh",
-
- obs_seq_in_file_name = "obs_seq.in",
- obs_seq_out_file_name = "obs_seq.out",
- init_time_days = 0,
- init_time_seconds = 0,
- first_obs_days = -1,
- first_obs_seconds = -1,
- last_obs_days = -1,
- last_obs_seconds = -1,
-
- trace_execution = .false.,
- output_timestamps = .false.,
- print_every_nth_obs = -1,
- output_forward_op_errors = .false.,
- silence = .false.,
- /
-
- stages_to_write = 'preassim', 'postassim', 'output'
-
-&filter_nml
- single_file_in = .true.,
- input_state_files = ''
- input_state_file_list = 'filter_input_list.txt'
-
- stages_to_write = 'preassim', 'output'
-
- single_file_out = .true.,
- output_state_files = ''
- output_state_file_list = 'filter_output_list.txt'
- output_interval = 1,
- output_members = .true.
- num_output_state_members = 20,
- output_mean = .true.
- output_sd = .true.
-
- ens_size = 20,
- num_groups = 1,
- perturb_from_single_instance = .false.,
- perturbation_amplitude = 0.2,
- distributed_state = .true.
-
- has_cycling = .true.,
- async = 0,
- adv_ens_command = "./advance_model.csh",
-
- obs_sequence_in_name = "obs_seq.out",
- obs_sequence_out_name = "obs_seq.final",
- num_output_obs_members = 20,
- init_time_days = 0,
- init_time_seconds = 0,
- first_obs_days = -1,
- first_obs_seconds = -1,
- last_obs_days = -1,
- last_obs_seconds = -1,
-
- inf_flavor = 2, 0,
- inf_initial_from_restart = .false., .false.,
- inf_sd_initial_from_restart = .false., .false.,
- inf_deterministic = .true., .true.,
- inf_initial = 1.01, 1.0,
- inf_sd_initial = 0.6, 0.0,
- inf_damping = 0.9, 1.0,
- inf_lower_bound = 1.0, 1.0,
- inf_upper_bound = 100.0, 1000000.0,
- inf_sd_lower_bound = 0.6, 0.0
-
- trace_execution = .false.,
- output_timestamps = .false.,
- output_forward_op_errors = .false.,
- silence = .false.,
- /
-
-&smoother_nml
- num_lags = 0,
- start_from_restart = .false.,
- output_restart = .false.,
- restart_in_file_name = 'smoother_ics',
- restart_out_file_name = 'smoother_restart'
- /
-
-&ensemble_manager_nml
- /
-
More information about the Dart-dev
mailing list