/[MITgcm]/mitgcm.org/front_content/source_code.xml
ViewVC logotype

Diff of /mitgcm.org/front_content/source_code.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.18 by edhill, Wed Sep 14 00:48:58 2005 UTC revision 1.25 by jmc, Sat Mar 31 17:16:11 2018 UTC
# Line 22  Line 22 
22    
23    <body>    <body>
24    
25      <p>The MITgcm code and documentation are under continuous development.  The      <p>The MITgcm code and documentation are under continuous development.
26        last official release was called "Release1_patch8" and the current        For a while, MITgcm was developped and maintained under
27        development is stabilizing in anticipation of a "Release2_beta"              <a href="./using_cvs.html"> CVS </a>
28        announcement.  Both the last stable release and the current CVS        but has been recently migrated to "git" on Feb 2018.
29        contents can be obtained at:        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        <ul>      </p>
32          <li>CVS current :  
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>            <ul>
40                        
41              <li>View through an <a              <li>Access the
42                  href="http://mitgcm.org/cgi-bin/viewcvs.cgi/">HTML-enabled CVS                  <a href="https://github.com/MITgcm/MITgcm">MITgcm</a> repository
43                  code browser [ViewCVS Web interface]</a></li>              </li><br />
44                        
45              <!-- <b>WARNING: cvs pserver has been temporarily              <li>Detailed instructions on how to
46                  disabled and will be returned ASAP.  In the mean time, please  <a href="https://mitgcm.readthedocs.io/en/latest/getting_started/getting_started.html">download</a>
47                  download one of the <a                  the code:<br />
                 href="http://mitgcm.org/download/daily_snapshot/">daily  
                 snap-shots</a> if an up-to-date version of MITgcm is required.  
                 These snap-shots include CVS information so they are useful for  
               comparisons.</b><br />-->  
48    
49              <li>Download <a href="./using_cvs.html">using CVS pserver</a>              download a clone of the repository:
50    
51  <pre>  <pre>
52    bash or sh shell:      % git clone https://github.com/MITgcm/MITgcm.git
     $ 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  
53  </pre>  </pre>
                 
             </li>  
   
             <li>Download the most recent checkpoint  
                 <a href="./download">as a "tar" file.</a></li>  
               
             <li>Download one of the <a  
                 href="http://mitgcm.org/download/daily_snapshot/">daily  
                 snap-shots</a>.<br /><br /></li>  
               
           </ul>  
         </li>  
54    
55          <!--  you have to be desperate to run this old version              or just get a one-time archive of MITgcm code:
56    
         <li>Release1_patch8 (older, so please consider using more recent  
             checkpoints if possible) :  
57            <ul>            <ul>
58                            <li>the most recent checkpoint "tar" or "zip" file<br />
59              <li>View through an <a                  from <a href="https://github.com/MITgcm/MITgcm/releases">GitHub</a>
60                  href="http://mitgcm.org/cgi-bin/viewcvs.cgi/MITgcm/?only_with_tag=release1_p8">                  or from <a href="/download/">here</a>.</li>
61                  HTML-enabled CVS code browser [ViewCVS Web interface]</a></li>          
62                            <li>the latest
63              <li>Download <a href="./using_cvs.html">using CVS pserver</a>:                  <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  <pre>                  or the daily <a href="/download/git_snapshot/"> "tar" file</a>.<br /></li>
66    $ export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack'          
67    $ cvs login            </ul>
     ( enter the CVS password: "cvsanon" )  
   $ cvs co -r 'release1_p8' MITgcm  
 </pre>  
                 
68              </li>              </li>
               
             <li>Download <a href="./download/old_r1">as a "tar" file.</a></li>  
             <br />  
69            </ul>            </ul>
         </li>  
70    
71          -->      </p>
72    
73        </ul>      <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>      </p>
77    
78    

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.25

  ViewVC Help
Powered by ViewVC 1.1.22