[Dart-dev] DART/branches Revision: 10734
dart at ucar.edu
dart at ucar.edu
Mon Nov 7 15:36:52 MST 2016
nancy at ucar.edu
2016-11-07 15:36:51 -0700 (Mon, 07 Nov 2016)
87
added the updated namelist items for the particle filter
in the assim_tools namelist.
Modified: DART/branches/pf/models/lorenz_96/work/input.nml
===================================================================
--- DART/branches/pf/models/lorenz_96/work/input.nml 2016-11-07 22:23:18 UTC (rev 10733)
+++ DART/branches/pf/models/lorenz_96/work/input.nml 2016-11-07 22:36:51 UTC (rev 10734)
@@ -94,11 +94,20 @@
print_every_nth_obs = 0,
rectangular_quadrature = .true.,
gaussian_likelihood_tails = .false.,
- pf_inf = 0.05
+ frac_neff = 0.3
pf_kddm = 1
- max_alpha = 0.99
+ kddm_bins = 5
/
+# original pf implementation:
+# pf_inf = 0.05
+# pf_kddm = 1
+# max_alpha = 0.99
+# current pf implementation:
+# frac_neff = 0.3
+# pf_kddm = 1
+# kddm_bins = 5
+
&cov_cutoff_nml
select_localization = 1,
/
More information about the Dart-dev
mailing list