[Dart-dev] DART/branches Revision: 11682
dart at ucar.edu
dart at ucar.edu
Sun May 28 14:22:43 MDT 2017
thoar at ucar.edu
2017-05-28 14:22:41 -0600 (Sun, 28 May 2017)
139
These settings (except for the ensemble size of 5) will reproduce
Tarkeshwar's test case. We should push this branch back onto the trunk.
Modified: DART/branches/LMDZ_trunk/models/LMDZ/work/input.nml
===================================================================
--- DART/branches/LMDZ_trunk/models/LMDZ/work/input.nml 2017-05-27 22:44:19 UTC (rev 11681)
+++ DART/branches/LMDZ_trunk/models/LMDZ/work/input.nml 2017-05-28 20:22:41 UTC (rev 11682)
@@ -1,95 +1,100 @@
&filter_nml
- async = 2,
- tasks_per_model_advance = 1,
- adv_ens_command = "./advance_model.csh",
- ens_size = 60,
- 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_ic_old",
- restart_out_file_name = "filter_ic_new",
- 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 = 0,
- num_output_obs_members = 0,
- output_interval = 1,
- num_groups = 1,
- input_qc_threshold = 3.0,
- outlier_threshold = 3,
- output_inflation = .false.,
- output_timestamps = .false.,
- output_forward_op_errors = .false.,
- output_restart_mean = .false.
- trace_execution = .true.,
- silence = .false.,
+ async = 2
+ tasks_per_model_advance = 1
+ adv_ens_command = './advance_model.csh'
+ ens_size = 60
+ 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_ic_old'
+ restart_out_file_name = 'filter_ic_new'
+ 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 = 0
+ num_output_obs_members = 0
+ output_interval = 1
+ num_groups = 1
+ input_qc_threshold = 3.0
+ outlier_threshold = 3
+ output_inflation = .true.
+ output_timestamps = .false.
+ output_forward_op_errors = .false.
+ output_restart_mean = .false.
+ trace_execution = .true.
+ silence = .false.
- inf_flavor = 2, 0,
- inf_initial_from_restart = .true., .false.,
- inf_sd_initial_from_restart = .true., .false.,
- inf_output_restart = .true., .true.,
- inf_deterministic = .true., .true.,
- inf_in_file_name = 'prior_inf_ic_old', 'post_inf_ic_old',
- inf_out_file_name = 'prior_inf_ic_new', 'post_inf_ic_new',
- inf_diag_file_name = 'prior_inf_diag', 'post_inf_diag',
- inf_initial = 1.00, 1.0,
- inf_sd_initial = 0.6, 0.1,
- inf_damping = 0.6000, 1.0,
- inf_lower_bound = 1.0, 1.0,
- inf_upper_bound = 1000.0, 1000.0,
- inf_sd_lower_bound = 0.6, 0.0
-/
+ inf_flavor = 2, 0
+ inf_initial_from_restart = .true., .false.
+ inf_sd_initial_from_restart = .true., .false.
+ inf_output_restart = .true., .true.
+ inf_deterministic = .true., .true.
+ inf_in_file_name = 'prior_inf_ic_old', 'post_inf_ic_old'
+ inf_out_file_name = 'prior_inf_ic_new', 'post_inf_ic_new'
+ inf_diag_file_name = 'prior_inf_diag', 'post_inf_diag'
+ inf_initial = 1.00, 1.0
+ inf_sd_initial = 0.40, 0.1
+ inf_damping = 0.85, 1.0
+ inf_lower_bound = 1.0, 1.0
+ inf_upper_bound = 100.0, 1000.0
+ inf_sd_lower_bound = 0.40, 0.0
+ /
+
! ! inf_flavor is 0:none, 1:obs space, 2: varying state space, 3: fixed state_space
-! Jan 1 2003 init_time_days = 146827,
-! Aug 1 2006 init_time_days = 148135,
-! Jul 1 2007 init_time_days = 148469,
+! Jan 1 2003 init_time_days = 146827
+! Aug 1 2006 init_time_days = 148135
+! Jul 1 2007 init_time_days = 148469
More information about the Dart-dev
mailing list