--- mitgcm.org/front_content/source_code.xml 2003/12/06 20:06:58 1.6 +++ mitgcm.org/front_content/source_code.xml 2006/04/06 19:23:43 1.19 @@ -28,77 +28,50 @@ announcement. Both the last stable release and the current CVS contents can be obtained at: -
- $ export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack' - $ cvs login - ( enter the CVS password: "cvsanon" ) - $ cvs co -r 'release1_p8' MITgcm -- -
- $ export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack' - $ cvs login - ( enter the CVS password: "cvsanon" ) - $ cvs co MITgcm + bash or sh shell: + $ export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack' + $ cvs login + ( enter the CVS password: "cvsanon" ) + $ cvs co MITgcm + + tcsh or csh shell: + $ setenv CVSROOT ':pserver:cvsanon@mitgcm.org:/u/gcmpack' + $ cvs login + ( enter the CVS password: "cvsanon" ) + $ cvs co MITgcm
A GForge-based MITgcm - development server is available which includes: -
A verification suite is run periodically on a range of different - machines and the results can be seen at: -
+