[Dart-dev] DART/branches Revision: 13068

dart at ucar.edu dart at ucar.edu
Mon Mar 25 15:03:29 MDT 2019


nancy at ucar.edu
2019-03-25 15:03:29 -0600 (Mon, 25 Mar 2019)
197
update the comments in the namelist file to correctly
describe the new SEC file - all ensemble sizes from 3 to 200.

make the namelist suggest ensemble sizes that don't already
exist in the file.




Modified: DART/branches/recam/assimilation_code/programs/gen_sampling_err_table/work/input.nml
===================================================================
--- DART/branches/recam/assimilation_code/programs/gen_sampling_err_table/work/input.nml	2019-03-25 20:53:06 UTC (rev 13067)
+++ DART/branches/recam/assimilation_code/programs/gen_sampling_err_table/work/input.nml	2019-03-25 21:03:29 UTC (rev 13068)
@@ -1,20 +1,15 @@
 
-# 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
+# the supplied netcdf file contains all ensemble sizes from 3 to 200.
+#
+# you can run the generator program to append new ensemble 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 = 98, 128
+   ens_sizes = 250, 300
    debug = .false.
    /
 


More information about the Dart-dev mailing list