[Dart-dev] [6184] DART/branches/development: for those few input.nml files that had ' force' in the

nancy at ucar.edu nancy at ucar.edu
Wed May 29 10:12:35 MDT 2013


Revision: 6184
Author:   nancy
Date:     2013-05-29 10:12:35 -0600 (Wed, 29 May 2013)
Log Message:
-----------
for those few input.nml files that had 'force' in the
&preprocess_nml section, change that to 'overwrite_output'
which i hope is a bit more descriptive.

Modified Paths:
--------------
    DART/branches/development/models/CESM/work/input.nml
    DART/branches/development/models/NAAPS/work/input.nml
    DART/branches/development/models/lorenz_96/work/input.nml
    DART/branches/development/models/mpas_atm/work/input.nml
    DART/branches/development/models/wrf/work/input.nml
    DART/branches/development/observations/WOD/work/input.nml

-------------- next part --------------
Modified: DART/branches/development/models/CESM/work/input.nml
===================================================================
--- DART/branches/development/models/CESM/work/input.nml	2013-05-29 16:11:59 UTC (rev 6183)
+++ DART/branches/development/models/CESM/work/input.nml	2013-05-29 16:12:35 UTC (rev 6184)
@@ -115,6 +115,7 @@
   /
 
 &preprocess_nml
+           overwrite_output = .true.,
     input_obs_kind_mod_file = '../../../obs_kind/DEFAULT_obs_kind_mod.F90',
    output_obs_kind_mod_file = '../../../obs_kind/obs_kind_mod.f90',
      input_obs_def_mod_file = '../../../obs_def/DEFAULT_obs_def_mod.F90',
@@ -131,7 +132,6 @@
                               '../../../obs_def/obs_def_reanalysis_bufr_mod.f90',
                               '../../../obs_def/obs_def_rel_humidity_mod.f90',
                               '../../../obs_def/obs_def_tower_mod.f90',
-   force = .true.,
   /
 
 &assim_model_nml

Modified: DART/branches/development/models/NAAPS/work/input.nml
===================================================================
--- DART/branches/development/models/NAAPS/work/input.nml	2013-05-29 16:11:59 UTC (rev 6183)
+++ DART/branches/development/models/NAAPS/work/input.nml	2013-05-29 16:12:35 UTC (rev 6184)
@@ -69,7 +69,7 @@
   /
 
 &preprocess_nml
-   force = .FALSE.,
+           overwrite_output = .true.,
    input_obs_def_mod_file   = '../../../obs_def/DEFAULT_obs_def_mod.F90',
    output_obs_def_mod_file  = '../../../obs_def/obs_def_mod.f90',
    input_obs_kind_mod_file  = '../../../obs_kind/DEFAULT_obs_kind_mod.F90',

Modified: DART/branches/development/models/lorenz_96/work/input.nml
===================================================================
--- DART/branches/development/models/lorenz_96/work/input.nml	2013-05-29 16:11:59 UTC (rev 6183)
+++ DART/branches/development/models/lorenz_96/work/input.nml	2013-05-29 16:12:35 UTC (rev 6184)
@@ -43,6 +43,7 @@
    num_groups               = 1,
    input_qc_threshold       =  3.0,
    outlier_threshold        =  3.0,
+   enable_special_outlier_code = .false.,
    output_forward_op_errors = .false.,
    output_inflation         = .true.,
    output_timestamps        = .false.,
@@ -77,6 +78,10 @@
    single_restart_file_in  = .true.,
    single_restart_file_out = .true.,
    perturbation_amplitude  = 0.2,
+   flag_unneeded_transposes = .true.
+   layout = 1,
+   communication_configuration = 1,
+   debug = .false.,
    /
 
 &assim_tools_nml
@@ -134,8 +139,11 @@
    print_debug    = .false.,
    /
 
+&mpi_utilities_nml
+   /
+
 &preprocess_nml
-                     force = .true.,
+          overwrite_output = .true.
     input_obs_def_mod_file = '../../../obs_def/DEFAULT_obs_def_mod.F90',
    output_obs_def_mod_file = '../../../obs_def/obs_def_mod.f90',
    input_obs_kind_mod_file = '../../../obs_kind/DEFAULT_obs_kind_mod.F90',

Modified: DART/branches/development/models/mpas_atm/work/input.nml
===================================================================
--- DART/branches/development/models/mpas_atm/work/input.nml	2013-05-29 16:11:59 UTC (rev 6183)
+++ DART/branches/development/models/mpas_atm/work/input.nml	2013-05-29 16:12:35 UTC (rev 6184)
@@ -24,10 +24,10 @@
 &filter_nml
    async                    = 2,
    adv_ens_command          = "./advance_model.csh",
-   ens_size                 = 96,
-   start_from_restart       = .true.,
+   ens_size                 = 3,
+   start_from_restart       = .false.,
    output_restart           = .true.,
-   obs_sequence_in_name     = "obs_seq.out",
+   obs_sequence_in_name     = "obs_seq.1800obs",
    obs_sequence_out_name    = "obs_seq.final",
    restart_in_file_name     = "filter_ics",
    restart_out_file_name    = "filter_restart",
@@ -43,7 +43,7 @@
    num_groups               = 1,
    input_qc_threshold       =  3.0,
    outlier_threshold        = -1.0,
-   output_forward_op_errors = .false.,
+   output_forward_op_errors = .true.,
    output_timestamps        = .false.,
    output_inflation         = .true.,
    trace_execution          = .false.,
@@ -200,12 +200,12 @@
   /
 
 &preprocess_nml
+          overwrite_output = .true.,
     input_obs_def_mod_file = '../../../obs_def/DEFAULT_obs_def_mod.F90', 
    output_obs_def_mod_file = '../../../obs_def/obs_def_mod.f90', 
    input_obs_kind_mod_file = '../../../obs_kind/DEFAULT_obs_kind_mod.F90', 
   output_obs_kind_mod_file = '../../../obs_kind/obs_kind_mod.f90', 
                input_files = '../../../obs_def/obs_def_reanalysis_bufr_mod.f90'
-                     force = .true.
   /
 
 &obs_sequence_tool_nml

Modified: DART/branches/development/models/wrf/work/input.nml
===================================================================
--- DART/branches/development/models/wrf/work/input.nml	2013-05-29 16:11:59 UTC (rev 6183)
+++ DART/branches/development/models/wrf/work/input.nml	2013-05-29 16:12:35 UTC (rev 6184)
@@ -102,6 +102,7 @@
    /
 
 &preprocess_nml
+           overwrite_output = .true.,
     input_obs_kind_mod_file = '../../../obs_kind/DEFAULT_obs_kind_mod.F90',
    output_obs_kind_mod_file = '../../../obs_kind/obs_kind_mod.f90',
      input_obs_def_mod_file = '../../../obs_def/DEFAULT_obs_def_mod.F90',
@@ -235,6 +236,9 @@
    write_nml   = 'file',
    /
 
+&mpi_utilities_nml
+   /
+
 &reg_factor_nml
    select_regression    = 1,
    input_reg_file       = "time_mean_reg",

Modified: DART/branches/development/observations/WOD/work/input.nml
===================================================================
--- DART/branches/development/observations/WOD/work/input.nml	2013-05-29 16:11:59 UTC (rev 6183)
+++ DART/branches/development/observations/WOD/work/input.nml	2013-05-29 16:12:35 UTC (rev 6184)
@@ -25,7 +25,7 @@
   !wod_input_file = '../CTD/STD/CTDS2000', 
 
 &preprocess_nml
-    force = .true.,
+           overwrite_output = .true.,
     input_obs_kind_mod_file = '../../../obs_kind/DEFAULT_obs_kind_mod.F90',
    output_obs_kind_mod_file = '../../../obs_kind/obs_kind_mod.f90',
      input_obs_def_mod_file = '../../../obs_def/DEFAULT_obs_def_mod.F90',


More information about the Dart-dev mailing list