New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
WikiStart (diff) – NEMO

Changes between Version 3 and Version 4 of WikiStart


Ignore:
Timestamp:
2007-05-28T12:41:58+02:00 (17 years ago)
Author:
rblod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v3 v4  
    1 == To use NEMO under svn, you need at  first to extact modipsl from svn : == 
     1= To use NEMO under svn, you need at  first to extact modipsl from svn : = 
    22 
    3 * modipsl access  
     3 * modipsl access 
    44{{{ 
    55svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
    66}}} 
    77 
    8 * Then it is just the usual way (extraction of NEMO in read-only mode) : 
     8 * Then it is just the usual way (extraction of NEMO in read-only mode) : 
    99{{{ 
    1010./model NEMO 
     
    1212}}} 
    1313 
    14 *Be careful 
    15 The version of modipsl under svn include the use of sxgmake at IDRIS and CEA, all NEMO makefiles under svn have been modified in consequence 
     14 * Be careful 
     15The version of modipsl under svn include the use of sxgmake at IDRIS and CEA, all NEMO makefiles under svn have been modified in consequence. 
    1616The main difference between cvs and svn on our point of view is that you can NOT extract NEMO in read-only mode (though http protocol) and then make commit on this version 
    1717 
    18 *How to make a commit 
     18 * How to make a commit 
    1919Extract with svn+http protocol 
    2020svn co svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/NEMO/trunk