Parent Directory
|
Revision Log
|
Revision Graph
link for viewing old CVS code changed to one level above (faster to access MITgcm_contrib).
| 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 name="generator" content="HTML Tidy, see www.w3.org" /> |
| 7 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> |
| 8 | <base href="http:/mitgcm.org" /> |
| 9 | |
| 10 | <!-- Hinting for menu generation --> |
| 11 | <meta name="add_name_0" content="Source Code" /> |
| 12 | <meta name="add_name_1" content="" /> |
| 13 | <meta name="add_name_2" content="" /> |
| 14 | <meta name="add_title" content="Source Code" /> |
| 15 | <!-- Hinting for menu generation --> |
| 16 | |
| 17 | <style type="text/css"> |
| 18 | span.c2 {font-size: 110%} |
| 19 | div.c1 {text-align: center} |
| 20 | </style> |
| 21 | </head> |
| 22 | |
| 23 | <body> |
| 24 | |
| 25 | <p>The MITgcm code and documentation are under continuous development. |
| 26 | For a while, MITgcm was developped and maintained under |
| 27 | <a href="./using_cvs.html"> CVS </a> |
| 28 | but has been recently migrated to "git" on Feb 2018. |
| 29 | Note that all the previous development history has been kept in the |
| 30 | new MITgcm git repository while the former CVS repository is now frozen. |
| 31 | </p> |
| 32 | |
| 33 | <p>The MITgcm code and its companion documentation are now |
| 34 | hosted at <a href="https://github.com">GitHub</a> under a single repository. |
| 35 | |
| 36 | <!-- Both the last stable release and the current CVS |
| 37 | contents can be obtained at: --> |
| 38 | |
| 39 | <ul> |
| 40 | |
| 41 | <li>Access the |
| 42 | <a href="https://github.com/MITgcm/MITgcm">MITgcm</a> repository |
| 43 | </li><br /> |
| 44 | |
| 45 | <li>Detailed instructions on how to |
| 46 | <a href="https://mitgcm.readthedocs.io/en/latest/getting_started/getting_started.html">download</a> |
| 47 | the code:<br /> |
| 48 | |
| 49 | download a clone of the repository: |
| 50 | |
| 51 | <pre> |
| 52 | % git clone https://github.com/MITgcm/MITgcm.git |
| 53 | </pre> |
| 54 | |
| 55 | or just get a one-time archive of MITgcm code: |
| 56 | |
| 57 | <ul> |
| 58 | <li>the most recent checkpoint "tar" or "zip" file<br /> |
| 59 | from <a href="https://github.com/MITgcm/MITgcm/releases">GitHub</a> |
| 60 | or from <a href="/download/">here</a>.</li> |
| 61 | |
| 62 | <li>the latest |
| 63 | <a href="https://github.com/MITgcm/MITgcm/archive/master.tar.gz">"tar"</a> or |
| 64 | <a href="https://github.com/MITgcm/MITgcm/archive/master.zip">"zip"</a> archive<br /> |
| 65 | or the daily <a href="/download/git_snapshot/"> "tar" file</a>.<br /></li> |
| 66 | |
| 67 | </ul> |
| 68 | </li> |
| 69 | </ul> |
| 70 | |
| 71 | </p> |
| 72 | |
| 73 | <p>Note: Some outlying pieces (e.g., contrib area) are still alive under CVS |
| 74 | and can be viewed through the |
| 75 | <a href="http://mitgcm.org/viewvc/MITgcm">CVS</a> code browser. |
| 76 | </p> |
| 77 | |
| 78 | |
| 79 | </body> |
| 80 | </html> |
| 81 |
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |