[Dart-dev] DART/branches Revision: 10839
dart at ucar.edu
dart at ucar.edu
Tue Dec 27 11:25:48 MST 2016
hendric at ucar.edu
2016-12-27 11:25:48 -0700 (Tue, 27 Dec 2016)
84
updating defaut model namelists to reflect recent changes
in namelist conventions.
Modified: DART/branches/rma_fixed_filenames/models/POP/work/input.nml
===================================================================
--- DART/branches/rma_fixed_filenames/models/POP/work/input.nml 2016-12-27 18:08:28 UTC (rev 10838)
+++ DART/branches/rma_fixed_filenames/models/POP/work/input.nml 2016-12-27 18:25:48 UTC (rev 10839)
@@ -1,6 +1,3 @@
-&state_space_diag_nml
-/
-
&perfect_model_obs_nml
start_from_restart = .true.,
output_restart = .false.,
@@ -13,8 +10,8 @@
last_obs_seconds = -1,
output_interval = 1,
trace_execution = .false.,
- restart_in_file_name = "perfect_ics",
- restart_out_file_name = "perfect_restart",
+ restart_in_file_names = "perfect_ics.nc"
+ restart_out_file_names = "perfect_restart.nc"
obs_seq_in_file_name = "obs_seq.in",
obs_seq_out_file_name = "obs_seq.perfect",
adv_ens_command = "no_CESM_advance_script"
@@ -29,12 +26,10 @@
async = 4,
adv_ens_command = "no_CESM_advance_script",
ens_size = 23,
- 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",
+ input_restart_file_list = "restarts_in.txt"
+ output_restart_file_list = "restarts_out.txt"
init_time_days = -1,
init_time_seconds = -1,
first_obs_days = -1,
@@ -53,29 +48,26 @@
trace_execution = .false.,
silence = .false.,
+ stages_to_write = 'preassim', 'postassim', 'output'
+ output_restarts = .true.
+ output_mean = .true.
+ output_sd = .true.
+ write_all_stages_at_end = .false.
+
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',
- inf_diag_file_name = 'prior_inflate_diag', 'post_inflate_diag',
inf_initial = 1.0, 1.0,
inf_sd_initial = 0.6, 0.6,
inf_damping = 0.9, 0.9,
inf_lower_bound = 1.0, 1.0,
inf_upper_bound = 1000000.0, 1000000.0,
inf_sd_lower_bound = 0.6, 0.6,
- direct_netcdf_read = .true.,
- direct_netcdf_write = .true.,
/
&state_vector_io_nml
single_precision_output = .false.,
- single_restart_file_out = .false.,
- perturbation_amplitude = 0.2,
- write_binary_restart_files = .false.,
/
Modified: DART/branches/rma_fixed_filenames/models/ROMS/work/input.nml
===================================================================
--- DART/branches/rma_fixed_filenames/models/ROMS/work/input.nml 2016-12-27 18:08:28 UTC (rev 10838)
+++ DART/branches/rma_fixed_filenames/models/ROMS/work/input.nml 2016-12-27 18:25:48 UTC (rev 10839)
@@ -31,12 +31,11 @@
ens_size = 3
output_restart = .true.
use_restart_list = .true.
- restart_list_file = 'restart_files.txt'
+ input_restart_file_list = "restarts_in.txt"
+ output_restart_file_list = "restarts_out.txt"
overwrite_state_input = .true.
obs_sequence_in_name = "obs_seq.out"
obs_sequence_out_name = "obs_seq.final"
- restart_in_file_name = "no_restart_in"
- restart_out_file_name = "no_restart_out"
init_time_days = -1
init_time_seconds = -1
first_obs_days = -1
@@ -54,17 +53,17 @@
output_inflation = .false.
trace_execution = .true.
silence = .false.
- direct_netcdf_read = .true.
- direct_netcdf_write = .true.
+ stages_to_write = 'preassim', 'postassim', 'output'
More information about the Dart-dev
mailing list