[Dart-dev] DART/branches Revision: 12941

dart at ucar.edu dart at ucar.edu
Tue Nov 27 13:32:28 MST 2018


nancy at ucar.edu
2018-11-27 13:32:27 -0700 (Tue, 27 Nov 2018)
145
fix the &model_nml namelist to have the correct
interpolation method.  also includes a collection
of other updates to pmo and filter namelists.




Modified: DART/branches/rma_trunk/models/null_model/work/input.nml
===================================================================
--- DART/branches/rma_trunk/models/null_model/work/input.nml	2018-11-27 20:31:41 UTC (rev 12940)
+++ DART/branches/rma_trunk/models/null_model/work/input.nml	2018-11-27 20:32:27 UTC (rev 12941)
@@ -1,7 +1,9 @@
 &perfect_model_obs_nml
-   read_input_state_from_file = .false.,
+   read_input_state_from_file = .true.,
    single_file_in             = .true.
    input_state_files          = "perfect_input.nc"
+   init_time_days             = 0,
+   init_time_seconds          = 0,
 
    write_output_state_to_file = .true.,
    single_file_out            = .true.
@@ -8,23 +10,21 @@
    output_state_files         = "perfect_output.nc"
    output_interval            = 1,
 
-   async                 = 0,
+   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,
+   first_obs_days             = -1,
+   first_obs_seconds          = -1,
+   last_obs_days              = -1,
+   last_obs_seconds           = -1,
 
-   trace_execution       = .false.,
+   trace_execution            = .false.,
    output_timestamps          = .false.,
-   print_every_nth_obs   = -1,
+   print_every_nth_obs        = -1,
    output_forward_op_errors   = .false.,
-   silence               = .false.,
+   silence                    = .false.,
    /
 
 &filter_nml
@@ -31,6 +31,8 @@
    single_file_in               = .true.,
    input_state_files            = 'filter_input.nc'
    input_state_file_list        = ''
+   init_time_days               = 0,
+   init_time_seconds            = 0,
 
    stages_to_write  = 'preassim', 'analysis', 'output'
 
@@ -55,9 +57,7 @@
 
    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,
+   num_output_obs_members   = 20,
    first_obs_days           = -1,
    first_obs_seconds        = -1,
    last_obs_days            = -1,
@@ -81,15 +81,19 @@
    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'
+&model_nml
+   model_size           = 2,
+   delta_t              = 0.05,
+   time_step_days       = 0,
+   time_step_seconds    = 3600
+   noise_amplitude      = 0.0
+   advance_method       = 'simple'
+   interpolation_method = 'standard'
    /
 
-&ensemble_manager_nml
+&obs_kind_nml
+   assimilate_these_obs_types = 'RAW_STATE_VARIABLE'
+   evaluate_these_obs_types   = ''
    /
 
 &assim_tools_nml
@@ -105,6 +109,11 @@
    print_every_nth_obs             = 0
    /
 
+&quality_control_nml
+   input_qc_threshold =  3.0,
+   outlier_threshold  = -1.0,


More information about the Dart-dev mailing list