/[MITgcm]/mitgcm.org/index.html
ViewVC logotype

Annotation of /mitgcm.org/index.html

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.25 - (hide annotations) (download) (as text)
Sun Oct 26 22:04:07 2003 UTC (20 years, 6 months ago) by edhill
Branch: MAIN
Changes since 1.24: +18 -7 lines
File MIME type: text/html
 o add link to the CMI page

1 edhill 1.20 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 adcroft 1.1
4 edhill 1.20 <html xmlns="http://www.w3.org/1999/xhtml">
5     <head>
6 edhill 1.23 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
7 edhill 1.20 <title>MITgcm Home Page</title>
8     <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
9     <style type="text/css">
10     body {
11     background-color: #FFFFFF;
12     color: #000000;
13     }
14     :link { color: #0000FF }
15     :visited { color: #000080 }
16     :active { color: #FF0000 }
17     div.c3 {font-size: 80%; font-style: italic; text-align: right}
18     i.c2 {font-size: 80%}
19     div.c1 {text-align: center}
20     </style>
21     </head>
22    
23     <body>
24     <div class="c1">
25     <img src="TitleImage.gif"
26     alt="Montage of Applications Original concept by CNH Put into practice by AJA"
27     height="189" width="628" /><br />
28    
29     <hr />
30     </div>
31    
32     <div class="c1">
33     <h1>MITgcm</h1>
34     </div>
35    
36     <p>
37 edhill 1.25 The MITgcm (MIT General Circulation Model) is a numerical model for studying
38     the ocean and atmosphere. It is capable of simulating these fluids at a wide
39     range of scales and can resolve many different processes. It has a
40     non-hydrostatic capability (Marshall et al., JGR 1997a &amp; b) and uses the
41     finite volume method to accurately represent the bottom boundary position
42     (Adcroft et al., MWR 1998). <br />
43 edhill 1.20 </p>
44    
45 edhill 1.25 <p>
46     <b>For further information, <a href="http://paoc.mit.edu/cmi/">please see
47     MIT's Climate Modeling Initiative (CMI)</a> which introduces the MITgcm model,
48     its applications, and the development team.</b>
49     </p>
50    
51     <br />
52    
53     <!--
54 edhill 1.20 <div class="c1">
55     <h2><a href="sealion">Release1_patch8 of MITgcm</a> is <em>ready</em>!
56     (12-Nov-2002)</h2>
57     </div>
58 edhill 1.25 -->
59 edhill 1.20
60     <div class="c1">
61     <table align="center" border="2" width="95%" summary="">
62     <tr align="left" valign="top">
63 edhill 1.24 <td width="50%">
64 edhill 1.20 <h2>Source Code</h2>
65    
66     <ul>
67     <li><a href="sealion">Release1_patch8</a> (known as Sealion) is documented
68     and available.</li>
69    
70 edhill 1.24 <li><a href="http://dev.mitgcm.org/cgi-bin/viewcvs.cgi/">MITgcm
71     CVS Tree</a>: browse the source tree and examine the change logs
72     for each file in the "HEAD" branch of our release tree. The latest
73     version is "<a
74 edhill 1.21 href="http://dev.mitgcm.org/cgi-bin/viewcvs.cgi/MITgcm/?only_with_tag=release1_p8">release1_p8</a>".</li>
75 edhill 1.20
76     <li><a href="usingcvstoget.html">Use anonymous CVS</a> to maintain your
77     working copy but adhere to our <a href="cvspolicy.html">policy on using
78     CVS</a></li>
79    
80     <li>For the old fashioned, download a <a
81     href="http://mitgcm.org/download/">tar ball</a>.</li>
82     </ul>
83     </td>
84    
85     <td>
86     <h2>Help</h2>
87    
88     <ul>
89     <!--
90     <li>Support: If you need help we run a <a
91     href="news://mitgcm.org/mitgcm.support">discussion group</a> where you can
92     post your questions and browse previous Q's &amp; A's. You can email the
93     group at <a href="mailto:support@mitgcm.org">support@mitgcm.org</a>.</li>
94    
95     <li>Bugs: If you have found a bug you may report it by email to&nbsp; <a
96     href="mailto:bugs@mitgcm.org">bugs@mitgcm.org</a> and monitor the status of
97     your report <a
98     href="http://mitgcm.org/cgi-bin/mitgcm-bugs">on-line</a>.</li>
99    
100     <li>MIT-JPL <a
101     href="http://escher.JPL.NASA.GOV:2000/HyperNews/get.cgi/forums/mit-jpl.html">
102     development forum</a>.</li>
103    
104     <li>Internal only: <a
105     href="http://mitgcm.org/cgi-bin/mitgcm-bugs.private">Log-in</a> to
106     administrate bug reports</li>
107     -->
108    
109 edhill 1.24 <li>Please see the <a
110     href="http://dev.mitgcm.org/projects/mitgcm/">MITgcm development
111     server</a> which includes:
112 edhill 1.20
113     <ul>
114 edhill 1.24 <li>a <a href="http://dev.mitgcm.org/cgi-bin/viewcvs.cgi/">Web
115     interface to the CVS repository</a>, </li>
116 edhill 1.20
117 edhill 1.24 <li>the <a
118     href="http://dev.mitgcm.org/mailman/listinfo/mitgcm-support">
119     MITgcm-support</a> mailing list with a web-browsable
120     archive,</li>
121 edhill 1.20
122 edhill 1.24 <li>a <a
123     href="http://dev.mitgcm.org/forum/?group_id=6">web-based
124 edhill 1.20 forum</a> suitable for quick questions, and</li>
125    
126 edhill 1.24 <li>a <a
127     href="http://mitgcm.org/dev_docs/devel_HOWTO">HOWTO</a> to
128     help you get started with MITgcm development and
129     customization.</li>
130    
131     <!-- <li>a <a href="http://dev.mitgcm.org/htdig/">search
132     engine</a> that indexes the entire email list archive and the
133     online manual.</li> -->
134 edhill 1.20 </ul>
135 edhill 1.24 </li>
136 edhill 1.20
137 edhill 1.24 <li>Our <a href="http://dev.mitgcm.org/htdig/">search engine</a>
138     currently indexes most of the <a
139     href="http://mitgcm.org">mitgcm.org</a> and <a
140     href="http://dev.mitgcm.org">dev.mitgcm.org</a> web pages.
141 edhill 1.20 </li>
142    
143     </ul>
144     </td>
145     </tr>
146    
147     <tr align="left">
148 edhill 1.24 <td valign="top" width="50%">
149 edhill 1.20 <h2>Projects</h2>
150    
151     <ul>
152     <li><a href="http://www.ecco-group.org">Main project site for ECCO</a>:
153     "<b><u>E</u></b>stimating the <b><u>C</u></b>irculation and
154     <b><u>C</u></b>limate of the <b><u>O</u></b>cean"; also see <a
155     href="http://ecco.mit.edu/">ECCO @ MIT</a>, <a
156     href="http://ecco.ucsd.edu/">ECCO @ UCSD</a>, <a
157     href="http://ecco.jpl.nasa.gov/odap">ECCO @ JPL</a>.</li>
158    
159 edhill 1.22 <!-- *** MISSING LINK ***
160     <li><a href="http://charybdis.whoi.edu/sonya/LIWI/">Tidal interactions</a>
161     with sloping boundaries.</li>
162     -->
163 edhill 1.20
164     <li>Gridding the sphere using <a
165     href="http://mitgcm.lcs.mit.edu/cubedsphere">expanded cubic grids</a>.</li>
166    
167     <li>Long Island Sound (modeling at U. Conn)</li>
168    
169     <li>Biogeochemical Tracers in a High Resolution Simulation of the <a
170     href="http://mitgcm.org/projects/atlantic0.166/">North Atlantic</a>.</li>
171     </ul>
172     </td>
173    
174     <td>
175     <h2>Links</h2>
176    
177     <ul>
178     <li><a href="http://mitgcm.org/people">Who's who?</a>: List of people with
179     contact information.</li>
180    
181     <li>Directories of <a
182     href="http://stommel.tamu.edu/~baum/ocean_models.html">Ocean Circulation
183     Models</a> and <a
184     href="http://stommel.tamu.edu/~baum/climate_modeling.html">Climate Modeling
185     Groups</a>.</li>
186    
187     <li>Other sources of information: <a
188     href="http://www-pcmdi.llnl.gov/amip/">AMIP</a>, <a
189     href="http://www-pcmdi.llnl.gov/cmip/cmiphome.html">CMIP</a>, <a
190     href="http://www.ipsl.jussieu.fr/OCMIP/">OCMIP</a>, <a
191     href="http://www-pcmdi.llnl.gov/amip/OINTS/oints.html">*MIP</a>, LDEO <a
192     href="http://www.ldeo.columbia.edu/datarep/index.html">Climate Data
193     Repository</a>.</li>
194    
195     <li>At MIT: <a href="http://www-paoc.mit.edu/">PAOC</a> (Program in
196     Atmospheres, Oceans and Climate), <a
197     href="http://web.mit.edu/cgcs/www/cmi.html">CMI</a> (Climate Modeling
198     Initiative)</li>
199     </ul>
200     </td>
201     </tr>
202     </table>
203     </div>
204     <hr width="100%" />
205    
206     <table cellspacing="0" cellpadding="0" width="100%" summary="">
207     <tr>
208 edhill 1.25 <td><i class="c2">Last modified on $Date: 2003/09/23 14:38:13 $</i></td>
209 edhill 1.20
210     <td>
211     <div class="c3">
212 edhill 1.25 CVS: $Revision: 1.24 $
213 edhill 1.20 </div>
214     </td>
215     </tr>
216     </table>
217     </body>
218 adcroft 1.1 </html>
219 edhill 1.20

  ViewVC Help
Powered by ViewVC 1.1.22