[Dart-dev] DART/branches Revision: 12087

dart at ucar.edu dart at ucar.edu
Fri Nov 10 09:04:05 MST 2017


thoar at ucar.edu
2017-11-10 09:04:03 -0700 (Fri, 10 Nov 2017)
277
Fixed incorrect reference to fill_inflation_restart.html (in the index.html)
Supplied a correct filename in the fill_inflation_restart example.
Mentioned that the NCO tools can be used to supply inflation values in an input netCDF file
in the inflation section of filter.html




Modified: DART/branches/rma_trunk/assimilation_code/programs/fill_inflation_restart/fill_inflation_restart.html
===================================================================
--- DART/branches/rma_trunk/assimilation_code/programs/fill_inflation_restart/fill_inflation_restart.html	2017-11-09 22:55:19 UTC (rev 12086)
+++ DART/branches/rma_trunk/assimilation_code/programs/fill_inflation_restart/fill_inflation_restart.html	2017-11-10 16:04:03 UTC (rev 12087)
@@ -45,8 +45,8 @@
 <P>
 Here's an example of using ncap2 to set the T,U and V inf values:
 <PRE>
-  ncap2 -s 'T=1.0;U=1.0;V=1.0' wrfinput_d01 prior_inf.nc
-  ncap2 -s 'T=0.6;U=0.6;V=0.6' wrfinput_d01 prior_sd.nc
+  ncap2 -s 'T=1.0;U=1.0;V=1.0' wrfinput_d01 input_priorinf_mean.nc
+  ncap2 -s 'T=0.6;U=0.6;V=0.6' wrfinput_d01 input_priorinf_sd.nc
 </PRE>
 
 This works as long as you have at least version 4.4.2 of the NCO utils.

Modified: DART/branches/rma_trunk/assimilation_code/programs/filter/filter.html
===================================================================
--- DART/branches/rma_trunk/assimilation_code/programs/filter/filter.html	2017-11-09 22:55:19 UTC (rev 12086)
+++ DART/branches/rma_trunk/assimilation_code/programs/filter/filter.html	2017-11-10 16:04:03 UTC (rev 12087)
@@ -434,12 +434,12 @@
 <em>inf_initial_from_restart</em>, and <em>inf_initial</em>,
 as described below.
 Time variation is controlled by 
-<em>inf_sd_initial_from_restart </em>,
-<em>inf_sd_initial</em>,
-<em>inf_sd_lower_bound</em>,
-<em>inf_damping</em>,
-<em>inf_lower_bound</em> and
-<em>inf_upper_bound</em>.            
+<em class=code>inf_sd_initial_from_restart </em>,
+<em class=code>inf_sd_initial</em>,
+<em class=code>inf_sd_lower_bound</em>,
+<em class=code>inf_damping</em>,
+<em class=code>inf_lower_bound</em> and
+<em class=code>inf_upper_bound</em>.            
 
 
 </P> <P>
@@ -447,149 +447,138 @@
 The first is for Prior inflation and the second is for Posterior inflation.
 </P>
 <dl>
-<dt>
-<em>&filter_nml :: inf_flavor</em><br />
-valid values: 0, 2, 3, 4
-<dd>
-Set the type of Prior and Posterior inflation applied
-to the state vector.  Values mean:
-<table border=0 cellpadding=3 width=100% summary='types of inflation'>
-   <tr><td>0:</td><td> No inflation (Prior and/or Posterior) 
-                       and all other inflation variables are ignored</td></tr>
-   <tr><td>[1:</td><td> Deprecated: Observation space inflation] </td></tr>
-   <tr><td>2:</td><td> Spatially-varying state space inflation </td></tr>
-   <tr><td>3:</td><td> Spatially-uniform state space inflation </td></tr>
-   <tr><td>4:</td><td> Relaxation To Prior Spread (Posterior inflation only) </td></tr>
-</table>
-Spatially-varying state space inflation stores an array of inflation values,
-one for each item in the state vector.  
-If time-evolution is enabled each value can evolve independently.  
-Spatially-uniform state space inflation uses a single inflation value for 
-all items in the state vector.
-If time-evolution is enabled that single value can evolve.
-See <em>inf_sd_*</em> below for control of the time-evolution behavior.
-In practice we recommend starting with no inflation (both values 0).
-Then try inflation type 2 prior inflation and no inflation (0) for posterior.
-WARNING: even if inf_flavor is not 0, inflation can be turned off by
-setting <em>inf_damping</em> to 0.
-<br /> <br />
-<dt>
-<em>&filter_nml :: inf_initial_from_restart</em><br />
-valid values: .true. or .false.
-<dd>
-If true, read the inflation values from an inflation restart file named
-<em class=file>input_{prior,post}inf_mean.nc.</em>
-An initial run could be done to let spatially-varying inflation values 
-evolve in a spinup phase, and then the saved values can be read back in
-and used as fixed values in further runs.  
-Or if time-varying inflation is used, then the restart file from the
-previous job step must be supplied as an input file for the next step.
-<br /> <br />
+   <dt><em class=code>&filter_nml :: inf_flavor</em><br />
+       valid values: 0, 2, 3, 4</dt>
+   <dd>
+   Set the type of Prior and Posterior inflation applied
+   to the state vector.  Values mean:
+   <table border=0 cellpadding=3 width=100% summary='types of inflation'>
+      <tr><td>0:</td><td> No inflation (Prior and/or Posterior) 
+                          and all other inflation variables are ignored</td></tr>
+      <tr><td>[1:</td><td> Deprecated: Observation space inflation] </td></tr>
+      <tr><td>2:</td><td> Spatially-varying state space inflation </td></tr>
+      <tr><td>3:</td><td> Spatially-uniform state space inflation </td></tr>
+      <tr><td>4:</td><td> Relaxation To Prior Spread (Posterior inflation only) </td></tr>
+   </table>
+   Spatially-varying state space inflation stores an array of inflation values,
+   one for each item in the state vector.  
+   If time-evolution is enabled each value can evolve independently.  
+   Spatially-uniform state space inflation uses a single inflation value for 
+   all items in the state vector.
+   If time-evolution is enabled that single value can evolve.
+   See <em>inf_sd_*</em> below for control of the time-evolution behavior.


More information about the Dart-dev mailing list