[Dart-dev] DART/branches Revision: 12281
dart at ucar.edu
dart at ucar.edu
Thu Jan 4 11:38:28 MST 2018
thoar at ucar.edu
2018-01-04 11:38:28 -0700 (Thu, 04 Jan 2018)
152
There are 5 observations at random locations - 1 for each qty in
the assimilate list.
The pmo namelist is now consistent with the rma version of pmo.
Modified: DART/branches/rma_trunk/models/cm1/work/input.nml
===================================================================
--- DART/branches/rma_trunk/models/cm1/work/input.nml 2018-01-04 18:33:28 UTC (rev 12280)
+++ DART/branches/rma_trunk/models/cm1/work/input.nml 2018-01-04 18:38:28 UTC (rev 12281)
@@ -4,13 +4,13 @@
&filter_nml
async = 2
- adv_ens_command = "advance_model.csh"
- input_state_file_list = "input_filelist.txt"
- output_state_file_list = "output_filelist.txt"
+ adv_ens_command = 'advance_model.csh'
+ input_state_file_list = 'input_filelist.txt'
+ output_state_file_list = 'output_filelist.txt'
init_time_days = -1
init_time_seconds = -1
- obs_sequence_in_name = "obs_seq.out"
- obs_sequence_out_name = "obs_seq.final"
+ obs_sequence_in_name = 'obs_seq.out'
+ obs_sequence_out_name = 'obs_seq.final'
first_obs_days = -1
first_obs_seconds = -1
last_obs_days = -1
@@ -101,25 +101,23 @@
&perfect_model_obs_nml
- adv_ens_command = "advance_model.csh"
- async = 2
- init_time_days = -1
- init_time_seconds = -1
- start_from_restart = .true.
- input_state_files = "perfect_input.nc"
- output_state_files = "perfect_output.nc"
- first_obs_days = -1
- first_obs_seconds = -1
- last_obs_days = -1
- last_obs_seconds = -1
- obs_seq_in_file_name = "obs_seq.in"
- obs_seq_out_file_name = "obs_seq.out"
- output_forward_op_errors = .false.
- output_interval = 1
- print_every_nth_obs = -1
- output_timestamps = .false.
- silence = .false.
- trace_execution = .false.
+ read_input_state_from_file = .true.
+ input_state_files = 'cm1out_rst_000001.nc'
+ output_state_files = 'perfect_output.nc'
+ init_time_days = -1
+ init_time_seconds = -1
+ obs_seq_in_file_name = 'obs_seq.in'
+ obs_seq_out_file_name = 'obs_seq.out'
+ first_obs_days = -1
+ first_obs_seconds = -1
+ last_obs_days = -1
+ last_obs_seconds = -1
+ output_forward_op_errors = .false.
+ output_interval = 1
+ print_every_nth_obs = -1
+ output_timestamps = .false.
+ trace_execution = .true.
+ silence = .false.
/
@@ -241,8 +239,8 @@
®_factor_nml
- input_reg_file = "time_mean_reg"
- reg_diagnostics_file = "reg_diagnostics"
+ input_reg_file = 'time_mean_reg'
+ reg_diagnostics_file = 'reg_diagnostics'
save_reg_diagnostics = .false.
select_regression = 1
/
@@ -287,5 +285,5 @@
interp_test_xrange = 500.0, 1000.0
interp_test_yrange = 500.0, 1000.0
interp_test_zrange = 100.0, 101.0
- verbose = .false.
+ verbose = .true.
/
Added: DART/branches/rma_trunk/models/cm1/work/obs_seq.in
===================================================================
--- DART/branches/rma_trunk/models/cm1/work/obs_seq.in (rev 0)
+++ DART/branches/rma_trunk/models/cm1/work/obs_seq.in 2018-01-04 18:38:28 UTC (rev 12281)
@@ -0,0 +1,56 @@
+ obs_sequence
+obs_kind_definitions
+ 5
+ 36 TEMPERATURE_2M
+ 37 U_WIND_10M
+ 38 V_WIND_10M
+ 39 SURFACE_PRESSURE
+ 40 SPECIFIC_HUMIDITY_2M
+ num_copies: 0 num_qc: 0
+ num_obs: 5 max_num_obs: 5
+ first: 1 last: 5
More information about the Dart-dev
mailing list