[Dart-dev] DART/branches Revision: 11321
dart at ucar.edu
dart at ucar.edu
Tue Mar 14 16:25:55 MDT 2017
hendric at ucar.edu
2017-03-14 16:25:55 -0600 (Tue, 14 Mar 2017)
25
updating release notes.
Modified: DART/branches/rma_trunk/documentation/html/Manhattan_release.html
===================================================================
--- DART/branches/rma_trunk/documentation/html/Manhattan_release.html 2017-03-14 22:21:51 UTC (rev 11320)
+++ DART/branches/rma_trunk/documentation/html/Manhattan_release.html 2017-03-14 22:25:55 UTC (rev 11321)
@@ -73,12 +73,26 @@
DART distribution. They are described below.</p>
<p>
-DART diagnostic output includes two netCDF files containing
-the model states just before
-the adjustment (<em class=file>preassim_{member,mean,sd,priorinf,postinf.nc</em>) and just after the adjustment
-(<em class=file>postassim_{member,mean,sd,priorinf,postinf.nc</em>) as well as a file
-<em class=file>obs_seq.final</em> with the model estimates of the observations.
-There is a suite of Matlab® functions that facilitate exploration of the
+DART diagnostic output were <i>previously</i> stored in two netCDF files containing
+the model states just before the adjustment (<em class=file>Prior_Diag.nc</em>) and
+just after the adjustment (<em class=file>Posterior_Diag.nc</em>). These files are
+now separated into multiple files in order to take advantage of parallel IO. In
+particular <em class=file>Prior_Diag.nc</em> is broken up into files:
+ <ul><li> <em class=file>preassim_member_####.nc</em></li>
+ <li> <em class=file>preassim_mean.nc</em></li>
+ <li> <em class=file>preassim_sd.nc</em></li>
+ <li> <em class=file>preassim_priorinf.nc</em> (if prior inflation is turned on)</li>
+ <li> <em class=file>preassim_postinf.nc</em> (if posterior inflation is turned on)</li>
+ </ul>
+and similarly for <em class=file>Posterior_Diag.nc</em> :
+ <ul><li> <em class=file>postassim_member_####.nc</em></li>
+ <li> <em class=file>postassim_mean.nc</em></li>
+ <li> <em class=file>postassim_sd.nc</em></li>
+ <li> <em class=file>postassim_priorinf.nc</em> (if prior inflation is turned on)</li>
+ <li> <em class=file>postassim_postinf.nc</em> (if posterior inflation is turned on)</li>
+ </ul>
+There is also a text file, <em class=file>obs_seq.final</em>, with the model estimates of the
+observations. There is a suite of Matlab® functions that facilitate exploration of the
results, but the netCDF files are inherently portable and contain all the
necessary metadata to interpret the contents with other analysis programs
such as NCL, R, etc.
@@ -125,7 +139,7 @@
<br />
<br />
DART uses the
-<a href="http://www.unidata.ucar.edu/packages/netcdf/">netCDF</a>
+<a href="https://www.unidata.ucar.edu/downloads/netcdf/index.jsp">netCDF</a>
self-describing data format with a particular metadata convention to
describe output that is used to analyze the results of assimilation
experiments. These files have the extension <em class=file>.nc</em>
@@ -574,12 +588,11 @@
<p>
With the result:
<pre>
-Posterior_Diag.nc
-Prior_Diag.nc
-True_State.nc
-filter_ics
-filter_restart
+filter_input.cdl
+filter_input_list.txt
+filter_output_list.txt
input.nml
+input.workshop.nml
mkmf_create_fixed_network_seq
mkmf_create_obs_sequence
mkmf_filter
@@ -587,8 +600,6 @@
mkmf_obs_sequence_tool
mkmf_perfect_model_obs
mkmf_preprocess
-mkmf_restart_file_tool
-mkmf_wakeup_filter
obs_seq.final
obs_seq.in
obs_seq.out
@@ -604,14 +615,10 @@
path_names_obs_sequence_tool
path_names_perfect_model_obs
path_names_preprocess
-path_names_restart_file_tool
-path_names_wakeup_filter
-perfect_ics
-perfect_restart
+perfect_input.cdl
quickbuild.csh
set_def.out
-workshop_setup.csh
-</pre>
+workshop_setup.csh</pre>
<p>
In all the <em class=file>work</em> directories there
@@ -624,7 +631,7 @@
</p>
<p>
-There are nine <em class=file>mkmf_</em><em class=italic>xxxxxx</em>
+There are seven <em class=file>mkmf_</em><em class=italic>xxxxxx</em>
files for the programs
</p>
@@ -633,9 +640,7 @@
<li><em class=program>create_fixed_network_seq</em>,
<li><em class=program>perfect_model_obs</em>,
More information about the Dart-dev
mailing list