New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
agrifpp.sh.html in branches/DEV_r1879_FCM/NEMOGCM/TOOLS/doc/manuals/html/sphinx – NEMO

source: branches/DEV_r1879_FCM/NEMOGCM/TOOLS/doc/manuals/html/sphinx/agrifpp.sh.html @ 1972

Last change on this file since 1972 was 1972, checked in by flavoni, 14 years ago

Add TOOLS directory and scripts to compile with FCM, see ticket: #685

File size: 4.6 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
4<html xmlns="http://www.w3.org/1999/xhtml">
5  <head>
6    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7   
8    <title>agrifpp.sh &mdash; NEMO FCM v1.0.0 documentation</title>
9    <link rel="stylesheet" href="_static/default.css" type="text/css" />
10    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
11    <script type="text/javascript">
12      var DOCUMENTATION_OPTIONS = {
13        URL_ROOT:    '#',
14        VERSION:     '1.0.0',
15        COLLAPSE_MODINDEX: false,
16        FILE_SUFFIX: '.html',
17        HAS_SOURCE:  true
18      };
19    </script>
20    <script type="text/javascript" src="_static/jquery.js"></script>
21    <script type="text/javascript" src="_static/doctools.js"></script>
22    <link rel="top" title="NEMO FCM v1.0.0 documentation" href="index.html" /> 
23  </head>
24  <body>
25    <div class="related">
26      <h3>Navigation</h3>
27      <ul>
28        <li class="right" style="margin-right: 10px">
29          <a href="genindex.html" title="General Index"
30             accesskey="I">index</a></li>
31        <li><a href="index.html">NEMO FCM v1.0.0 documentation</a> &raquo;</li> 
32      </ul>
33    </div> 
34
35    <div class="document">
36      <div class="documentwrapper">
37        <div class="bodywrapper">
38          <div class="body">
39           
40  <div class="section" id="agrifpp-sh">
41<h1>agrifpp.sh<a class="headerlink" href="#agrifpp-sh" title="Permalink to this headline"></a></h1>
42<div class="section" id="preform-agrif-pre-processing">
43<h2>Preform AGrif pre-processing<a class="headerlink" href="#preform-agrif-pre-processing" title="Permalink to this headline"></a></h2>
44<div class="section" id="synopsis">
45<h3>SYNOPSIS<a class="headerlink" href="#synopsis" title="Permalink to this headline"></a></h3>
46<div class="highlight-python"><pre>$ agrifpp.sh</pre>
47</div>
48</div>
49<div class="section" id="description">
50<h3>DESCRIPTION<a class="headerlink" href="#description" title="Permalink to this headline"></a></h3>
51<p>Look after key agrif</p>
52</div>
53<div class="section" id="examples">
54<h3>EXAMPLES<a class="headerlink" href="#examples" title="Permalink to this headline"></a></h3>
55<div class="highlight-python"><pre>$ ./agrifpp.sh 1 -Dkey
56
57or
58
59$ ./agrifpp.sh -Dkey</pre>
60</div>
61</div>
62<div class="section" id="todo">
63<h3>TODO<a class="headerlink" href="#todo" title="Permalink to this headline"></a></h3>
64<p>option debug</p>
65</div>
66<div class="section" id="evolutions">
67<h3>EVOLUTIONS<a class="headerlink" href="#evolutions" title="Permalink to this headline"></a></h3>
68<p>$Id$</p>
69<ul class="simple">
70<li>rblod 2010-06-20T16:11:47Z<ul>
71<li>creation</li>
72</ul>
73</li>
74</ul>
75</div>
76</div>
77</div>
78
79
80          </div>
81        </div>
82      </div>
83      <div class="sphinxsidebar">
84        <div class="sphinxsidebarwrapper">
85            <h3><a href="index.html">Table Of Contents</a></h3>
86            <ul>
87<li><a class="reference external" href="#">agrifpp.sh</a><ul>
88<li><a class="reference external" href="#preform-agrif-pre-processing">Preform AGrif pre-processing</a><ul>
89<li><a class="reference external" href="#synopsis">SYNOPSIS</a></li>
90<li><a class="reference external" href="#description">DESCRIPTION</a></li>
91<li><a class="reference external" href="#examples">EXAMPLES</a></li>
92<li><a class="reference external" href="#todo">TODO</a></li>
93<li><a class="reference external" href="#evolutions">EVOLUTIONS</a></li>
94</ul>
95</li>
96</ul>
97</li>
98</ul>
99
100          <div id="searchbox" style="display: none">
101            <h3>Quick search</h3>
102              <form class="search" action="search.html" method="get">
103                <input type="text" name="q" size="18" />
104                <input type="submit" value="Go" />
105                <input type="hidden" name="check_keywords" value="yes" />
106                <input type="hidden" name="area" value="default" />
107              </form>
108              <p class="searchtip" style="font-size: 90%">
109              Enter search terms or a module, class or function name.
110              </p>
111          </div>
112          <script type="text/javascript">$('#searchbox').show(0);</script>
113        </div>
114      </div>
115      <div class="clearer"></div>
116    </div>
117    <div class="related">
118      <h3>Navigation</h3>
119      <ul>
120        <li class="right" style="margin-right: 10px">
121          <a href="genindex.html" title="General Index"
122             >index</a></li>
123        <li><a href="index.html">NEMO FCM v1.0.0 documentation</a> &raquo;</li> 
124      </ul>
125    </div>
126    <div class="footer">
127      &copy; Copyright 2010, CNRS.
128      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.5.
129    </div>
130  </body>
131</html>
Note: See TracBrowser for help on using the repository browser.