1 |
cnh |
1.4 |
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> |
2 |
|
|
<html> |
3 |
|
|
<head> |
4 |
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
5 |
adcroft |
1.5 |
<meta name="GENERATOR" content="Mozilla/4.77 [en] (X11; U; Linux 2.2.19-7.0.10 i686) [Netscape]"> |
6 |
cnh |
1.4 |
<title>manual</title> |
7 |
|
|
</head> |
8 |
|
|
<body bgcolor="#FFFFFF"> |
9 |
|
|
<font size=+1>Documentation of MITgcm takes several forms:</font> |
10 |
|
|
<ul> |
11 |
|
|
<li> |
12 |
|
|
<font size=+1>a <a href="manual/node3.html">manual</a></font></li> |
13 |
|
|
|
14 |
|
|
<li> |
15 |
|
|
<font size=+1>a hyper-linked <a href="../code_reference/index.html" target="mainFrame">browsable |
16 |
|
|
code</a></font></li> |
17 |
|
|
|
18 |
|
|
<li> |
19 |
|
|
<font size=+1>in-source documentation (<a href="#prologues">subroutine |
20 |
|
|
descriptions</a>)</font></li> |
21 |
|
|
</ul> |
22 |
|
|
|
23 |
|
|
<center> |
24 |
|
|
<h2> |
25 |
|
|
The Manual</h2></center> |
26 |
|
|
The manual, documenting the formulation, descretization and implementation, |
27 |
|
|
can be accessed by following the links on the left. These take you to the |
28 |
|
|
main sections of the document: |
29 |
|
|
<ol> |
30 |
|
|
<li> |
31 |
|
|
<b><font size=+1><a href="manual/overview.html">Overview of MITgcm</a></font></b></li> |
32 |
|
|
|
33 |
|
|
<br>Discusses the |
34 |
|
|
<a href="manual/continuous.html">continuous formulation |
35 |
|
|
</a>of |
36 |
|
|
the model and illustrates some |
37 |
|
|
<a href="manual/illustrations.html">applications</a> |
38 |
|
|
<li> |
39 |
|
|
<b><font size=+1><a href="manual/discrete.html">Discretization and Algorithm</a></font></b></li> |
40 |
|
|
|
41 |
adcroft |
1.5 |
<br>Describes the spatial and temporal discretization of the model equations |
42 |
cnh |
1.4 |
<li> |
43 |
|
|
<b><font size=+1><a href="manual/getting.html">Getting started and using |
44 |
|
|
the MITgcm</a></font></b></li> |
45 |
|
|
|
46 |
adcroft |
1.5 |
<br>Describes how to <a href="manual/obtaining.html">download</a>, |
47 |
cnh |
1.4 |
<a href="manual/compiling.html">compile</a>, |
48 |
|
|
<a href="manual/running.html">run</a> |
49 |
|
|
and <a href="manual/doing.html">modify</a> the model. |
50 |
|
|
<li> |
51 |
|
|
<b><font size=+1><a href="manual/sarch.html">Software Architecture</a></font></b></li> |
52 |
|
|
|
53 |
adcroft |
1.5 |
<br>Describes the software <a href="manual/wrapper.html">infrastructure</a> |
54 |
cnh |
1.4 |
for |
55 |
|
|
<a href="manual/using_wrapper.html">running on parallel systems</a>. |
56 |
|
|
<li> |
57 |
|
|
<b><font size=+1><a href="manual/autodiff.html">Automatic Differentiation</a></font></b></li> |
58 |
|
|
|
59 |
adcroft |
1.5 |
<br>Describes how to generate the adjoint and tangent linear forms of the |
60 |
cnh |
1.4 |
model. |
61 |
|
|
<li> |
62 |
|
|
<b><font size=+1><a href="manual/packages.html">Physical Parameterizations |
63 |
|
|
and Packages</a></font></b></li> |
64 |
|
|
|
65 |
adcroft |
1.5 |
<br>Describes the optional parameterizations and features available in |
66 |
cnh |
1.4 |
the model. |
67 |
|
|
<li> |
68 |
|
|
<b><font size=+1><a href="manual/diags.html">Diagnostics and other tools</a></font></b></li> |
69 |
|
|
|
70 |
adcroft |
1.5 |
<br>Details of off-line tools used in conjuction with the model. |
71 |
cnh |
1.4 |
<li> |
72 |
|
|
<b><font size=+1><a href="manual/ecco.html">Interface with ECCO</a></font></b></li> |
73 |
|
|
|
74 |
adcroft |
1.5 |
<br>Describes the interface of MITgcm in the <a href="http://www.ecco-group.org" target="idontexist">ECCO</a> |
75 |
cnh |
1.4 |
suite of optimization software tailored to large-scale ocean state-estimation</ol> |
76 |
|
|
Jump to the full <a href="manual/contents.html">table of contents</a>. |
77 |
|
|
<p>The manual is also downloadable in <a href="manual.ps.gz">PostScript</a> |
78 |
|
|
and |
79 |
|
|
<a href="manual.pdf">PDF</a>. |
80 |
|
|
<br> |
81 |
|
|
<center> |
82 |
|
|
<h2> |
83 |
|
|
<font size=+1>The hyper-linked <a href="../code_reference/index.html" target="mainFrame">browsable |
84 |
|
|
code</a></font></h2></center> |
85 |
|
|
This allows you to peruse the source code by following hyper-links for |
86 |
|
|
variables, subroutines and functions. It allows you to find instances of |
87 |
|
|
variables, find where subroutines and functions are called from and inspect |
88 |
|
|
full model code. |
89 |
|
|
<center> |
90 |
|
|
<h2> |
91 |
|
|
<a NAME="prologues"></a>In-source documentation</h2></center> |
92 |
|
|
Comments in the source code itself have been formatted to render subroutine |
93 |
|
|
descriptions (written as prologues at the top of each routine). It is downloadable |
94 |
|
|
as: |
95 |
|
|
<ul> |
96 |
|
|
<li> |
97 |
|
|
<a href="prologues.ps.gz">PostScript</a></li> |
98 |
|
|
|
99 |
|
|
<li> |
100 |
|
|
<a href="prologues.pdf">PDF</a></li> |
101 |
|
|
</ul> |
102 |
|
|
|
103 |
|
|
</body> |
104 |
|
|
</html> |