[Dart-dev] [4105] DART/trunk/models: fixed minor typos

nancy at ucar.edu nancy at ucar.edu
Mon Oct 12 17:25:00 MDT 2009


An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20091012/72c1b9ab/attachment.html 
-------------- next part --------------
Modified: DART/trunk/models/ikeda/model_mod.html
===================================================================
--- DART/trunk/models/ikeda/model_mod.html	2009-10-12 22:40:54 UTC (rev 4104)
+++ DART/trunk/models/ikeda/model_mod.html	2009-10-12 23:25:00 UTC (rev 4105)
@@ -66,17 +66,20 @@
 DART to advance the model, get the model state and metadata describing 
 this state, find state variables that are close to a given location, 
 and do spatial interpolation for model state variables.
-</P>
-<P>
+<br />
+<br />
 The Ikeda model is a 2D chaotic map useful for visualization 
 data assimilation updating directly in state space.  
 There are three parameters:  a, b, and mu.  The state is 2D, x = [X Y].
 The equations are:
+</P>
 <pre>
 X(i+1) = 1 + mu * ( X(i) * cos( t ) - Y(i) * sin( t ) )
 Y(i+1) =     mu * ( X(i) * sin( t ) + Y(i) * cos( t ) ),
 </pre>
+<P>
 where
+</P>
 <pre>
 t = a - b / ( X(i)**2 + Y(i)**2 + 1 )
 </pre>

Modified: DART/trunk/models/wrf/model_mod.html
===================================================================
--- DART/trunk/models/wrf/model_mod.html	2009-10-12 22:40:54 UTC (rev 4104)
+++ DART/trunk/models/wrf/model_mod.html	2009-10-12 23:25:00 UTC (rev 4105)
@@ -865,8 +865,8 @@
 <A NAME="References"></A>
 <BR><HR><BR>
 <H2>REFERENCES</H2>
-<UL> <LI>http://www.mmm.ucar.edu/wrf/users/docs/user_guide/contents.html
-</UL>
+<a href="http://www.mmm.ucar.edu/wrf/users/docs/user_guide/contents.html">
+http://www.mmm.ucar.edu/wrf/users/docs/user_guide/contents.html</a>
 
 <!--==================================================================-->
 <!-- Describe all the error conditions and codes.                     -->


More information about the Dart-dev mailing list