[Dart-dev] [4857] DART/trunk/models/cam: using the snappy new DART documentation intro

nancy at ucar.edu nancy at ucar.edu
Thu Apr 14 16:52:50 MDT 2011


Revision: 4857
Author:   thoar
Date:     2011-04-14 16:52:50 -0600 (Thu, 14 Apr 2011)
Log Message:
-----------
using the snappy new DART documentation intro

Modified Paths:
--------------
    DART/trunk/models/cam/trans_date_to_dart.html
    DART/trunk/models/cam/trans_pv_sv_time0.html

-------------- next part --------------
Modified: DART/trunk/models/cam/trans_date_to_dart.html
===================================================================
--- DART/trunk/models/cam/trans_date_to_dart.html	2011-04-14 22:24:49 UTC (rev 4856)
+++ DART/trunk/models/cam/trans_date_to_dart.html	2011-04-14 22:52:50 UTC (rev 4857)
@@ -2,24 +2,40 @@
           "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <HEAD>
-<TITLE>trans_date_to_dart</TITLE>
-<link rel="stylesheet" type="text/css" href="../../doc/html/doc.css">
+<TITLE>program trans_date_to_dart</TITLE>
+<link rel="stylesheet" type="text/css" href="../../doc/html/doc.css" />
 </HEAD>
 <BODY>
 <A NAME="TOP"></A>
 
-<center>
+<H1>PROGRAM <em class="program">trans_date_to_dart</em></H1>
+
+<table border=0 summary="" cellpadding=5>
+<tr>
+    <td valign=middle>
+    <img src="../../doc/html/Dartboard9.png" alt="DART project logo" height=70 />
+    </td>
+    <td>
+       <P>Jump to <a href="../../index.html">DART Documentation Main Index</a><br />
+          <small><small>version information for this file: <br />
+          <!-- version tag follows, do not edit -->
+          $Id$</small></small>
+       </P></td>
+</tr>
+</table>
+
 <A HREF="#Legalese">TERMS OF USE</A>
-</center>
 
-<H1>Program <em class=program>trans_date_to_dart</em></H1>
-<!-- version tag follows, do not edit --><P>$Id$</P>
+<H2>Overview</H2>
 
 <P>
-<em class=program>trans_date_to_dart</em> translates a standard date and time into Gregorian and DART date/time pairs.
-It will be compiled automatically by .../DART/models/cam/work/workshop_setup.csh.
-It opens a pre-existing file called 'date_greg' which must be in the run directory
-and which must contain a date and time on the first line, in the form
+<em class="program">trans_date_to_dart</em> translates a standard date and time into 
+Gregorian and DART date/time pairs.  It will be compiled automatically by 
+<em class="program">.../DART/models/cam/work/quickbuild.csh</em> or it can be built
+in the usual way.
+It opens a pre-existing file called '<em class="file">date_greg</em>' 
+which must be in the run directory and which must contain a date and time on the 
+first line, in the form
 </P>
 <PRE>
 yyyy/mm/dd hh:mm:ss
@@ -27,7 +43,7 @@
 <P>
 It will write out the gregorian day and time onto line 2 of the same file.
 It will also write out the date in the format the CAM wants to see onto the 3rd line.
-It does not require any namelist input from input.nml.
+It does not require any namelist input from <em class="file">input.nml</em>&nbsp;.
 </P>
 
 <!--==================================================================-->

Modified: DART/trunk/models/cam/trans_pv_sv_time0.html
===================================================================
--- DART/trunk/models/cam/trans_pv_sv_time0.html	2011-04-14 22:24:49 UTC (rev 4856)
+++ DART/trunk/models/cam/trans_pv_sv_time0.html	2011-04-14 22:52:50 UTC (rev 4857)
@@ -1,66 +1,85 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
-          "http://www.w3.org/TR/html4/strict.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <HTML>
 <HEAD>
-<TITLE>trans_pv_sv_time0 </TITLE>
-<link rel="stylesheet" type="text/css" href="../../doc/html/doc.css">
+<TITLE>program trans_pv_sv_time0</TITLE>
+<link rel="stylesheet" type="text/css" href="../../doc/html/doc.css" />
 </HEAD>
 <BODY>
 <A NAME="TOP"></A>
 
-<center>
+<H1>PROGRAM <em class=program>trans_pv_sv_time0</em></H1>
+
+<table border=0 summary="" cellpadding=5>
+<tr>
+    <td valign=middle>
+    <img src="../../doc/html/Dartboard9.png" alt="DART project logo" height=70 />
+    </td>
+    <td>
+       <P>Jump to <a href="../../index.html">DART Documentation Main Index</a><br />
+          <small><small>version information for this file: <br />
+          <!-- version tag follows, do not edit -->
+          $Id$</small></small>
+       </P></td>
+</tr>
+</table>
+
 <A HREF="#Namelist">NAMELIST</A> /
 <A HREF="#FilesUsed">FILES</A> /
 <A HREF="#References">REFERENCES</A> /
 <A HREF="#Errors">ERRORS</A> /
 <A HREF="#FuturePlans">PLANS</A> /
 <A HREF="#Legalese">TERMS OF USE</A>
-</center>
 
+<H2>Overview</H2>
+
 <H1>Program <em class=program>trans_pv_sv_time0</em></H1>
-<!-- version tag follows, do not edit --><P>$Id$</P>
 
 <P>
-You can make filter_ic files from caminput_#.nc files using the program
-.../DART/models/cam/trans_pv_sv_time0.f90.
-This is compiled in .../DART/models/cam/work by default if you use workshop_setup.csh.
-<em class=program>trans_pv_sv_time0</em> needs to be run for each caminput file. 
-So far there is not a robust script for running trans_pv_sv_time0, 
+You can make <em class="file">filter_ic</em> files from <em class="file">caminput_#.nc</em> 
+files using the program <em class="file">.../DART/models/cam/trans_pv_sv_time0.f90</em>.
+This is compiled in <em class="file">.../DART/models/cam/work</em> by default if you use 
+<em class="file">quickbuild.csh</em> or it can be compiled standalone in the usual way.
+<em class="program">trans_pv_sv_time0</em> needs to be run for each caminput file. 
+So far there is not a robust script for running <em class="program">trans_pv_sv_time0</em>, 
 but you can write your own. 
 <br><br>
-You'll need to have several files in the directory where trans_pv_sv_time0 is run:
+You'll need to have several files in the directory where <em class="program">trans_pv_sv_time0</em> is run:
 </P>
 
 <UL>
-   <LI> input.nml containing perfect_model_nml, which provides the Gregorian 
-        timestamp for the filter_ic file in variables
-        <PRE>
+   <LI><em class="file">input.nml</em> containing <em class=code>perfect_model_nml</em>, 
+        which provides the Gregorian timestamp for <em class="file">filter_ic</em> 
+        in variables
+        <div class="routine"><PRE>
+        &amp;perfect_model_nml
            init_time_days    = 146827,
-           init_time_seconds = 0,
-        </PRE>
+           init_time_seconds = 0,</PRE>
+        </div>
+        <br />
         This date can be generated using 
-	<A HREF="./trans_date_to_dart_instr.html"> 
-	.../DART/models/cam/trans_date_to_dart.f90</A>.  
-   </LI>
-   <LI> 'topog_file.nc' for your resolution. 
+	<A HREF="trans_date_to_dart.html">.../DART/models/cam/trans_date_to_dart.f90</A>.  
+   </LI><br />
+   <LI> '<em class="file">topog_file.nc</em>' for your resolution. 
         A copy of this should be in with the rest of the CAM
 	input files that are listed in the CAM "namelistin" in variable bnd_topo.  
 	It will be named similarly to 
-        .../something/else/more/topo-from-cami_0000-09-01_64x128_L26_c030918.nc 
+        <em class="file">.../something/else/more/topo-from-cami_0000-09-01_64x128_L26_c030918.nc</em>
+   </LI><br />
+   <LI>link or copy your CAM initial file <em class="file">caminput_#.nc</em> 
+       to '<em class="file">caminput.nc</em>', which is the name 
+       <em class="file">trans_pv_sv_time0</em> requires.
    </LI>
-   <LI> link or copy your CAM initial file caminput_#.nc to 'caminput.nc',
-        which is the name trans_pv_sv_time0 wants to see.
-   </LI>
 </UL>
 
 <P>
 Each run of trans_pv_sv_time0 will create a 'temp_ud' file, 
-which should be renamed <em class=file>filter_ic.####</em>, 
-where ####&nbsp;=&nbsp;1,...,num_ens (padded with 0s)
+which should be renamed <em class="file">filter_ic.####</em>, 
+where <em class="code">####&nbsp;=&nbsp;1,...,num_ens</em> (padded with 0s)
 is taken from the caminput_#.nc used as input.
-You might want to put these new filter_ic files in a directory that has MPI
+<!-- You might want to put these new filter_ic files in a directory that has MPI
 in the name, so that you know whether they work with Jamaica (new state vector order)
-or Iceland (old).
+or Iceland (old) -->.
 </P>
 
 <!--==================================================================-->


More information about the Dart-dev mailing list