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 1 and Version 2 of WikiStart


Ignore:
Timestamp:
2007-05-28T11:03:33+02:00 (17 years ago)
Author:
rblod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v1 v2  
     1*To use NEMO under svn, you need at  first to extact modipsl from svn : 
     2 
     3 modipsl access  
     4{{{ 
     5svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
     6}}} 
     7 
     8Then it is just the usual way (extraction of NEMO in read-only mode) : 
     9{{{ 
     10./model NEMO 
     11..... 
     12}}} 
     13 
     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 
     16The 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 
     17 
     18*How to make a commit 
     19Extract with svn+http protocol 
     20svn co svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/NEMO/trunk  
     21or  
     22svn co svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/CONFIG/trunk 
     23or  
     24svn co svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/UTIL/trunk 
     25or 
     26svn co svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/AGRIF/trunk  
     27  
     28Then in the appropriate directory  
     29export SVN_EDITOR=vi      (ksh, bash, to put in .profile or .bash_profile) 
     30or 
     31setenv SVN_EDITOR vi        (tsch, to put in .login) 
     32{{{ 
     33svn ci [ file ] 
     34}}} 
     35 
    136= Welcome to Trac 0.9.4 = 
    237