[Dart-dev] DART/branches Revision: 11340

dart at ucar.edu dart at ucar.edu
Wed Mar 15 15:12:07 MDT 2017


raeder at ucar.edu
2017-03-15 15:12:07 -0600 (Wed, 15 Mar 2017)
93
Added links, highlighting, corrections, clarifications.
It looks a bit more like a web page.



Modified: DART/branches/rma_trunk/models/CESM/doc/setup_guidelines.html
===================================================================
--- DART/branches/rma_trunk/models/CESM/doc/setup_guidelines.html	2017-03-15 21:04:51 UTC (rev 11339)
+++ DART/branches/rma_trunk/models/CESM/doc/setup_guidelines.html	2017-03-15 21:12:07 UTC (rev 11340)
@@ -117,7 +117,11 @@
 If you have other CESM modifications, they must be merged with
 the DART modifications.
 
-CESM2 (expected release May, 2017) has several noteworthy improvements
+<H4>
+CESM2
+</H4>
+
+CESM2 (expected release May, 2017) has several helpful improvements,
 from DART's perspective.
 </P>
 <UL>
@@ -132,9 +136,11 @@
         and control of it to an xml file ($caseroot/env_archive.xml),
         so that DART modifications to the short term archiver are
         more straight-forward.  </LI>
-   <LI> The creation of a new component class, "External Statistical Processing",
+   <LI> The creation of a new component class, 
+        "External Statistical Processing" ("esp"),
         of which DART is the first instance, integrates DART more fully
         into the CESM development, testing, and running environment. 
+        This is the same as the atm class, which has CAM as an instance.
         This will help make DART available in the most recent tagged CESM versions
         which have the most recent CESM component versions. </LI>
 </UL>
@@ -154,11 +160,12 @@
 <P>
 DART's manhattan release includes the change to hard-wired input and output
 filenames in filter.  Cam-fv's assimilate.csh renames these files into
-the CESM file format: $case.$component{_$instance}.$filetype.$date.nc.
+the CESM file format: <br>
+$case.$component{_$instance}.$filetype.$date.nc.<br>
 DART's hard-wired names are used as new filetypes, just like CESM's existing
 "r", "h0", etc.
-For example, preassim_mean.nc from a CAM assimilation named Test0 will be renamed 
-Test0.cam.preassim_mean.2013-03-14-21600.nc.
+For example, preassim_mean.nc from a CAM assimilation named Test0 will be renamed <br>
+Test0.cam.preassim_mean.2013-03-14-21600.nc <br>
 The obs_seq files remain an exception to this renaming, 
 since they are not in NetCDF format (yet).
 </P>
@@ -224,7 +231,7 @@
 
 
 <P>
-<A HREF="../model_mod.html">Go to cam/model_mod page</A>  
+<A HREF="../../cam-fv/model_mod.html">Go to cam-fv/model_mod page</A>  
 </P> 
 
 <A NAME="CESM+DART MODELS"> <A>
@@ -231,12 +238,6 @@
 <HR>
 <H2>$DART/models/{CESM components} organization</H2>
 
-<!--
-[>>> highlight each "model"]
-[>>> highlight each CESM version]
-[>>> Compress the rows vertically.  None of the attributes in Nancy's book do it.]
--->
-
 <!-- <TABLE border=0; cellpadding=0 cellspacing=0 width=100%> -->
 <!--
     <pre> seems to prevent vertical compaction of the rows.
@@ -246,12 +247,12 @@
 -->
 <div class="keepspace" >
 <table cellpadding="0" width="100%">
-<TR><TH align=left width="18%">SCRIPT     </TH>
+<TR><TH align=left width="20%">SCRIPT     </TH>
     <TH align=left>NOTES  </TH></TR>
 
 <TR><!--script--><TD> </TD>
     <!-- note --><TD> </TD></TR>
-<TR><!--script--><TD>$DART/models/cam-fv/</TD>
+<TR><!--script--><TD>$DART/models/<b>cam-fv</b>/</TD>
     <!-- note --><TD>A 'model' for each CAM dynamical core (see note below this outline) </TD></TR>
 <TR><!--script--><TD>      model_mod.* </TD>
     <!-- note --><TD>The fortran interface between CAM-FV and DART </TD></TR>
@@ -258,19 +259,19 @@
 <TR><!--script--><TD>      shell_scripts/ </TD>
     <!-- note --><TD> </TD></TR>
 <TR><!--script--><TD>           no_assimilate.csh,... </TD>
-    <!-- note --><TD>INdependent_of_cesm_version</TD></TR>
-<TR><!--script--><TD>           cesm1_5/</TD>
+    <!-- note --><TD><b>In</b>dependent_of_cesm_version</TD></TR>
+<TR><!--script--><TD>           cesm<b>1_5</b>/</TD>
     <!-- note --><TD> </TD></TR>
 <TR><!--script--><TD>               setup_hybrid,... </TD>
-    <!-- note --><TD>DEpendent on CESM version</TD></TR>
-<TR><!--script--><TD>           cesm2_0/</TD>
+    <!-- note --><TD><b>De</b>pendent on CESM version</TD></TR>
+<TR><!--script--><TD>           cesm<b>2_0</b>/</TD>
     <!-- note --><TD> </TD></TR>
 <TR><!--script--><TD>               setup_hybrid,... </TD>
-    <!-- note --><TD>DEpendent on CESM version</TD></TR>
+    <!-- note --><TD><b>De</b>pendent on CESM version</TD></TR>


More information about the Dart-dev mailing list