 Parent Directory
|
 Parent Directory
|  Revision Log
|
 Revision Log
|  Revision Graph
 Revision Graph
update with new MITgcm repository on github and link to instructions
| 1 | edhill | 1.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 | jmc | 1.23 | <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 | edhill | 1.3 | <ul> | 
| 40 | jmc | 1.23 | |
| 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-example.readthedocs.io/en/latest/getting_started/getting_started.html">download</a> | ||
| 47 | the code:<br /> | ||
| 48 | edhill | 1.11 | |
| 49 | jmc | 1.23 | download a clone of the repository: | 
| 50 | edhill | 1.4 | |
| 51 | <pre> | ||
| 52 | jmc | 1.23 | % git clone https://github.com/MITgcm/MITgcm.git | 
| 53 | edhill | 1.4 | </pre> | 
| 54 | jmc | 1.23 | |
| 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 | edhill | 1.4 | </li> | 
| 69 | jmc | 1.23 | </ul> | 
| 70 | edhill | 1.14 | |
| 71 | jmc | 1.23 | </p> | 
| 72 | edhill | 1.16 | |
| 73 | jmc | 1.23 | <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/MITgcm">CVS</a> code browser. | ||
| 76 | edhill | 1.3 | </p> | 
| 77 | |||
| 78 | edhill | 1.1 | |
| 79 | </body> | ||
| 80 | </html> | ||
| 81 | 
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |