Skip to content

Commit

Permalink
Correct information on ensemble sizes supported
Browse files Browse the repository at this point in the history
Nancy took pains to include all ensemble sizes from 3 to 200
in the sampling error correction file. Those already exist.
  • Loading branch information
timhoar committed Apr 7, 2021
1 parent c4a11af commit eece553
Showing 1 changed file with 23 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ already exists in the current directory any tables for new ensemble sizes will b
file does not exist a new file will be created by this tool. The resulting file should be copied into the current
working directory when ``filter`` is run.

A file with 40 common ensemble sizes is distributed with the system. Any new ensemble sizes can be generated on demand.
A file with almost 200 common ensemble sizes is distributed with the system. Any new ensemble sizes can be generated on demand.
Be aware that the computation can be time consuming. The job may need to be submitted to a batch system if many new
ensemble sizes are being generated, or start the job on a laptop and leave it to run overnight.

Expand Down Expand Up @@ -48,11 +48,27 @@ ens_sizes

::

ens_sizes = 3, 4, 5, 6, 7, 8, 9, 10,
11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
21, 22, 23, 24, 25, 26, 27, 28, 29, 30,
31, 32, 33, 34, 35, 36, 37, 38, 39, 40,
41, 42, 43, 44, 45, 46, 47, 48, 49, 50,
51, 52, 53, 54, 55, 56, 57, 58, 59, 60,
61, 62, 63, 64, 65, 66, 67, 68, 69, 70,
71, 72, 73, 74, 75, 76, 77, 78, 79, 80,
81, 82, 83, 84, 85, 86, 87, 88, 89, 90,
91, 92, 93, 94, 95, 96, 97, 98, 99, 100,
101, 102, 103, 104, 105, 106, 107, 108, 109, 110,
111, 112, 113, 114, 115, 116, 117, 118, 119, 120,
121, 122, 123, 124, 125, 126, 127, 128, 129, 130,
131, 132, 133, 134, 135, 136, 137, 138, 139, 140,
141, 142, 143, 144, 145, 146, 147, 148, 149, 150,
151, 152, 153, 154, 155, 156, 157, 158, 159, 160,
161, 162, 163, 164, 165, 166, 167, 168, 169, 170,
171, 172, 173, 174, 175, 176, 177, 178, 179, 180,
181, 182, 183, 184, 185, 186, 187, 188, 189, 190,
191, 192, 193, 194, 195, 196, 197, 198, 199, 200

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

debug
*type:* logical
Expand All @@ -62,14 +78,14 @@ debug
Examples
--------

To add tables for ensemble sizes 128 and 256 run the program with this namelist:
To add tables for ensemble sizes 220 and 256 run the program with this namelist:

.. container::

::

&gen_sampling_error_table_nml
ens_sizes = 128, 256,
ens_sizes = 220, 256,
debug = .false.
/

Expand Down

0 comments on commit eece553

Please sign in to comment.