14 |
<meta name="add_title" content="Source Code" /> |
<meta name="add_title" content="Source Code" /> |
15 |
<!-- Hinting for menu generation --> |
<!-- Hinting for menu generation --> |
16 |
|
|
|
<title>MITgcm: <!--ADDTITLE--></title> |
|
17 |
<style type="text/css"> |
<style type="text/css"> |
18 |
span.c2 {font-size: 110%} |
span.c2 {font-size: 110%} |
19 |
div.c1 {text-align: center} |
div.c1 {text-align: center} |
26 |
last official release was called "Release1_patch8" and the current |
last official release was called "Release1_patch8" and the current |
27 |
development is stabilizing in anticipation of a "Release2_beta" |
development is stabilizing in anticipation of a "Release2_beta" |
28 |
announcement. Both the last stable release and the current CVS |
announcement. Both the last stable release and the current CVS |
29 |
contents can be obtained at:</p> |
contents can be obtained at: |
30 |
|
|
31 |
<ul> |
<ul> |
32 |
<li>Release1_patch8 : |
|
33 |
<ul> |
<li>View through the |
34 |
|
<!-- <a href="http://mitgcm.org/cgi-bin/viewcvs.cgi/MITgcm">CVS code browser</a> --> |
35 |
<li>View through an <a |
<a href="http://mitgcm.org/viewvc/MITgcm/MITgcm">CVS code browser</a> |
36 |
href="http://dev.mitgcm.org/cgi-bin/viewcvs.cgi/MITgcm/?only_with_tag=release1_p8"> |
</li> |
37 |
HTML-enabled CVS code browser</a></li> |
|
38 |
|
<!-- <b>WARNING: cvs pserver has been temporarily |
39 |
<li>Download <a href="./cvs.html">using CVS pserver</a></li> |
disabled and will be returned ASAP. In the mean time, please |
40 |
|
download one of the <a |
41 |
<li>Download <a href="./download">as a "tar" file.</a></li> |
href="http://mitgcm.org/download/daily_snapshot/">daily |
42 |
<br /> |
snap-shots</a> if an up-to-date version of MITgcm is required. |
43 |
</ul> |
These snap-shots include CVS information so they are useful for |
44 |
</li> |
comparisons.</b><br />--> |
45 |
<li>CVS current : |
|
46 |
<ul> |
<li>Download <a href="./using_cvs.html">using CVS pserver</a> |
47 |
|
|
48 |
<li>View through an <a |
<pre> |
49 |
href="http://dev.mitgcm.org/cgi-bin/viewcvs.cgi/">HTML-enabled CVS |
bash or sh shell: |
50 |
code browser</a></li> |
$ export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack' |
51 |
|
$ cvs login |
52 |
<li>Download <a href="./cvs.html">using CVS pserver</a></li> |
( enter the CVS password: "cvsanon" ) |
53 |
|
$ cvs co -P MITgcm |
54 |
<li>Download <a href="./">as a "tar" file.</a></li> |
|
55 |
|
tcsh or csh shell: |
56 |
</ul> |
$ setenv CVSROOT ':pserver:cvsanon@mitgcm.org:/u/gcmpack' |
57 |
</li> |
$ cvs login |
58 |
</ul> |
( enter the CVS password: "cvsanon" ) |
59 |
|
$ cvs co -P MITgcm |
60 |
|
</pre> |
61 |
|
|
62 |
|
</li> |
63 |
|
|
64 |
|
<li>Download the most recent checkpoint |
65 |
|
<a href="/download/">as a "tar" file.</a></li> |
66 |
|
|
67 |
|
<li>Download one of the |
68 |
|
<a href="/download/daily_snapshot/">daily snap-shots</a>.<br /><br /></li> |
69 |
|
|
70 |
|
</ul> |
71 |
|
|
72 |
|
</p> |
73 |
|
|
74 |
|
|
75 |
</body> |
</body> |
76 |
</html> |
</html> |