/[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.3 by edhill, Thu Dec 4 03:10:49 2003 UTC revision 1.25 by jmc, Sat Mar 31 17:16:11 2018 UTC
# Line 14  Line 14 
14      <meta name="add_title" content="Source Code" />      <meta name="add_title" content="Source Code" />
15      <!-- Hinting for menu generation -->      <!-- Hinting for menu generation -->
16    
     <title>MITgcm: <!--ADDTITLE--></title>  
17  <style type="text/css">  <style type="text/css">
18   span.c2 {font-size: 110%}   span.c2 {font-size: 110%}
19   div.c1 {text-align: center}   div.c1 {text-align: center}
# Line 23  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>Release1_patch8 :  
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://dev.mitgcm.org/cgi-bin/viewcvs.cgi/MITgcm/?only_with_tag=release1_p8">                  <a href="https://github.com/MITgcm/MITgcm">MITgcm</a> repository
43                  HTML-enabled CVS code browser</a></li>              </li><br />
44                        
45              <li>Download <a href="./using_cvs.html">using CVS pserver</a></li>              <li>Detailed instructions on how to
46                <a href="https://mitgcm.readthedocs.io/en/latest/getting_started/getting_started.html">download</a>
47              <li>Download <a href="./download">as a "tar" file.</a></li>                  the code:<br />
48              <br />  
49            </ul>              download a clone of the repository:
50          </li>  
51          <li>CVS current :  <pre>
52        % git clone https://github.com/MITgcm/MITgcm.git
53    </pre>
54    
55                or just get a one-time archive of MITgcm code:
56    
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://dev.mitgcm.org/cgi-bin/viewcvs.cgi/">HTML-enabled CVS                  or from <a href="/download/">here</a>.</li>
61                  code browser</a></li>          
62                            <li>the latest
63              <li>Download <a href="./using_cvs.html">using CVS pserver</a></li>                  <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              <li>Download <a href="./download">as a "tar" file.</a></li>                  or the daily <a href="/download/git_snapshot/"> "tar" file</a>.<br /></li>
66                        
67              </ul>
68                </li>
69            </ul>            </ul>
         </li>  
       </ul>  
     </p>  
70    
     <p>Please see the <a href="http://dev.mitgcm.org/projects/mitgcm/">MITgcm  
         development server</a> which includes:  
       <ul>  
         <li>a <a href="http://dev.mitgcm.org/cgi-bin/viewcvs.cgi/">Web  
             interface to the CVS repository</a>,<br /><br /></li>  
           
         <li>the <a href="http://dev.mitgcm.org/mailman/listinfo/mitgcm-support">  
             MITgcm-support</a> mailing list with a web-browsable archive, <br  
             /><br />  
         </li>  
           
         <li>a <a href="http://dev.mitgcm.org/forum/?group_id=6">web-based  
             forum</a> suitable for quick questions, and<br /><br /></li>  
           
         <li>a <a href="http://mitgcm.org/dev_docs/devel_HOWTO">HOWTO</a> to help  
           you get started with MITgcm development and customization.</li>  
       </ul>  
71      </p>      </p>
72        
73      <p>A verification suite is run periodically on a range of different      <p>Note: Some outlying pieces (e.g., contrib area) are still alive under CVS
74        machines and the results can be seen at:               and can be viewed through the
75        <ul>            <a href="http://mitgcm.org/viewvc/MITgcm">CVS</a> code browser.
         <li><a href="./testing/latest.html">Latest results</a></li>  
         <li><a href="./testing/summary/">All testing results to date</a></li>  
       </ul>  
76      </p>      </p>
77    
78    
79    </body>    </body>
80  </html>  </html>
81    

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

  ViewVC Help
Powered by ViewVC 1.1.22