[Dart-dev] DART/branches Revision: 10892
dart at ucar.edu
dart at ucar.edu
Fri Jan 13 15:15:25 MST 2017
hendric at ucar.edu
2017-01-13 15:15:25 -0700 (Fri, 13 Jan 2017)
35
consistent formatting for NetCDF.
Modified: DART/branches/rma_fixed_filenames/rma_doc/rma.html
===================================================================
--- DART/branches/rma_fixed_filenames/rma_doc/rma.html 2017-01-13 22:11:12 UTC (rev 10891)
+++ DART/branches/rma_fixed_filenames/rma_doc/rma.html 2017-01-13 22:15:25 UTC (rev 10892)
@@ -37,7 +37,7 @@
<li> cm1
<li> lorenz_63
<li> lorenz_96
-<li> mpas (netcdf overwrite not supported for update_u_from_reconstruct = .true. )
+<li> mpas (NetCDF overwrite not supported for update_u_from_reconstruct = .true. )
<li> POP
<li> ROMS
<li> wrf
@@ -56,15 +56,15 @@
<p> Before bitwise testing with Lanai please read
<a href="bitwise_considerations.html">bitwise considerations</a>
-<h4> Netcdf Restarts </h4>
+<h4> NetCDF Restarts </h4>
-The programs filter and perfect_model_obs now read/write directly from netcdf
+The programs filter and perfect_model_obs now read/write directly from NetCDF
files, rather than having to run converters (<code>model_to_dart</code> and
<code>dart_to_model</code>).
To facilitate this, there is a new required call <code>add_domain</code>
which must be called during <code>static_init_model</code>. It can be called
-multiple times in static_model_mod, e.g. once for each netcdf file that
+multiple times in static_model_mod, e.g. once for each NetCDF file that
contains state variables. There are three ways to add a domain.
<ul>
@@ -87,11 +87,11 @@
</code>
</ul>
<p>
-For models without netcdf restarts, use <code>add_domain(model_size)</code>.
+For models without NetCDF restarts, use <code>add_domain(model_size)</code>.
This is the minimum amount of information needed by DART to create a netdcf
-file. For models with netcdf restarts use
+file. For models with NetCDF restarts use
<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
+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:
<code>add_domain, add_dimension_to_variable, finished_adding_domain</code>.
@@ -99,12 +99,12 @@
perfect_model_obs, but the model itself has variable structure
(3D variables with names).
-See <a href="#namelist_changes">Additions/Changes to existing namelists for how to use netcdf IO</a>.
+See <a href="#namelist_changes">Additions/Changes to existing namelists for how to use NetCDF IO</a>.
<p>
-<b>Note</b> when using netcdf restarts, inflation files are netcdf also.
+<b>Note</b> when using NetCDF restarts, inflation files are NetCDF also.
The inflation mean and inflation standard deviation are in separate files
-when you use netcdf restarts. See <a href="netcdf_inflation_files.html">netcdf inflation files</a> for details.
+when you use NetCDF restarts. See <a href="netcdf_inflation_files.html">NetCDF inflation files</a> for details.
<p>
@@ -246,7 +246,7 @@
the next 1000 element variable would be read and tranposed in a second step.
<p>
single_precision_output allows you to run filter in double precision but write
-netcdf files in single presision
+NetCDF files in single presision
<p>
<P>
@@ -400,7 +400,7 @@
</div>
<p>
-<b>For Netcdf reads and writes:</b>
+<b>For NetCDF reads and writes:</b>
<p>
For <b>input</b> file names:
<ul>
More information about the Dart-dev
mailing list