[Dart-dev] [4796] DART/trunk/models/tiegcm/work/input.nml: Just resetting the evaluate_these_obs_types namelist variable

nancy at ucar.edu nancy at ucar.edu
Fri Mar 11 16:08:49 MST 2011


Revision: 4796
Author:   thoar
Date:     2011-03-11 16:08:49 -0700 (Fri, 11 Mar 2011)
Log Message:
-----------
Just resetting the evaluate_these_obs_types namelist variable
to be the default (null) - the namelist had an exclamation mark
in front of it ... not sure if that actually comments out anything
in the namelist ...

Modified Paths:
--------------
    DART/trunk/models/tiegcm/work/input.nml

-------------- next part --------------
Modified: DART/trunk/models/tiegcm/work/input.nml
===================================================================
--- DART/trunk/models/tiegcm/work/input.nml	2011-03-11 22:45:03 UTC (rev 4795)
+++ DART/trunk/models/tiegcm/work/input.nml	2011-03-11 23:08:49 UTC (rev 4796)
@@ -19,7 +19,7 @@
    output_forward_op_errors = .false.,
    print_every_nth_obs   = -1,
    silence               = .false.,
-  /
+   /
 
 &filter_nml
    async                    = 2,
@@ -63,7 +63,8 @@
    inf_lower_bound             = 1.0,                     1.0,
    inf_upper_bound             = 1000000.0,               1000000.0,
    inf_sd_lower_bound          = 0.0,                     0.0
-/
+   /
+
 ! ! inf_flavor is 0:none, 1:obs space, 2: varying state space, 3: fixed state_space
 
 &smoother_nml
@@ -71,12 +72,14 @@
    start_from_restart    = .false.,
    output_restart        = .false.,
    restart_in_file_name  = 'smoother_ics',
-   restart_out_file_name = 'smoother_restart'  /
+   restart_out_file_name = 'smoother_restart'
+   /
 
 &ensemble_manager_nml
    single_restart_file_in  = .false.,
    single_restart_file_out = .false.,
-   perturbation_amplitude  = 0.2  /
+   perturbation_amplitude  = 0.2
+   /
 
 &assim_tools_nml
    filter_kind                     = 1,
@@ -87,32 +90,36 @@
    adaptive_localization_threshold = -1,
    output_localization_diagnostics = .false.,
    localization_diagnostics_file   = 'localization_diagnostics',
-   print_every_nth_obs             = 0  /
+   print_every_nth_obs             = 0
+   /
 
 &model_nml
-  /
+   /
 
 &cov_cutoff_nml
-   select_localization = 1  /
+   select_localization = 1
+   /
 
 &reg_factor_nml
    select_regression    = 1,
    input_reg_file       = "time_mean_reg",
    save_reg_diagnostics = .false.,
-   reg_diagnostics_file = "reg_diagnostics"  /
+   reg_diagnostics_file = "reg_diagnostics"
+   /
 
 &obs_sequence_nml
-   write_binary_obs_sequence = .false.  /
+   write_binary_obs_sequence = .false.
+   /
 
 &obs_kind_nml
-   assimilate_these_obs_types = 'CHAMP_DENSITY','GPS_PROFILE' 
-!  evaluate_these_obs_types   = '' 
-  /
+   assimilate_these_obs_types = 'CHAMP_DENSITY','GPS_PROFILE',
+   evaluate_these_obs_types   = 'null',
+   /
 
 &assim_model_nml
    write_binary_restart_files = .false.,
    netCDF_large_file_support  = .false.
-  /
+   /
 
 &location_nml
    horiz_dist_only             = .true.,
@@ -122,21 +129,24 @@
    approximate_distance        = .false.,
    nlon                        = 71,
    nlat                        = 36,
-   output_box_info             = .false.  /
+   output_box_info             = .false.
+   /
 
 &preprocess_nml
     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',
     output_obs_def_mod_file = '../../../obs_def/obs_def_mod.f90',
-   input_files              = '../../../obs_def/obs_def_upper_atm_mod.f90'  /
+   input_files              = '../../../obs_def/obs_def_upper_atm_mod.f90',
+   /
 
 &utilities_nml
    TERMLEVEL = 1,
    module_details = .false.,
    logfilename = 'dart_log.out',
    nmlfilename = 'dart_log.nml',
-   write_nml   = 'file'  /
+   write_nml   = 'file'
+   /
 
 &mpi_utilities_nml
    /


More information about the Dart-dev mailing list