[Dart-dev] [3668] DART/trunk/models/cam/model_mod.html: fixed intent() statement for routine init_time.

nancy at ucar.edu nancy at ucar.edu
Thu Nov 20 17:13:41 MST 2008


An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20081120/b07bae22/attachment.html
-------------- next part --------------
Modified: DART/trunk/models/cam/model_mod.html
===================================================================
--- DART/trunk/models/cam/model_mod.html	2008-11-21 00:03:03 UTC (rev 3667)
+++ DART/trunk/models/cam/model_mod.html	2008-11-21 00:13:40 UTC (rev 3668)
@@ -350,7 +350,7 @@
 assimilation from using "time steps" which are too small.  This is because
 CAM uses a leapfrog time scheme, but the initial files store only a 
 single timestep.  The initial forecast step is a simple forward step, so if 
-repeated short forecasts (< ~9 model time steps) are made, the model 
+repeated short forecasts (&#60; ~9 model time steps) are made, the model 
 becomes unstable.
 In the long run, a more general extended interface may be required that specifies 
 the models range of time stepping possibilities.
@@ -692,7 +692,7 @@
 <div class=routine>
 <em class=call>call init_time(time) </em>
 <pre>
-type(time_type),          intent(in)    :: <em class=code> time </em>
+type(time_type),          intent(<em class="changed">out</em>)    :: <em class=code> time </em>
 </pre></div>
 
 <H3 class=indent1>Description</H3>


More information about the Dart-dev mailing list