[Dart-dev] DART/branches Revision: 12650

dart at ucar.edu dart at ucar.edu
Fri Jun 8 15:47:37 MDT 2018


nancy at ucar.edu
2018-06-08 15:47:37 -0600 (Fri, 08 Jun 2018)
362
forgot to add the new namelist item needed by the enhanced
inflation scheme to the input.nml files in each model dir.  
all filter namelists should now include this new line:

inf_sd_max_change           = 1.05,                    1.05,

in the inflation section.  in namelists where the standard
deviation items weren't all consecutive, i moved them to be so.




Modified: DART/branches/rma_trunk/models/9var/work/input.nml
===================================================================
--- DART/branches/rma_trunk/models/9var/work/input.nml	2018-06-08 21:31:09 UTC (rev 12649)
+++ DART/branches/rma_trunk/models/9var/work/input.nml	2018-06-08 21:47:37 UTC (rev 12650)
@@ -71,11 +71,12 @@
    inf_sd_initial_from_restart = .false.,                 .false.,
    inf_deterministic           = .true.,                  .true.,
    inf_initial                 = 1.0,                     1.0,
-   inf_sd_initial              = 0.0,                     0.0,
-   inf_damping                 = 1.0,                     1.0,
    inf_lower_bound             = 1.0,                     1.0,
    inf_upper_bound             = 1000000.0,               1000000.0,
-   inf_sd_lower_bound          = 0.0,                     0.0
+   inf_damping                 = 1.0,                     1.0,
+   inf_sd_initial              = 0.0,                     0.0,
+   inf_sd_lower_bound          = 0.0,                     0.0,
+   inf_sd_max_change           = 1.05,                    1.05,
 
    trace_execution              = .false.,
    output_timestamps            = .false.,

Modified: DART/branches/rma_trunk/models/LMDZ/work/input.nml
===================================================================
--- DART/branches/rma_trunk/models/LMDZ/work/input.nml	2018-06-08 21:31:09 UTC (rev 12649)
+++ DART/branches/rma_trunk/models/LMDZ/work/input.nml	2018-06-08 21:47:37 UTC (rev 12650)
@@ -36,11 +36,12 @@
    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_lower_bound             = 1.0,                     1.0,
    inf_upper_bound             = 1000000.0,               1000000.0,
-   inf_sd_lower_bound          = 0.0,                     0.0
+   inf_damping                 = 1.0,                     1.0,
+   inf_sd_initial              = 0.1,                     0.1,
+   inf_sd_lower_bound          = 0.0,                     0.0,
+   inf_sd_max_change           = 1.05,                    1.05,
 /
 ! ! inf_flavor is 0:none, 1:obs space, 2: varying state space, 3: fixed state_space
 

Modified: DART/branches/rma_trunk/models/MITgcm_annulus/work/input.nml
===================================================================
--- DART/branches/rma_trunk/models/MITgcm_annulus/work/input.nml	2018-06-08 21:31:09 UTC (rev 12649)
+++ DART/branches/rma_trunk/models/MITgcm_annulus/work/input.nml	2018-06-08 21:47:37 UTC (rev 12650)
@@ -58,11 +58,12 @@
    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.0,                     0.0,
-   inf_damping                 = 1.0,                     1.0,
    inf_lower_bound             = 1.0,                     1.0,
    inf_upper_bound             = 1000000.0,               1000000.0,
-   inf_sd_lower_bound          = 0.0,                     0.0
+   inf_damping                 = 1.0,                     1.0,
+   inf_sd_initial              = 0.0,                     0.0,
+   inf_sd_lower_bound          = 0.0,                     0.0,
+   inf_sd_max_change           = 1.05,                    1.05,
 /
 
 &smoother_nml

Modified: DART/branches/rma_trunk/models/MITgcm_ocean/work/input.nml
===================================================================
--- DART/branches/rma_trunk/models/MITgcm_ocean/work/input.nml	2018-06-08 21:31:09 UTC (rev 12649)
+++ DART/branches/rma_trunk/models/MITgcm_ocean/work/input.nml	2018-06-08 21:47:37 UTC (rev 12650)
@@ -58,11 +58,12 @@
    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.0,                     0.0,
-   inf_damping                 = 1.0,                     1.0,
    inf_lower_bound             = 1.0,                     1.0,
    inf_upper_bound             = 1000000.0,               1000000.0,
-   inf_sd_lower_bound          = 0.0,                     0.0
+   inf_damping                 = 1.0,                     1.0,
+   inf_sd_initial              = 0.0,                     0.0,
+   inf_sd_lower_bound          = 0.0,                     0.0,
+   inf_sd_max_change           = 1.05,                    1.05,
   /
 
 &smoother_nml

Modified: DART/branches/rma_trunk/models/NAAPS/work/input.nml
===================================================================
--- DART/branches/rma_trunk/models/NAAPS/work/input.nml	2018-06-08 21:31:09 UTC (rev 12649)
+++ DART/branches/rma_trunk/models/NAAPS/work/input.nml	2018-06-08 21:47:37 UTC (rev 12650)
@@ -167,11 +167,12 @@
    inf_out_file_name           = 'not_initialized',       'not_initialized'
    inf_diag_file_name          = 'not_initialized',       'not_initialized'
    inf_initial                 = 1.0,                     1.0
-   inf_sd_initial              = 0.0,                     0.0
-   inf_damping                 = 1.0,                     1.0
    inf_lower_bound             = 1.0,                     1.0
    inf_upper_bound             = 1000000.0,               1000000.0
+   inf_damping                 = 1.0,                     1.0
+   inf_sd_initial              = 0.0,                     0.0
    inf_sd_lower_bound          = 0.0,                     0.0
+   inf_sd_max_change           = 1.05,                    1.05,
   /


More information about the Dart-dev mailing list