[Dart-dev] DART/branches Revision: 10972
dart at ucar.edu
dart at ucar.edu
Sat Jan 28 07:50:19 MST 2017
nancy at ucar.edu
2017-01-28 07:50:19 -0700 (Sat, 28 Jan 2017)
79
added some comments to the top of the file about
what the ensemble sizes are.
Modified: DART/branches/rma_trunk/system_simulation/work/input.nml
===================================================================
--- DART/branches/rma_trunk/system_simulation/work/input.nml 2017-01-28 14:41:40 UTC (rev 10971)
+++ DART/branches/rma_trunk/system_simulation/work/input.nml 2017-01-28 14:50:19 UTC (rev 10972)
@@ -1,11 +1,20 @@
- ens_sizes = 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 18, 20,
- 22, 24, 28, 30, 32, 36, 40, 44, 48, 49, 50,
- 52, 56, 60, 64, 70, 72, 80, 84, 88, 90, 96,
- 100, 120, 140, 160, 180, 200
+# the default netcdf file that is checked out with the source
+# code already contains these ensemble sizes. you can run
+# the generator program to append new sizes to the
+# existing file.
+#
+# the computation iterates many times to compute the factors;
+# each new size will take many minutes.
+#
+# ens_sizes = 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 18, 20,
+# 22, 24, 28, 30, 32, 36, 40, 44, 48, 49, 50,
+# 52, 56, 60, 64, 70, 72, 80, 84, 88, 90, 96,
+# 100, 120, 140, 160, 180, 200
+#
&gen_sampling_error_table_nml
- ens_sizes = 3
+ ens_sizes = 98, 128
debug = .false.
/
@@ -13,6 +22,9 @@
module_details = .false.
/
+
+# older research program, not used by filter anymore
+
&full_error_nml
ens_size = 80
output_filename = "final_full"
More information about the Dart-dev
mailing list