[Dart-dev] DART/branches Revision: 11069

dart at ucar.edu dart at ucar.edu
Thu Feb 9 08:20:39 MST 2017


nancy at ucar.edu
2017-02-09 08:20:36 -0700 (Thu, 09 Feb 2017)
269
update this to match the input.nml.
for now it's identical to the default namelist,
but if we need to set different values for the
tutorial exercises, it's here.  the workshop
setup script will copy this over to input.nml
before running so we have to keep it in sync.




Modified: DART/branches/rma_single_file/models/lorenz_84/work/input.workshop.nml
===================================================================
--- DART/branches/rma_single_file/models/lorenz_84/work/input.workshop.nml	2017-02-09 00:48:17 UTC (rev 11068)
+++ DART/branches/rma_single_file/models/lorenz_84/work/input.workshop.nml	2017-02-09 15:20:36 UTC (rev 11069)
@@ -1,36 +1,66 @@
 &perfect_model_obs_nml
-   start_from_restart       = .true.,
-   output_restart           = .true.,
-   async                    = 0,
-   restart_files_in         = "perfect_input.nc",
-   restart_files_out        = "perfect_output.nc",
-   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,
-   obs_seq_in_file_name     = "obs_seq.in",
-   obs_seq_out_file_name    = "obs_seq.out",
-   adv_ens_command          = "./advance_model.csh",
-   trace_execution          = .false.,
-   output_timestamps        = .false.,
-   print_every_nth_obs      = -1,
-   output_forward_op_errors = .false.,
-   print_every_nth_obs   = -1,
-   silence               = .false.,
-   has_cycling           = .true.
-   single_file_in        = .true.
-   single_file_out       = .true.
+   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,
+
+   has_cycling                = .true.
+   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.
+
+   has_cycling                  = .true.,
    async                        = 0,
    adv_ens_command              = "./advance_model.csh",
-   ens_size                     = 20,
+
    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,
@@ -37,27 +67,7 @@
    first_obs_seconds            = -1,
    last_obs_days                = -1,
    last_obs_seconds             = -1,
-   num_output_state_members     = 20,


More information about the Dart-dev mailing list