[Dart-dev] [5897] DART/branches/development: Resolved some CSS issues that generated warnings, etc.

nancy at ucar.edu nancy at ucar.edu
Tue Oct 16 11:41:09 MDT 2012


Revision: 5897
Author:   thoar
Date:     2012-10-16 11:41:07 -0600 (Tue, 16 Oct 2012)
Log Message:
-----------
Resolved some CSS issues that generated warnings, etc.
Implemented a more robust CSS font strategy. Pages look
identical in firefox and safari.

'finished' the conversion documents for CLM.

Modified Paths:
--------------
    DART/branches/development/doc/html/doc.css
    DART/branches/development/models/clm/clm_to_dart.html
    DART/branches/development/models/clm/dart_to_clm.html

-------------- next part --------------
Modified: DART/branches/development/doc/html/doc.css
===================================================================
--- DART/branches/development/doc/html/doc.css	2012-10-15 20:26:38 UTC (rev 5896)
+++ DART/branches/development/doc/html/doc.css	2012-10-16 17:41:07 UTC (rev 5897)
@@ -54,14 +54,12 @@
 table.indent1 {
     border: 0;
     border-width: thin;
-    cellpadding: 1;
     margin-left: 4%;
     width: 96%;}
 
 table.indent2 {
     border: 0;
     border-width: thin;
-    cellpadding: 1;
     margin-left: 8%;
     width: 92%;}
 
@@ -86,7 +84,7 @@
 
 div.unix {
     background-color: rgb(204,204,204);
-    font-style: typewriter;
+    font-family: monospace;
     padding: 1.0em;
     border: none;
     margin-left: 4%;
@@ -94,7 +92,7 @@
 
 div.disclaimer {
     background-color: rgb(240,240,240);
-    font-style: typewriter;
+    font-family: monospace;
     font-size:0.75em;
     padding: 1.0em;
     border: none;
@@ -146,8 +144,8 @@
 
 li{ font-size: 1.0em; }
 
-a.optionalcode{ color:red;  font-style:typewriter; }
-a.code    {     color:blue; font-style:typewriter; }
+a.optionalcode{ color:red;  font-family:monospace; }
+a.code    {     color:blue; font-family:monospace; }
 a.link    { color: rgb(  0,   0, 153) } /* for unvisited links */
 a.visited { color: rgb(153,   0, 153) } /* for visited links */
 a.active  { color: rgb(255,   0, 102) } /* when link is clicked */
@@ -164,83 +162,92 @@
 
 em.units{
     color:crimson; 
-    font-style:normal;}
+    font-style:normal;
+    font-family:"Lucida Console", monospace;}
 
 em.code{
     color:blue;
-    font-style:typewriter;}
+    font-style:normal;
+    font-family:"Lucida Console", monospace;}
 
 em.changed{
     color:blue; 
-    font-style:typewriter; 
+    font-style:oblique;
+    font-family:"Courier", monospace; 
     background-color: #FFCCFF;}
 
 em.removed{
     color:blue; 
-    font-style:typewriter; 
+    font-style:oblique;
     text-decoration:line-through;}
 
 em.call{
     color:blue; 
-    font-style:typewriter; 
+    font-style:normal;
+    font-family:"Courier", monospace; 
     font-size:1.5em;}
 
 em.input{
     color:magenta; 
+    font-style:normal;
+    font-family:"Lucida Console", monospace;
     font-weight:bold;}
 
 em.option{
     color:blue; 
-    font-style:italic;}
+    font-family:oblique;}
 
 em.optionalcode{
     color:red; 
-    font-style:typewriter;}
+    font-style:oblique;
+    font-family:"Lucida Console",monospace;}
 
 em.program{
     color:green; 
-    font-style:italic;}
+    font-style:oblique;
+    font-family:"Courier",monospace;}
 
 em.file{
     color:green; 
-    font-style:typewriter;}
+    font-style:normal;
+    font-family:"Courier",monospace;}
 
 em.nav{
-    font-style:normal;
+    font-family:sans-serif;
     color:white;}
 
 em.sub{
     color:peru;
-    font-style:normal;
+    font-family:sans-serif;
     font-size:1.2em;}
 
 em.head{
     color:white; 
-    font-style:normal; 
+    font-family:sans-serif; 
     font-size:1.2em;}
 
 em.italic{
     color:black; 
-    font-style:italic;}
+    font-family:italic;}
 
 em.red{
     color:crimson; 
-    font-style:normal;}
+    font-family:sans-serif;}
 
 em.green{
     color:green; 
-    font-style:normal;}
+    font-family:sans-serif;}
 
 em.Navy{
     color:Navy; 
-    font-style:normal;}
+    font-family:sans-serif;}
 
 em.teal{
     color:cornflowerblue; 
-    font-style:normal;}
+    font-family:sans-serif;}
 
 em{
-    font-style:normal;
+    font-family:sans-serif;
     color:red;}
 
 .top {

Modified: DART/branches/development/models/clm/clm_to_dart.html
===================================================================
--- DART/branches/development/models/clm/clm_to_dart.html	2012-10-15 20:26:38 UTC (rev 5896)
+++ DART/branches/development/models/clm/clm_to_dart.html	2012-10-16 17:41:07 UTC (rev 5897)
@@ -50,18 +50,19 @@
 
 <UL>
    <LI>a valid <em class=file>input.nml</em> namelist file for DART</LI>
-   <LI>the clm history file mentioned in the <em class=file>input.nml&amp;model_nml:clm_history_filename</em> variable.</LI>
+   <LI>the CLM history file mentioned in the <em class=file>input.nml</em> <em class=code>&amp;model_nml:clm_history_filename</em> variable.</LI>
 </UL>
-   <LI>the clm restart file mentioned in the <em class=file>input.nml&amp;model_nml:clm_restart_filename</em> variable.</LI>
+   <LI>the CLM restart file mentioned in the <em class=file>input.nml</em> <em class=code>&amp;model_nml:clm_restart_filename</em> variable.</LI>
 </UL>
 
 <P>
 Since this program is called repeatedly for every ensemble member,
-we have found it convenient to link the clm restart and history files
+we have found it convenient to link the CLM restart and history files
 to the default filenames <em class=file>clm_restart.nc</em>,
 <em class=file>clm_history.nc</em>, respectively.
 The default DART output filename is <em class=file>dart_ics</em> -
-this may be moved or linked as necessary.
+this may be moved or linked as necessary. The default filenames may be
+changed via the namelist. 
 </P>
 
 <!--==================================================================-->
@@ -99,7 +100,7 @@
 <TR><!--contents--><TD valign=top>clm_to_dart_output_file&nbsp;&nbsp;&nbsp;</TD>
     <!--  type  --><TD valign=top>character(len=128)&nbsp;&nbsp;&nbsp;</TD>
     <!--descript--><TD>The name of the DART file containing the model state
-                       derived from the clm restart file.
+                       derived from the CLM restart file.
                        <em class=units>[default: 'dart_ics']</em></TD></TR>
 </TABLE>
 
@@ -121,7 +122,7 @@
 <TR><!--contents--><TD valign=top>clm_state_variables&nbsp;&nbsp;&nbsp;</TD>
     <!--  type  --><TD valign=top>character(len=NF90_MAX_NAME)::<br />
                               dimension(160)&nbsp;&nbsp;&nbsp;</TD>
-    <!--descript--><TD>The list of variable names in the clm restart file to use to
+    <!--descript--><TD>The list of variable names in the CLM restart file to use to
                        create the DART state vector and their corresponding DART kind.
                        <em class=units>[default: <em>see example below</em>]</em></TD></TR>
 </TABLE>

Modified: DART/branches/development/models/clm/dart_to_clm.html
===================================================================
--- DART/branches/development/models/clm/dart_to_clm.html	2012-10-15 20:26:38 UTC (rev 5896)
+++ DART/branches/development/models/clm/dart_to_clm.html	2012-10-16 17:41:07 UTC (rev 5897)
@@ -35,22 +35,25 @@
 
 <P>
    <em class=program>dart_to_clm</em> is the program that <strong>updates</strong> 
-   a CLM netCDF-format restart file (usually <em class=file>clm_restart.nc</em>) 
+   a CLM netCDF-format restart file (usually linked to "<em class=file>clm_restart.nc</em>") 
    with the state information contained in a DART output/restart file 
    (e.g. <em class=file>perfect_ics, filter_ics, ... </em>).
-   Only the CURRENT values in the clm restart file will be updated. 
-   The DART model time is compared to the time in the clm restart file. 
-   If the last time in the restart file does not match the DART model time, 
+   The DART model time is compared to the time in the CLM restart file. 
+   If the time in the restart file does not match the DART model time, 
    the program issues an error message and aborts.
    <br />
    <br />
-   From the user perspective, most of the time 
-   <em class=program>dart_to_clm</em> will be used on DART files that
-   have a header containing one time stamp followed by the model state.
+   While setting up an experiment or for testing purposes,
+   <em class=program>dart_to_clm</em> may be used on DART files that
+   have a header containing one time stamp followed by the model state by
+   setting <em class=file>input.nml</em> 
+   <em class=code>&amp;dart_to_clm_nml:advance_time_present</em> = 
+   <em class=input>.false.</em>&nbsp;.
    <br />
    <br />
-   The <a href=#Namelist>dart_to_clm_nml</a> namelist allows 
-   <em class=program>dart_to_clm</em> to also read the 
+   During <em class=program>perfect_model_obs</em> or <em class=program>filter</em>,
+   the <em class=code>&amp;dart_to_clm_nml:advance_time_present</em> must be set 
+   to <em class=input>.true.</em> to also read the 
    <em class=file>assim_model_state_ic</em> files that have
    <em class=italic>two</em> timestamps in the header. These files are 
    temporarily generated when DART is used to advance the model. 
@@ -64,15 +67,18 @@
 <UL>
    <LI>a valid <em class=file>input.nml</em> namelist file for DART</LI>
    <LI>a DART file (typically linked to <em class=file>dart_restart</em>)</LI>
-   <LI>a clm history file (typically <em class=file>clm_history.nc</em>).</LI>
-   <LI>a clm restart file (typically <em class=file>clm_restart.nc</em>).</LI>
+   <LI>a CLM history file (typically linked to <em class=file>clm_history.nc</em>).</LI>
+   <LI>a CLM restart file (typically linked to <em class=file>clm_restart.nc</em>).</LI>
 </UL>
 
 <P>
+<em class=program>dart_to_clm</em> and 
+<em class=program>clm_to_dart</em> are used extensively in the shell script
+<em class=program>assimilate.csh</em>.
 Since this program is called repeatedly for every ensemble member,
 we have found it convenient to link the DART input file
 to the default input filename (<em class=file>dart_restart</em>). The same
-thing goes true for the clm history and restart filenames, 
+thing is true for the CLM history and restart filenames - 
 <em class=file>clm_history.nc</em> and 
 <em class=file>clm_restart.nc</em>, respectively.
 </P>
@@ -113,7 +119,7 @@
 <TR><!--contents--><TD valign=top>dart_to_clm_input_file&nbsp;&nbsp;&nbsp;</TD>
     <!--  type  --><TD valign=top>character(len=128)&nbsp;&nbsp;&nbsp;</TD>
     <!--descript--><TD>The name of the DART file containing the model state
-                       to insert into the clm restart file.
+                       to insert into the CLM restart file.
                        <em class=units>[default: 'dart_restart']</em></TD></TR>
 
 <TR><!--contents--><TD valign=top>advance_time_present</TD>
@@ -129,10 +135,10 @@
 		       <br />
 		       If <em class=code>.true.</em>, TWO timestamps are 
 		       expected to be the DART file header.  In this case, a 
-		       namelist for clm (called <em class=file>clm_in.DART</em>)
+		       namelist for CLM (called <em class=file>clm_in.DART</em>)
 		       is created that contains the 
 		       <em class=code>&amp;time_manager_nml</em> settings 
-		       appropriate to advance clm to the time 
+		       appropriate to advance CLM to the time 
 		       requested by DART.
                        <em class=units>[default: .false.]</em></TD></TR>
 </TABLE>
@@ -155,7 +161,7 @@
 <TR><!--contents--><TD valign=top>clm_state_variables&nbsp;&nbsp;&nbsp;</TD>
     <!--  type  --><TD valign=top>character(len=NF90_MAX_NAME)::<br />
                               dimension(160)&nbsp;&nbsp;&nbsp;</TD>
-    <!--descript--><TD>The list of variable names in the clm restart file to use to
+    <!--descript--><TD>The list of variable names in the CLM restart file to use to
                        create the DART state vector and their corresponding DART kind.
                        <em class=units>[default: <em>see example below</em>]</em></TD></TR>
 </TABLE>
@@ -200,12 +206,12 @@
 <H2>FILES Read</H2>
 <UL><LI>DART initial conditions/restart file; e.g. <em class=file>dart_restart</em></LI>
     <LI>DART namelist file; <em class=file>input.nml</em></LI>
-    <LI>clm history file <em class=file>clm_history.nc</em></LI>
-    <LI>clm restart file <em class=file>clm_restart.nc</em></LI>
+    <LI>CLM history file <em class=file>clm_history.nc</em></LI>
+    <LI>CLM restart file <em class=file>clm_restart.nc</em></LI>
 </UL>
 
 <H2>FILES Written</H2>
-<UL><LI>clm restart file; <em class=file>clm_restart.nc</em></LI>
+<UL><LI>CLM restart file; <em class=file>clm_restart.nc</em></LI>
 </UL>
 
 <!--==================================================================-->


More information about the Dart-dev mailing list