[Dart-dev] DART/branches Revision: 11047
dart at ucar.edu
dart at ucar.edu
Wed Feb 8 14:42:26 MST 2017
nancy at ucar.edu
2017-02-08 14:42:26 -0700 (Wed, 08 Feb 2017)
42
make consistent with new order of items.
Modified: DART/branches/rma_single_file/models/lorenz_63/work/input.workshop.nml
===================================================================
--- DART/branches/rma_single_file/models/lorenz_63/work/input.workshop.nml 2017-02-08 21:40:19 UTC (rev 11046)
+++ DART/branches/rma_single_file/models/lorenz_63/work/input.workshop.nml 2017-02-08 21:42:26 UTC (rev 11047)
@@ -1,36 +1,65 @@
&perfect_model_obs_nml
- start_from_restart = .true.,
- output_restart = .true.,
- async = 0,
- restart_files_in = "perfect_input.nc",
- restart_files_out = "perfect_restart.nc",
- init_time_days = 0,
- init_time_seconds = 0,
- first_obs_days = -1,
- first_obs_seconds = -1,
- last_obs_days = -1,
- last_obs_seconds = -1,
- output_interval = 1,
- obs_seq_in_file_name = "obs_seq.in",
- obs_seq_out_file_name = "obs_seq.out",
- adv_ens_command = "./advance_model.csh",
- trace_execution = .false.,
- output_timestamps = .false.,
- print_every_nth_obs = -1,
- output_forward_op_errors = .false.,
- print_every_nth_obs = -1,
- silence = .false.,
- has_cycling = .true.
- single_file_in = .true.
- single_file_out = .true.
+ 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.,
/
+ #input_state_file_list = 'filter_input_list.txt'
+ #output_state_file_list = 'filter_output_list.txt'
+
&filter_nml
+ single_file_in = .true.,
+ input_state_files = 'filter_input.nc'
+ input_state_file_list = ''
+
+ stages_to_write = 'preassim', 'output'
+
+ single_file_out = .true.,
+ output_state_files = 'filter_output.nc'
+ output_state_file_list = ''
+ 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",
- ens_size = 20,
+
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,
@@ -37,27 +66,7 @@
first_obs_seconds = -1,
last_obs_days = -1,
last_obs_seconds = -1,
- num_output_state_members = 20,
- num_output_obs_members = 20,
More information about the Dart-dev
mailing list