[Dart-dev] DART/branches Revision: 11688
dart at ucar.edu
dart at ucar.edu
Thu Jun 1 16:13:43 MDT 2017
nancy at ucar.edu
2017-06-01 16:13:43 -0600 (Thu, 01 Jun 2017)
469
restore a "working" input.nml. the previous version was accidently
overwritten by the workshop version and committed.
NOTE that this one differs from what we distributed with Lanai,
but it is simplified and gives a good assimilation result.
it turns off inflation and turns off localization. this is
intentional. the goal of the default input.nml is that if someone
just runs filter, they should see a reasonable assimilation result
and not write us for support.
Modified: DART/branches/rma_trunk/models/lorenz_63/work/input.nml
===================================================================
--- DART/branches/rma_trunk/models/lorenz_63/work/input.nml 2017-06-01 16:49:58 UTC (rev 11687)
+++ DART/branches/rma_trunk/models/lorenz_63/work/input.nml 2017-06-01 22:13:43 UTC (rev 11688)
@@ -67,11 +67,11 @@
inf_initial_from_restart = .false., .false.,
inf_sd_initial_from_restart = .false., .false.,
inf_deterministic = .true., .true.,
- inf_initial = 1.0, 1.0,
+ 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_upper_bound = 100.0, 1000000.0,
inf_sd_lower_bound = 0.0, 0.0
trace_execution = .false.,
@@ -93,7 +93,7 @@
&assim_tools_nml
filter_kind = 1,
- cutoff = 0.00001,
+ cutoff = 1000000.0
sort_obs_inc = .false.,
spread_restoration = .false.,
sampling_error_correction = .false.,
@@ -194,3 +194,4 @@
outlier_threshold = -1.0,
/
+
More information about the Dart-dev
mailing list