[Dart-dev] DART/branches Revision: 11107

dart at ucar.edu dart at ucar.edu
Mon Feb 13 16:20:41 MST 2017


hendric at ucar.edu
2017-02-13 16:20:41 -0700 (Mon, 13 Feb 2017)
58
updating namelist in work directory for non-CESM models.




Modified: DART/branches/rma_single_file/models/mpas_atm/work/input.nml
===================================================================
--- DART/branches/rma_single_file/models/mpas_atm/work/input.nml	2017-02-13 23:18:26 UTC (rev 11106)
+++ DART/branches/rma_single_file/models/mpas_atm/work/input.nml	2017-02-13 23:20:41 UTC (rev 11107)
@@ -1,12 +1,7 @@
 &perfect_model_obs_nml
-   async                  = 2,
-   adv_ens_command        = "./advance_model.csh",
-   obs_seq_in_file_name   = "obs_seq.in",
-   obs_seq_out_file_name  = "obs_seq.out",
-   start_from_restart     = .true.,
-   output_restart         = .true.,
-   restart_in_file_names  = "perfect_ics.nc"
-   restart_out_file_names = "perfect_restart.nc"
+   read_input_state_from_file = .true.,
+   write_output_state_to_file = .true.,
+   async                  = 0,
    init_time_days         = -1,
    init_time_seconds      = -1,
    first_obs_days         = -1,
@@ -14,18 +9,29 @@
    last_obs_days          = -1,
    last_obs_seconds       = -1,
    output_interval        = 1
-/
+   input_state_files      = "perfect_input.nc"
+   output_state_files     = "perfect_restart.nc"
+   single_file_in         = .false.
+   single_file_out        = .false.
+   obs_seq_in_file_name   = "obs_seq.in",
+   obs_seq_out_file_name  = "obs_seq.out",
+   adv_ens_command        = "./advance_model.csh",
+   output_timestamps     = .false.
+   trace_execution       = .true.
+   output_forward_op_errors = .false.
+   print_every_nth_obs   = 100
+   silence               = .false.
+  /
 
 &filter_nml
    async                    = 2
    adv_ens_command          = "../shell_scripts/advance_model.csh"
    ens_size                 = 3
-   start_from_restart       = .false.
-   output_restart           = .true.
+   output_members           = .true.
    obs_sequence_in_name     = "obs_seq.1800obs"
    obs_sequence_out_name    = "obs_seq.final"
-   input_restart_file_list  = "restarts_in.txt"
-   output_restart_file_list = "restarts_out.txt"
+   input_state_file_list    = "restarts_in.txt"
+   output_state_file_list   = "restarts_out.txt"
    init_time_days           = -1
    init_time_seconds        = -1
    first_obs_days           = -1
@@ -35,14 +41,14 @@
    num_output_state_members = 0
    num_output_obs_members   = 96
    output_interval          = 1
+   num_groups               = 1
    output_forward_op_errors = .false.
    output_timestamps        = .false.
-   output_inflation         = .true.
    trace_execution          = .false.
    silence                  = .false.
 
    stages_to_write          = 'preassim', 'postassim', 'output'
-   output_restarts          = .true.
+   output_members           = .true.
    output_mean              = .true.
    output_sd                = .true.
    write_all_stages_at_end  = .false.
@@ -51,34 +57,30 @@
    inf_initial_from_restart    = .false.,                .false.,
    inf_sd_initial_from_restart = .false.,                .false.,
    inf_deterministic           = .true.,                  .true.,
-   inf_initial                 = 1.0,                     1.0,
-   inf_sd_initial              = 0.6,                     0.6,
-   inf_damping                 = 0.9,                     0.9,
-   inf_lower_bound             = 1.0,                     1.0,
-   inf_upper_bound             = 1000.0,                  1000.0,
-   inf_sd_lower_bound          = 0.6,                      0.6
+   inf_initial                 = 1.0,                     1.0
+   inf_sd_initial              = 0.0,                     0.0
+   inf_damping                 = 1.0,                     1.0
+   inf_lower_bound             = 1.0,                     1.0
+   inf_upper_bound             = 1000000.0,               1000000.0
+   inf_sd_lower_bound          = 0.0,                     0.0
   /
 
 &quality_control_nml
-  input_qc_threshold = 3,
-  outlier_threshold  = 3,
-  enable_special_outlier_code = .false.
-/
+   input_qc_threshold = 3,
+   outlier_threshold  = 3,
+   enable_special_outlier_code = .false.
+  /
 
 &state_vector_io_nml


More information about the Dart-dev mailing list