[Dart-dev] DART/branches Revision: 12031
dart at ucar.edu
dart at ucar.edu
Thu Nov 2 15:17:18 MDT 2017
thoar at ucar.edu
2017-11-02 15:17:18 -0600 (Thu, 02 Nov 2017)
84
The template model now builds and is added to the test suite of models to compile.
Modified: DART/branches/rma_trunk/models/buildall.csh
===================================================================
--- DART/branches/rma_trunk/models/buildall.csh 2017-11-02 21:07:26 UTC (rev 12030)
+++ DART/branches/rma_trunk/models/buildall.csh 2017-11-02 21:17:18 UTC (rev 12031)
@@ -82,6 +82,7 @@
mpas_atm \
null_model \
simple_advection \
+ template \
wrf \
)
Modified: DART/branches/rma_trunk/models/template/work/input.nml
===================================================================
--- DART/branches/rma_trunk/models/template/work/input.nml 2017-11-02 21:07:26 UTC (rev 12030)
+++ DART/branches/rma_trunk/models/template/work/input.nml 2017-11-02 21:17:18 UTC (rev 12031)
@@ -1,68 +1,83 @@
&perfect_model_obs_nml
- start_from_restart = .true.,
- output_restart = .true.,
- async = 0,
- 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,
- 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.out",
- adv_ens_command = "../shell_scripts/advance_model.csh",
- output_timestamps = .false.,
- trace_execution = .false.,
- output_forward_op_errors = .false.,
- print_every_nth_obs = -1,
- silence = .false.,
+ 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,
+
+ 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.,
/
&filter_nml
- async = 0,
- adv_ens_command = "../shell_scripts/advance_model.csh",
- ens_size = 20,
- 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",
- init_time_days = 0,
- init_time_seconds = 0,
- first_obs_days = -1,
- first_obs_seconds = -1,
- last_obs_days = -1,
- last_obs_seconds = -1,
- num_output_state_members = 20,
- num_output_obs_members = 20,
- output_interval = 1,
- num_groups = 1,
- input_qc_threshold = 3.0,
- outlier_threshold = -1.0,
- output_forward_op_errors = .false.,
- output_timestamps = .false.,
- output_inflation = .true.,
- trace_execution = .false.,
- silence = .false.,
+ single_file_in = .true.,
+ input_state_files = ''
+ input_state_file_list = 'filter_input_list.txt'
+ stages_to_write = 'preassim', 'analysis', 'output'
+
+ single_file_out = .true.,
More information about the Dart-dev
mailing list