14 |
<meta name="add_title" content="Using CVS" /> |
<meta name="add_title" content="Using CVS" /> |
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} |
49 |
$ cvs login |
$ cvs login |
50 |
( enter the CVS password: "cvsanon" ) |
( enter the CVS password: "cvsanon" ) |
51 |
$ cvs co MITgcm MITgcm_contrib |
$ cvs co MITgcm MITgcm_contrib |
52 |
</pre> |
</pre> |
53 |
|
|
54 |
<p>Note that you will only need to perform the "cvs login" once. And for |
<p>Note that you will only need to perform the "cvs login" once. And for |
55 |
convenience, you may want to add the CVSROOT variable to your shell's |
convenience, you may want to add the CVSROOT variable to your shell's |
81 |
<td width="25%">MITgcm_verif_basic</td> |
<td width="25%">MITgcm_verif_basic</td> |
82 |
<td>Source code plus a small set of the verification examples |
<td>Source code plus a small set of the verification examples |
83 |
("global_ocean.90x40x15", "aim.5l_cs", "hs94.128x64x5", |
("global_ocean.90x40x15", "aim.5l_cs", "hs94.128x64x5", |
84 |
"front_relax").</td> |
"front_relax", and "plume_on_slope").</td> |
85 |
</tr> |
</tr> |
86 |
<tr bgcolor="#bbffdd"> |
<tr bgcolor="#bbffdd"> |
87 |
<td width="25%">MITgcm_verif_atmos</td> |
<td width="25%">MITgcm_verif_atmos</td> |
107 |
--> |
--> |
108 |
</table> |
</table> |
109 |
|
|
110 |
|
<p>It is important to note that the CVS aliases above cannot be used in |
111 |
|
conjunction with the CVS <i>-d DIRNAME</i> option. However, the MITgcm |
112 |
|
directories they create can be changed to a different name following the |
113 |
|
check-out:</p> |
114 |
|
<pre> |
115 |
|
$ cvs co MITgcm_verif_basic |
116 |
|
$ mv MITgcm MITgcm_verif_basic |
117 |
|
</pre> |
118 |
|
|
119 |
<h4>Getting Specific Releases or "Checkpoints"</h4> |
<h4>Getting Specific Releases or "Checkpoints"</h4> |
120 |
|
|
121 |
<p>As shown within the <a |
<p>As shown within the <a |
122 |
href="http://dev.mitgcm.org/cgi-bin/viewcvs.cgi/MITgcm/doc/tag-index"> CVS |
href="http://mitgcm.org/cgi-bin/viewcvs.cgi/MITgcm/doc/tag-index"> CVS |
123 |
Code Browser</a>, the MITgcm code is continuously undergoing updates. At |
Code Browser</a>, the MITgcm code is continuously undergoing updates. At |
124 |
points during the development (typically, after work has been done and the |
points during the development (typically, after work has been done and the |
125 |
source code has passed the <a href="testing/latest.html">verification |
source code has passed the <a href="testing/latest.html">verification |