[Dart-dev] DART/branches Revision: 12732

dart at ucar.edu dart at ucar.edu
Wed Jul 11 14:12:13 MDT 2018


jla at ucar.edu
2018-07-11 14:12:13 -0600 (Wed, 11 Jul 2018)
45
Inflation and filter kind for initial survey



Modified: DART/branches/concentration_observations/models/simple_advection/work/input.nml
===================================================================
--- DART/branches/concentration_observations/models/simple_advection/work/input.nml	2018-07-11 20:01:39 UTC (rev 12731)
+++ DART/branches/concentration_observations/models/simple_advection/work/input.nml	2018-07-11 20:12:13 UTC (rev 12732)
@@ -65,7 +65,7 @@
    last_obs_days            = -1
    last_obs_seconds         = -1
 
-   inf_flavor                  = 0,                       0
+   inf_flavor                  = 2,                       0
    inf_initial_from_restart    = .false.,                 .false.
    inf_sd_initial_from_restart = .false.,                 .false.
    inf_deterministic           = .true.,                  .true.
@@ -73,8 +73,8 @@
    inf_lower_bound             = 1.0,                     1.0
    inf_upper_bound             = 1000000.0,               1000000.0
    inf_damping                 = 1.0,                     1.0
-   inf_sd_initial              = 0.2,                     0.5
-   inf_sd_lower_bound          = 0.2,                     0.5
+   inf_sd_initial              = 0.0,                     0.5
+   inf_sd_lower_bound          = 0.0,                     0.5
    inf_sd_max_change           = 1.05,                    1.05
 
    trace_execution             = .false.
@@ -98,7 +98,7 @@
 # large for the model to converge.  to test that the model is
 # doing a successful assimilation, change cutoff to 0.02 and rerun.
 &assim_tools_nml
-   filter_kind                     = 1
+   filter_kind                     = 8
    cutoff                          = 0.2
    sort_obs_inc                    = .false.
    spread_restoration              = .false.


More information about the Dart-dev mailing list