[Dart-dev] [6093] DART/branches/development/models/cam/work/input.nml: Using ' tried-and-true' default values for inflation, etc.

nancy at ucar.edu nancy at ucar.edu
Fri Apr 26 14:54:20 MDT 2013


Revision: 6093
Author:   thoar
Date:     2013-04-26 14:54:19 -0600 (Fri, 26 Apr 2013)
Log Message:
-----------
Using 'tried-and-true' default values for inflation, etc.

Modified Paths:
--------------
    DART/branches/development/models/cam/work/input.nml

-------------- next part --------------
Modified: DART/branches/development/models/cam/work/input.nml
===================================================================
--- DART/branches/development/models/cam/work/input.nml	2013-04-26 19:34:18 UTC (rev 6092)
+++ DART/branches/development/models/cam/work/input.nml	2013-04-26 20:54:19 UTC (rev 6093)
@@ -35,11 +35,11 @@
    inf_out_file_name           = 'prior_inflate_restart', 'post_inflate_restart',
    inf_diag_file_name          = 'prior_inflate_diag',    'post_inflate_diag',
    inf_initial                 = 1.0,                     1.0,
-   inf_sd_initial              = 0.1,                     0.1,
-   inf_damping                 = 1.0,                     1.0,
+   inf_sd_initial              = 0.6,                     0.6,
+   inf_damping                 = 0.9,                     0.9,
    inf_lower_bound             = 1.0,                     1.0,
-   inf_upper_bound             = 1000000.0,               1000000.0,
-   inf_sd_lower_bound          = 0.0,                     0.0
+   inf_upper_bound             = 1000.0,               1000.0,
+   inf_sd_lower_bound          = 0.6,                     0.6
    /
 ! ! inf_flavor is 0:none, 1:obs space, 2: varying state space, 3: fixed state_space
 
@@ -146,7 +146,7 @@
 !   will be reset to the values in pert_base_vals.  
 
 &location_nml
-   horiz_dist_only             = .true.,
+   horiz_dist_only             = .false.,
    vert_normalization_pressure = 100000.0, 
    vert_normalization_height   = 10000.0,
    vert_normalization_level    = 20.0,


More information about the Dart-dev mailing list