[Dart-dev] DART/branches Revision: 11042

dart at ucar.edu dart at ucar.edu
Wed Feb 8 14:04:19 MST 2017


thoar at ucar.edu
2017-02-08 14:04:18 -0700 (Wed, 08 Feb 2017)
126
Should have values consistent with the Lanai release, but the proposed
filter and perfect_model_obs namelist variable names.




Modified: DART/branches/rma_single_file/models/lorenz_63/work/input.nml
===================================================================
--- DART/branches/rma_single_file/models/lorenz_63/work/input.nml	2017-02-08 20:53:59 UTC (rev 11041)
+++ DART/branches/rma_single_file/models/lorenz_63/work/input.nml	2017-02-08 21:04:18 UTC (rev 11042)
@@ -1,9 +1,9 @@
 &perfect_model_obs_nml
-   start_from_restart       = .true.,
-   output_restart           = .true.,
+   read_input_state_from_file = .true.,
+   write_output_state_to_file = .true.,
    async                    = 0,
-   restart_files_in         = "perfect_input.nc",
-   restart_files_out        = "perfect_output.nc",
+   input_state_files        = "perfect_input.nc"
+   output_state_files       = "perfect_output.nc"
    init_time_days           = 0,
    init_time_seconds        = 0,
    first_obs_days           = -1,
@@ -25,6 +25,10 @@
    single_file_out       = .true.
    /
 
+
+   input_state_file_list        = 'filter_input_list.txt'
+   output_state_file_list       = 'filter_output_list.txt'
+
 &filter_nml
    async                        = 0,
    adv_ens_command              = "./advance_model.csh",
@@ -45,20 +49,23 @@
    output_timestamps            = .false.,
    trace_execution              = .false.,
    silence                      = .false.,
+   perturb_from_single_instance = .false.,
+   perturbation_amplitude       = 0.2,
+
    single_file_in               = .true.,
    single_file_out              = .true.,
    has_cycling                  = .true.,
-   perturb_from_single_instance = .false.,
-   perturbation_amplitude       = 0.2,
-   input_restart_file_list      = 'restart_in.txt'
-   output_restart_file_list     = 'restart_out.txt'
+   input_state_files            = 'filter_input.nc'
+   output_state_files           = 'filter_output.nc'
+   input_state_file_list        = ''
+   output_state_file_list       = ''
 
-   stages_to_write  = 'preassim', 'postassim', 'output'
-   output_restarts  = .true.
+   stages_to_write  = 'preassim', 'output'
+   output_members   = .true.
    output_mean      = .true.
    output_sd        = .true.
 
-   inf_flavor                  = 0,                       0,
+   inf_flavor                  = 2,                       0,
    inf_initial_from_restart    = .false.,                 .false.,
    inf_sd_initial_from_restart = .false.,                 .false.,
    inf_deterministic           = .true.,                  .true.,
@@ -83,7 +90,7 @@
 
 &assim_tools_nml
    filter_kind                     = 1,
-   cutoff                          = 0.00001,
+   cutoff                          = 0.001,
    sort_obs_inc                    = .false.,
    spread_restoration              = .false.,
    sampling_error_correction       = .false.,


More information about the Dart-dev mailing list