[Dart-dev] DART/branches Revision: 11304

dart at ucar.edu dart at ucar.edu
Tue Mar 14 09:57:01 MDT 2017


jla at ucar.edu
2017-03-14 09:56:59 -0600 (Tue, 14 Mar 2017)
107
No need for a workshop script here since default values in input.nml result in a successful
assimilation. 



Deleted: DART/branches/rma_trunk/models/lorenz_84/work/input.workshop.nml
===================================================================
--- DART/branches/rma_trunk/models/lorenz_84/work/input.workshop.nml	2017-03-13 21:11:10 UTC (rev 11303)
+++ DART/branches/rma_trunk/models/lorenz_84/work/input.workshop.nml	2017-03-14 15:56:59 UTC (rev 11304)
@@ -1,225 +0,0 @@
-&perfect_model_obs_nml
-   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.,
-   /
-
-# these don't work yet, but will soon:
-#    input_state_files            = 'filter_input.nc'
-#   output_state_files            = 'filter_output.nc'
-
-&filter_nml
-   single_file_in               = .true.,
-   input_state_files            = ''
-   input_state_file_list        = 'filter_input_list.txt'
-
-   stages_to_write  = 'preassim', 'output'
-
-   single_file_out              = .true.,
-   output_state_files           = ''
-   output_state_file_list       = 'filter_output_list.txt'
-   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.
-
-   async                        = 0,
-   adv_ens_command              = "./advance_model.csh",
-
-   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,
-   first_obs_seconds            = -1,
-   last_obs_days                = -1,
-   last_obs_seconds             = -1,
-
-   inf_flavor                  = 0,                       0,
-   inf_initial_from_restart    = .false.,                 .false.,
-   inf_sd_initial_from_restart = .false.,                 .false.,
-   inf_deterministic           = .true.,                  .true.,
-   inf_initial                 = 1.01,                    1.0,
-   inf_sd_initial              = 0.6,                     0.0,
-   inf_damping                 = 0.9,                     1.0,
-   inf_lower_bound             = 1.0,                     1.0,
-   inf_upper_bound             = 100.0,                   1000000.0,
-   inf_sd_lower_bound          = 0.6,                     0.0
-
-   trace_execution              = .false.,
-   output_timestamps            = .false.,
-   output_forward_op_errors     = .false.,
-   silence                      = .false.,
-   /
-
-&smoother_nml
-   num_lags              = 0,
-   start_from_restart    = .false.,
-   output_restart        = .false.,
-   restart_in_file_name  = 'smoother_ics',
-   restart_out_file_name = 'smoother_restart'
-   /
-
-&ensemble_manager_nml
-   /
-


More information about the Dart-dev mailing list