[Dart-dev] DART/branches Revision: 11041

dart at ucar.edu dart at ucar.edu
Wed Feb 8 13:54:00 MST 2017


thoar at ucar.edu
2017-02-08 13:53:59 -0700 (Wed, 08 Feb 2017)
102
Agreed-upon namelist variable names and input/output file names for
the default file list names etc.




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:10:27 UTC (rev 11040)
+++ DART/branches/rma_single_file/models/lorenz_63/work/input.nml	2017-02-08 20:53:59 UTC (rev 11041)
@@ -3,7 +3,7 @@
    output_restart           = .true.,
    async                    = 0,
    restart_files_in         = "perfect_input.nc",
-   restart_files_out        = "perfect_restart.nc",
+   restart_files_out        = "perfect_output.nc",
    init_time_days           = 0,
    init_time_seconds        = 0,
    first_obs_days           = -1,
@@ -25,8 +25,6 @@
    single_file_out       = .true.
    /
 
-   stages_to_write  = 'preassim', 'postassim', 'output'
-
 &filter_nml
    async                        = 0,
    adv_ens_command              = "./advance_model.csh",
@@ -55,12 +53,12 @@
    input_restart_file_list      = 'restart_in.txt'
    output_restart_file_list     = 'restart_out.txt'
 
-   stages_to_write  = 'preassim', 'output'
+   stages_to_write  = 'preassim', 'postassim', 'output'
    output_restarts  = .true.
    output_mean      = .true.
    output_sd        = .true.
 
-   inf_flavor                  = 2,                       0,
+   inf_flavor                  = 0,                       0,
    inf_initial_from_restart    = .false.,                 .false.,
    inf_sd_initial_from_restart = .false.,                 .false.,
    inf_deterministic           = .true.,                  .true.,
@@ -144,6 +142,7 @@
    /
 
 &obs_sequence_tool_nml
+   num_input_files   = 2,
    filename_seq      = 'obs_seq.one', 'obs_seq.two',
    filename_out      = 'obs_seq.processed',
    first_obs_days    = -1,


More information about the Dart-dev mailing list