[Dart-dev] DART/branches Revision: 10981

dart at ucar.edu dart at ucar.edu
Wed Feb 1 16:13:53 MST 2017


raeder at ucar.edu
2017-02-01 16:13:53 -0700 (Wed, 01 Feb 2017)
308
Replace with a version that 
1) has no svn conflicts text,
2) has no CAM-SE procedures (but a little spurious documentation),
3) is more consistent with DART style, and more self consistent.

It does not have documentation of the model_mod changes introduced by RMA, 
but places related to that are flagged.



Modified: DART/branches/rma_trunk/models/cam-fv/model_mod.html
===================================================================
--- DART/branches/rma_trunk/models/cam-fv/model_mod.html	2017-02-01 22:58:03 UTC (rev 10980)
+++ DART/branches/rma_trunk/models/cam-fv/model_mod.html	2017-02-01 23:13:53 UTC (rev 10981)
@@ -165,6 +165,14 @@
 </OL>
 </P>
 <P>
+The DART interfaces to CAM and many of the other CESM components
+have been integrated with the CESM set-up and run scripts.  
+<A NAME="SetupScripts"></A>
+Unlike previous versions of DART-CAM, CESM runs using its normal scripts, 
+then stops and calls a DART script, which runs a single assimilation step, 
+then returns to the CESM run script to continue the model advances.
+See the <a href="../CESM/model_mod.html">CESM interface
+documentation</a> for more information on running DART with CESM.
 Due to the complexity of the CESM software environment, the versions of CESM
 which can be used for assimilation are more restricted than previously.  
 Each supported CESM version has similar, but unique,
@@ -694,16 +702,16 @@
 <div class="top">[<a href="#">top</a>]</div><hr />
 <H2>OTHER MODULES USED</H2>
 <PRE>
- mpi_utilities_mod
- netcdf
- obs_kind_mod
- random_seq_mod
- threed_cartesian/xyz_location_mod
- threed_sphere/location_mod
- time_manager_mod
- types_mod
- typeSizes
- utilities_mod
+mpi_utilities_mod
+netcdf
+obs_kind_mod
+random_seq_mod
+threed_cartesian/xyz_location_mod
+threed_sphere/location_mod
+time_manager_mod
+types_mod
+typeSizes
+utilities_mod
 </PRE>
 <P></P>
 
@@ -871,22 +879,22 @@
 <!--=================================================================-->
 <!--============= DESCRIPTION OF A SUBROUTINE =======================-->
 
- <A NAME="ens_mean_for_model"></A>
- <div class=routine>
- <em class=call> call ens_mean_for_model(ens_mean) </em>
- <pre>
- real(r8), dimension(:), intent(in)  :: <em class=code>ens_mean</em>
- </pre></div>
+<A NAME="ens_mean_for_model"></A>
+<div class=routine>
+<em class=call> call ens_mean_for_model(ens_mean) </em>
+<pre>
+real(r8), dimension(:), intent(in)  :: <em class=code>ens_mean</em>
+</pre></div>
 
 <div class=indent1>
- <P>
+<P>
 Saves a local copy of the ensemble means which can be used for 
 computing vertical heights, for example.
- </P>
- <TABLE width=100% border=0 summary="" cellpadding=3>
- <TR><TD valign=top><em class=code>ens_mean&nbsp;&nbsp;</em></TD>
-     <TD>Ensemble mean state vector</TD></TR>
- </TABLE>
+</P>
+<TABLE width=100% border=0 summary="" cellpadding=3>
+<TR><TD valign=top><em class=code>ens_mean&nbsp;&nbsp;</em></TD>
+    <TD>Ensemble mean state vector</TD></TR>
+</TABLE>
 <br>
 </div>
 
@@ -1034,29 +1042,29 @@
 <br>
 </div>
  
- <!--================================================================-->
- <!--============= DESCRIPTION OF A SUBROUTINE =======================-->
- <A NAME="write_cam_init"></A>
- <div class=routine>
- <em class=call> call write_cam_init(file_name,model_time, var) </em>
- <pre>
- character, intent(in)                     :: <em class=code>file_name</em>
- type(time_type), intent(in)               :: <em class=code>model_time </em>
- type(model_type), allocatable, intent(in) :: <em class=code>var</em>
- </pre></div>
+<!--================================================================-->
+<!--============= DESCRIPTION OF A SUBROUTINE =======================-->
+<A NAME="write_cam_init"></A>
+<div class=routine>
+<em class=call> call write_cam_init(file_name,model_time, var) </em>
+<pre>


More information about the Dart-dev mailing list