--- mitgcm.org/front_content/source_code.xml 2004/06/17 20:55:02 1.14 +++ mitgcm.org/front_content/source_code.xml 2005/09/14 00:48:58 1.18 @@ -47,24 +47,34 @@
  • Download using CVS pserver
    -  $ 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
     
  • Download the most recent checkpoint - as a "tar" file.

  • + as a "tar" file.
  • Download one of the daily - snap-shots.
  • + snap-shots.

    -
  • Release1_patch8 (older--please consider using more recent + + +