[Dart-dev] <P>Jump/ Revision: 12361

dart at ucar.edu dart at ucar.edu
Thu Jan 18 10:46:46 MST 2018


nancy at ucar.edu
2018-01-18 10:46:46 -0700 (Thu, 18 Jan 2018)
79
give this file the right name.  i'll clean it up
and update it in just a bit.




Copied: DART/branches/rma_trunk/models/utilities/default_model_mod.html (from rev 12360, DART/branches/rma_trunk/models/utilities/model_mod.html)
===================================================================
--- DART/branches/rma_trunk/models/utilities/default_model_mod.html	                        (rev 0)
+++ DART/branches/rma_trunk/models/utilities/default_model_mod.html	2018-01-18 17:46:46 UTC (rev 12361)
@@ -0,0 +1,1151 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+          "http://www.w3.org/TR/html4/strict.dtd">
+<HTML>
+<HEAD>
+<TITLE>module model_mod</TITLE>
+<link rel="stylesheet" type="text/css" href="../../documentation/html/doc.css" />
+<link href="../../documentation/images/dart.ico" rel="shortcut icon" />
+</HEAD>
+<BODY>
+<A NAME="TOP"></A>
+
+<H1>MODULE model_mod</H1>
+
+<table border=0 summary="" cellpadding=5>
+<tr>
+    <td valign=middle>
+    <img src="../../documentation/images/Dartboard7.png" alt="DART project logo" height=70 />
+    </td>
+    <td>
+       <P>Jump to <a href="../../documentation/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="#Interface">INTERFACES</A> /
+<A HREF="#FilesUsed">FILES</A> /
+<A HREF="#References">REFERENCES</A> /
+<A HREF="#Errors">ERRORS</A> /
+<A HREF="#FuturePlans">PLANS</A> /
+<A HREF="#PrivateComponents">PRIVATE COMPONENTS</A> /
+<A HREF="#Legalese">TERMS OF USE</A>
+
+<H2>Overview</H2>
+
+<P>
+Every model that is DART compliant must provide an interface as documented
+here. The file <em class=file>models/utilities/model_mod.f90</em> 
+provides the fortran interfaces for a minimal implementation meeting
+these requirements. 
+The supplied interface must match these descriptions exactly; 
+no details of the underlying model can impact the interface.
+</P>
+
+<!--=====================================================================-->
+<!--===================== DESCRIPTION OF A NAMELIST =====================-->
+<!--=====================================================================-->
+
+<A NAME="Namelist"></A>
+<div class="top">[<a href="#">top</a>]</div><hr />
+<H2>NAMELIST</H2>
+<P>
+The default routines have no namelist.
+</P>
+
+<!--==================================================================-->
+<P><!-- useless spacer to make the top behave correctly --></P>
+
+<A NAME="Interface"></A>
+<div class="top">[<a href="#">top</a>]</div><hr />
+<H2>OTHER MODULES USED</H2>
+<PRE>
+types_mod
+time_manager_mod
+location_mod (multiple choices here)
+utilities_mod
+POSSIBLY MANY OTHERS DEPENDING ON MODEL DETAILS
+</PRE>
+
+<!--==================================================================-->
+<!-- Declare all public entities ...                                  -->
+<!-- duplicate public routines template as many times as necessary    -->
+<!-- make sure you replace all yyyroutine?? strings                   -->
+<!--==================================================================-->
+<!--Note to authors. The first row of the table is different.         -->
+<!--==================================================================-->
+
+<div class="top">[<a href="#">top</a>]</div><hr />
+<H2>PUBLIC INTERFACES</H2>
+
+<TABLE>
+<TR><TD><em class=call>use model_mod, only : </em></TD>
+                   <TD><A HREF="#get_model_size">get_model_size</A></TD></TR>
+<TR><TD> </TD><TD><A HREF="#adv_1step">adv_1step</A></TD></TR>
+<TR><TD> </TD><TD><A HREF="#get_state_meta_data">get_state_meta_data</A></TD></TR>
+<TR><TD> </TD><TD><A HREF="#model_interpolate">model_interpolate</A></TD></TR>
+<TR><TD> </TD><TD><A HREF="#shortest_time_between_assimilations">shortest_time_between_assimilations</A></TD></TR>
+<TR><TD> </TD><TD><A HREF="#static_init_model">static_init_model</A></TD></TR>
+<TR><TD> </TD><TD><A HREF="#init_time">init_time</A></TD></TR>
+<TR><TD> </TD><TD><A HREF="#init_conditions">init_conditions</A></TD></TR>
+<TR><TD> </TD><TD><A HREF="#nc_write_model_atts">nc_write_model_atts</A></TD></TR>
+<TR><TD> </TD><TD><A HREF="#nc_write_model_vars">nc_write_model_vars</A></TD></TR>
+<TR><TD> </TD><TD><A HREF="#pert_model_copies">pert_model_copies</A></TD></TR>


More information about the Dart-dev mailing list