--- mitgcm.org/front_content/source_code.xml 2004/06/18 03:01:26 1.15 +++ mitgcm.org/front_content/source_code.xml 2018/02/09 00:49:40 1.24 @@ -22,72 +22,57 @@
-The MITgcm code and documentation are under continuous development. The - last official release was called "Release1_patch8" and the current - development is stabilizing in anticipation of a "Release2_beta" - announcement. Both the last stable release and the current CVS - contents can be obtained at: - -
The MITgcm code and documentation are under continuous development. + For a while, MITgcm was developped and maintained under + CVS + but has been recently migrated to "git" on Feb 2018. + Note that all the previous development history has been kept in the + new MITgcm git repository while the former CVS repository is now frozen. +
-The MITgcm code and its companion documentation are now + hosted at GitHub under a single repository. -
- $ export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack' - $ cvs login - ( enter the CVS password: "cvsanon" ) - $ cvs co MITgcm -- -
- $ export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack' - $ cvs login - ( enter the CVS password: "cvsanon" ) - $ cvs co -r 'release1_p8' MITgcm + % git clone https://github.com/MITgcm/MITgcm.git- + + or just get a one-time archive of MITgcm code: + +
Note: Some outlying pieces (e.g., contrib area) are still alive under CVS + and can be viewed through the + CVS code browser.