[Dart-dev] DART/branches Revision: 11339

dart at ucar.edu dart at ucar.edu
Wed Mar 15 15:04:51 MDT 2017


raeder at ucar.edu
2017-03-15 15:04:51 -0600 (Wed, 15 Mar 2017)
172
Corrected more {in,out}put_restart_file_list to {in,out}put_state_file_list.
Fixed typos.
Check; write_all_states_at_end is "more memory intensive but requires less time"




Modified: DART/branches/rma_trunk/documentation/html/rma.html
===================================================================
--- DART/branches/rma_trunk/documentation/html/rma.html	2017-03-15 20:59:40 UTC (rev 11338)
+++ DART/branches/rma_trunk/documentation/html/rma.html	2017-03-15 21:04:51 UTC (rev 11339)
@@ -96,7 +96,7 @@
 <code>add_domain(info_file, num_vars, var_names)</code> which lets DART read 
 the NetCDF dimensions for a list of variables from a file 
 (<code>info_file</code>). There are several routines that can be used together 
-to create a domain from a decsription:
+to create a domain from a description:
 <code>add_domain, add_dimension_to_variable, finished_adding_domain</code>. 
 This can be used in models such as bgrid_solo where the model is spun up in 
 perfect_model_obs, but the model itself has variable structure 
@@ -158,7 +158,7 @@
    <br>&nbsp;&nbsp;preassim_priorinf_mean.nc
    <br>&nbsp;&nbsp;preassim_priorinf_sd.nc
 <li><b>The number of ensemble members specifed</b> in filter_nml (num_output_state_members):
-   <br>&nbsp;&nbsp;preassim_member.000*.nc
+   <br>&nbsp;&nbsp;preassim_member_####.nc
 </ul>
 
 <p>
@@ -173,7 +173,7 @@
    <br>&nbsp;&nbsp;postassim_priorinf_mean.nc
    <br>&nbsp;&nbsp;postassim_priorinf_sd.nc
 <li><b>The number of ensemble members specifed</b> in filter_nml (num_output_state_members):
-   <br>&nbsp;&nbsp;postassim_member.000*.nc
+   <br>&nbsp;&nbsp;postassim_member_####.nc
 </ul>
 <p>
 
@@ -181,6 +181,9 @@
 Note that restarts will have been clamped if any clamping is applied (given 
 as an arguement to add_domain). This is <em>different</em> to Posterior_Diag.nc
 which contains unclamped values.
+Note also that there are 2 more 
+<a href="#STAGES_TO_WRITE">"stages" </a>
+which might be output, in addition to the preassim and postassim discussed here.
 
 <p> For models with multiple domains the filenames above are appended with the 
 domain number, e.g. preassim_mean.nc becomes preassim_mean_d01.nc, 
@@ -230,7 +233,7 @@
 the next 1000 element variable would be read and tranposed in a second step.
 <p>
 <code>single_precision_output</code> allows you to run filter in double precision but write 
-NetCDF files in single presision
+NetCDF files in single precision.
 <p>
 
 <P>
@@ -295,8 +298,8 @@
 <TBODY valign=top>
 <TR><TD>single_file_in</TD>
     <TD>logical</TD>
-    <TD>True mean that all of the restart and inflation information is read from
-        a single NetCDF file.  False means that you must specify a input_restart_file_list
+    <TD>True means that all of the restart and inflation information is read from
+        a single NetCDF file.  False means that you must specify an input_state_file_list
         and DART will be expecting input_{priorinf,postinf}_{mean,sd}.nc files for 
         inflation.
  </TD></TR>
@@ -303,9 +306,9 @@
 
 <TR><TD>single_file_out</TD>
     <TD>logical</TD>
-    <TD>True mean that all of the restart and inflation information is written to
+    <TD>True means that all of the restart and inflation information is written to
         a single NetCDF file.  False means that you must specify a 
-        output_restart_file_list and DART will be output files specified in the
+        output_state_file_list and DART will be output files specified in the
         list.  Inflation files will be written in the form 
         input_{priorinf,postinf}_{mean,sd}.nc.
  </TD></TR>
@@ -324,7 +327,7 @@
         single_file_out must be set to .true.
  </TD></TR>
 
-<TR><TD>input_restart_file_list</TD>
+<TR><TD>input_state_file_list</TD>
     <TD>character array</TD>
     <TD>A list of files containing input model restarts. For multiple domains you can 
         specify a file for each domain. When specifying a list single_file_in, 
@@ -331,7 +334,7 @@
         single_file_out must be set to .false.
  </TD></TR>
 
-<TR><TD>output_restart_file_list</TD>
+<TR><TD>output_state_file_list</TD>
     <TD>character array</TD>
     <TD>A list of files containing output model restarts. For multiple domains you can 
         specify a file for each domain. When specifying a list single_file_in, 
@@ -338,12 +341,13 @@
         single_file_out must be set to .false.
  </TD></TR>
 
+<A NAME="STAGES_TO_WRITE"></A>
 <TBODY valign=top>
 <TR><TD>stages_to_write</TD>
     <TD>character array</TD>
     <TD>Controls which stages to write. Currently there are four options:
          <UL>


More information about the Dart-dev mailing list