[Dart-dev] DART/branches Revision: 10838

dart at ucar.edu dart at ucar.edu
Tue Dec 27 11:08:30 MST 2016


raeder at ucar.edu
2016-12-27 11:08:28 -0700 (Tue, 27 Dec 2016)
248
Update for v10804.  It's in a form that shows the differences 
from the previous filter_nml as clearly as possible using sdiff or xxdiff.
I expect that the order of variables will be changed to functional groups
or alphabetical in future versions.



Modified: DART/branches/rma_fixed_filenames/filter/filter.nml
===================================================================
--- DART/branches/rma_fixed_filenames/filter/filter.nml	2016-12-23 20:51:05 UTC (rev 10837)
+++ DART/branches/rma_fixed_filenames/filter/filter.nml	2016-12-27 18:08:28 UTC (rev 10838)
@@ -2,11 +2,12 @@
    async                        = 0,
    adv_ens_command              = "./advance_model.csh",
    ens_size                     = 20,
-   output_restart               = .false.,
+   output_restarts              = .false.,
    obs_sequence_in_name         = "obs_seq.out",
    obs_sequence_out_name        = "obs_seq.final",
-   restart_in_file_name         = "filter_ics",
-   restart_out_file_name        = "filter_restart",
+   input_restart_file_list      = ''
+   output_restart_file_list     = '',
+   tasks_per_model_advance      = 1
    init_time_days               = 0,
    init_time_seconds            = 0,
    first_obs_days               = -1,
@@ -17,33 +18,35 @@
    num_output_obs_members       = 0,
    output_interval              = 1,
    num_groups                   = 1,
+   obs_window_days              = 0
+   obs_window_seconds           = 0
    output_forward_op_errors     = .false.,
-   output_restart_mean          = .false.,
+   output_mean                  = .false.,
+   output_sd                    = .false.,
    output_timestamps            = .false.,
-   output_inflation             = .true.,
    trace_execution              = .false.,
    silence                      = .false.,
-   direct_netcdf_read           = .true.,
-   direct_netcdf_write          = .true.,
    distributed_state            = .true.,
-   single_restart_file_in       = .false.,
-   single_restart_file_out      = .false.,
+   single_file_in               = .false.,
+   single_file_out              = .false.,
+   write_all_stages_at_end      = .false. 
+   stages_to_write              = 3*'null','output'
    perturb_from_single_instance = .false.,
    perturbation_amplitude       = 0.2,
 
-   inf_flavor                  = 0,                       0,
-   inf_initial_from_restart    = .false.,                 .false.,
-   inf_sd_initial_from_restart = .false.,                 .false.,
-   inf_output_restart          = .false.,                 .false.,
-   inf_deterministic           = .true.,                  .true.,
-   inf_in_file_name            = 'not_initialized',       'not_initialized',
-   inf_out_file_name           = 'not_initialized',       'not_initialized',
-   inf_diag_file_name          = 'not_initialized',       'not_initialized',
-   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
-/
+   inf_flavor                   = 0,                       0,
+   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.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
+ /
+


More information about the Dart-dev mailing list