@@ -90,9 +90,11 @@ In the namelist each entry has two values. The first is for Prior inflation and
90
90
``&filter_nml :: inf_initial_from_restart ``
91
91
*valid values: * .true. or .false.
92
92
93
- If true, read the inflation values from an inflation restart file named ``input_{prior,post}inf_mean.nc. `` An initial
94
- run could be done to let spatially-varying inflation values evolve in a spinup phase, and then the saved values can
95
- be read back in and used as fixed values in further runs. Or if time-varying inflation is used, then the restart file
93
+ If true, read the inflation values from an inflation restart file named ``input_{prior,post}inf_mean{_d##}.nc ``,
94
+ (d\#\# is the domain number, if needed).
95
+ An initial run could be done to let spatially-varying inflation values evolve in a spinup phase,
96
+ and then the saved values can be read back in and used as fixed values in further runs.
97
+ Or if time-varying inflation is used, then the restart file
96
98
from the previous job step must be supplied as an input file for the next step.
97
99
98
100
``&filter_nml :: inf_initial ``
@@ -127,8 +129,8 @@ In the namelist each entry has two values. The first is for Prior inflation and
127
129
``&filter_nml :: inf_sd_initial_from_restart ``
128
130
*valid values: * .true. or .false.
129
131
130
- If true, read the inflation standard deviation values from an restart file named ``input_{prior,post}inf_sd.nc. `` See
131
- the comments above about ``inflation_initial_from_restart ``.
132
+ If true, read the inflation standard deviation values from an restart file named ``input_{prior,post}inf_sd{_d##} .nc. ``
133
+ See the comments above about ``inflation_initial_from_restart ``.
132
134
133
135
``&filter_nml :: inf_sd_initial ``
134
136
*valid values: * ≤ 0.0 to disable evolution of inflation, > 0.0 otherwise
@@ -188,7 +190,8 @@ The suggested procedure for testing inflation options is to start without any (b
188
190
``inf_damping `` > 0.). Then enable Prior state space, spatially-varying inflation, with no Posterior inflation (set
189
191
``inf_flavor `` to [2, 0]). Then try damped inflation (set ``inf_damping `` to 0.9 and set ``inf_sd_initial `` and
190
192
``inf_sd_lower_bound `` to 0.6). The inflation values and standard deviation are written out to files with
191
- ``_{prior,post}inf_{mean,sd} `` in their names. These NetCDF files can be viewed with common tools (we often use
193
+ ``_{prior,post}inf_{mean,sd}{_d##}.nc ``, in their names
194
+ (d\#\# is the domain number, if needed). These NetCDF files can be viewed with common tools (we often use
192
195
`ncview <http://meteora.ucsd.edu/~pierce/ncview_home_page.html >`__ ). Expected inflation values are generally in the 1
193
196
to 30 range; if values grow much larger than this it usually indicates a problem with the assimilation.
194
197
@@ -207,11 +210,11 @@ Here's an example of using ncap2 to set the T,U and V inf values:
207
210
208
211
::
209
212
210
- ncap2 -s 'T=1.0;U=1.0;V=1.0' wrfinput_d01 input_priorinf_mean .nc
211
- ncap2 -s 'T=0.6;U=0.6;V=0.6' wrfinput_d01 input_priorinf_sd .nc
213
+ ncap2 -s 'T=1.0;U=1.0;V=1.0' wrfinput_d01 input_priorinf_mean_d01 .nc
214
+ ncap2 -s 'T=0.6;U=0.6;V=0.6' wrfinput_d01 input_priorinf_sd_d01 .nc
212
215
-or-
213
- ncap2 -s 'T(:,:,:)=1.0;U(:,:,:)=1.0;V(:,:,:)=1.0' wrfinput_d01 input_priorinf_mean .nc
214
- ncap2 -s 'T(:,:,:)=0.6;U(:,:,:)=0.6;V(:,:,:)=0.6' wrfinput_d01 input_priorinf_sd .nc
216
+ ncap2 -s 'T(:,:,:)=1.0;U(:,:,:)=1.0;V(:,:,:)=1.0' wrfinput_d01 input_priorinf_mean_d01 .nc
217
+ ncap2 -s 'T(:,:,:)=0.6;U(:,:,:)=0.6;V(:,:,:)=0.6' wrfinput_d01 input_priorinf_sd_d01 .nc
215
218
216
219
Some versions of the NCO utilities change the full 3D arrays into a single scalar. If that's your result (check your
217
220
output with ``ncdump -h ``) use the alternate syntax or a more recent version of the NCO tools.
0 commit comments