[Dart-dev] DART/branches Revision: 11448

dart at ucar.edu dart at ucar.edu
Fri Apr 7 14:41:22 MDT 2017


thoar at ucar.edu
2017-04-07 14:41:21 -0600 (Fri, 07 Apr 2017)
207
Adding the documentation for the AVISO SLA observation converter.
fixing small typos in comments in other files.

Adding the UPDATE block to the documentation/index.html
to track updates since the release.




Modified: DART/branches/rma_trunk/assimilation_code/programs/perfect_model_obs/perfect_model_obs.html
===================================================================
--- DART/branches/rma_trunk/assimilation_code/programs/perfect_model_obs/perfect_model_obs.html	2017-04-07 17:30:12 UTC (rev 11447)
+++ DART/branches/rma_trunk/assimilation_code/programs/perfect_model_obs/perfect_model_obs.html	2017-04-07 20:41:21 UTC (rev 11448)
@@ -119,7 +119,7 @@
 
 <TR><TD>single_file_in</TD>
     <TD>logical</TD>  
-    <TD>Get all 1 states from a single file.
+    <TD>Get all states from a single file.
 </TD></TR>
 
 <TR><TD>input_state_files</TD>
@@ -135,7 +135,7 @@
 
 <TR><TD>single_file_out<TD>
     <TD>logical<TD>  
-    <TD>Write all 1 states to a single file.
+    <TD>Write all states to a single file.
 </TD></TR>
 
 <TR><TD>output_state_files</TD>

Modified: DART/branches/rma_trunk/documentation/index.html
===================================================================
--- DART/branches/rma_trunk/documentation/index.html	2017-04-07 17:30:12 UTC (rev 11447)
+++ DART/branches/rma_trunk/documentation/index.html	2017-04-07 20:41:21 UTC (rev 11448)
@@ -25,6 +25,7 @@
 </tr>
 </table>
 
+<A HREF="#Updates">Updates</A> /
 <A HREF="#Programs">Programs</A> /
 <A HREF="#Models">Models</A> /
 <A HREF="#Namelists">Namelist</A> /
@@ -149,7 +150,53 @@
 <P><!-- make sure the 'top' is aligned correctly --></P>
 
 <!--==================================================================-->
+<A NAME="Updates"></A>
+<div class="top">[<a href="#">top</a>]</div><hr />
+<H2>Software Updates</H2>
 
+<P>
+Here are the notable updates since the Manhattan release.
+</P>
+
+<div>
+<TABLE border=0 cellpadding=10 width=100% summary='namelist description'>
+<THEAD align=left>
+<TR><TH> Commit&nbsp;Date </TH>
+    <TH> SVN&nbsp;Revision </TH>
+    <TH> Description </TH> </TR>
+</THEAD>
+
+<TBODY valign=top>
+
+<!-- blank template for next update.
+<TR><TD>  </TD>
+    <TD>  </TD>
+    <TD>
+    </TD>
+</TR>
+ -->
+
+<TR><TD> 24 Mar 2017 </TD>
+    <TD> 11400 </TD>
+    <TD> Updates to web pages and online documentation.
+         Much better, but not done yet.
+    </TD>
+</TR>
+
+<TR><TD> 15 Mar 2017 </TD>
+    <TD> 11355 </TD>
+    <TD> Manhattan release date and version.
+    </TD>
+</TR>
+
+</TBODY>
+</TABLE>
+</div>
+
+<P><!-- make sure the 'top' is aligned correctly --></P>
+
+<!--==================================================================-->
+
 <A NAME="UserDocs"></A>
 <div class="top">[<a href="#">top</a>]</div><hr />
 <H2>User Documentation and Tutorials</H2>
@@ -257,7 +304,7 @@
 <LI>&nbsp;</LI>
 <LI><A href="../observations/obs_converters/AIRS/AIRS.html">AIRS data</A></LI>
 <LI><A href="../observations/obs_converters/AURA/convert_aura.f90">AURA temperature data</A> (source)</LI>
-<LI><A href="../observations/obs_converters/AVISO/convert_aviso.f90">AVISO wind data</A> (source)</LI>
+<LI><A href="../observations/obs_converters/AVISO/AVISO.html">Aviso+/CMEMS along-track sea level anomalies</A></LI>
 <LI><A href="../observations/obs_converters/Ameriflux/level4_to_obs.html">Ameriflux tower data</A></LI>
 <LI><A href="../observations/obs_converters/cice/cice_to_obs.html">CICE data</A></LI>
 <LI><A href="../observations/obs_converters/CHAMP/CHAMP_density_text_to_obs.f90">CHAMP data</A> (source)</LI>
@@ -1009,79 +1056,75 @@
 <!-- <LI><A href="../models/CESM/model_mod.html">models/CESM/model_mod</A> (html)</LI> -->
 <!-- <LI><A href="../models/cam-fv/cam_guidelines.html">models/cam-fv/cam_guidelines</A></LI> -->


More information about the Dart-dev mailing list