[Dart-dev] DART/branches Revision: 11031

dart at ucar.edu dart at ucar.edu
Wed Feb 8 11:24:20 MST 2017


nancy at ucar.edu
2017-02-08 11:24:18 -0700 (Wed, 08 Feb 2017)
70
removed the namelist for the restart_file_tool since
it is obsolete.




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 18:03:46 UTC (rev 11030)
+++ DART/branches/rma_single_file/models/lorenz_63/work/input.nml	2017-02-08 18:24:18 UTC (rev 11031)
@@ -144,7 +144,6 @@
    /
 
 &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,
@@ -155,7 +154,7 @@
    gregorian_cal     = .false.
    /
 
-# other possible obs tool namelist items:
+# other possible obs sequence tool namelist items:
 #
 # keep only the U and V radiosonde winds:
 #   obs_types          = 'RADIOSONDE_U_WIND_COMPONENT',
@@ -178,23 +177,6 @@
 #   min_copy           = 250.0,
 #   max_copy           = 300.0,
 
-&restart_file_tool_nml
-   input_file_name              = "filter_restart",
-   output_file_name             = "filter_updated_restart",
-   ens_size                     = 1,
-   single_restart_file_in       = .true.,
-   single_restart_file_out      = .true.,
-   write_binary_restart_files   = .true.,
-   overwrite_data_time          = .false.,
-   new_data_days                = -1,
-   new_data_secs                = -1,
-   input_is_model_advance_file  = .false.,
-   output_is_model_advance_file = .false.,
-   overwrite_advance_time       = .false.,
-   new_advance_days             = -1,
-   new_advance_secs             = -1,
-   gregorian_cal                = .false.
-   /
 
 &obs_diag_nml
    obs_sequence_name     = 'obs_seq.final',

Modified: DART/branches/rma_single_file/models/lorenz_63/work/input.workshop.nml
===================================================================
--- DART/branches/rma_single_file/models/lorenz_63/work/input.workshop.nml	2017-02-08 18:03:46 UTC (rev 11030)
+++ DART/branches/rma_single_file/models/lorenz_63/work/input.workshop.nml	2017-02-08 18:24:18 UTC (rev 11031)
@@ -153,7 +153,7 @@
    gregorian_cal     = .false.
    /
 
-# other possible obs tool namelist items:
+# other possible obs sequence tool namelist items:
 #
 # keep only the U and V radiosonde winds:
 #   obs_types          = 'RADIOSONDE_U_WIND_COMPONENT',
@@ -176,23 +176,6 @@
 #   min_copy           = 250.0,
 #   max_copy           = 300.0,
 
-&restart_file_tool_nml
-   input_file_name              = "filter_restart",
-   output_file_name             = "filter_updated_restart",
-   ens_size                     = 1,
-   single_restart_file_in       = .true.,
-   single_restart_file_out      = .true.,
-   write_binary_restart_files   = .true.,
-   overwrite_data_time          = .false.,
-   new_data_days                = -1,
-   new_data_secs                = -1,
-   input_is_model_advance_file  = .false.,
-   output_is_model_advance_file = .false.,
-   overwrite_advance_time       = .false.,
-   new_advance_days             = -1,
-   new_advance_secs             = -1,
-   gregorian_cal                = .false.
-   /
 
 &obs_diag_nml
    obs_sequence_name     = 'obs_seq.final',


More information about the Dart-dev mailing list