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.
user/flavoni/libIGCM_v3.4 (diff) – NEMO

Changes between Version 2 and Version 3 of user/flavoni/libIGCM_v3.4


Ignore:
Timestamp:
2013-03-11T11:19:59+01:00 (11 years ago)
Author:
flavoni
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user/flavoni/libIGCM_v3.4

    v2 v3  
    1010 
    1111== Quick start guide : downloading '''nemo_3_4''' == 
    12   downloading NEMO v3_4 default configuration is: [[BR]] climatological run, with bulk core forcing, focring files COREII, [[BR]] with calendar type noleap [[BR]] and ocean output frequency 1Y,1M,5D,1D, ice output frequency 5D, [[BR]] with iom_put, (with an example of iodef.xml file), [[BR]] without MONITORING, and ATLAS. 
     12  downloading NEMO v3_4 default configuration is: [[BR]]  climatological run, with bulk core forcing, focring files COREII, [[BR]]  with calendar type noleap [[BR]]  and ocean output frequency 1Y,1M,5D,1D, ice output frequency 5D, [[BR]]  with iom_put, (with an example of iodef.xml file), [[BR]]  without MONITORING, and ATLAS.  
    1313 
    14  * Create and go into working directory : [[BR]] 
     14 * Define the following alias to use SVN : [[BR]] 
     15{{{ 
     16 alias svn_ano='svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl' 
     17 
     18}}} 
     19 * Create and go into working directory : [[BR]] 
    1520{{{ 
    1621 mkdir TRY ; cd TRY 
    17 }}} 
    18  * Extract NEMOGCM : (version 3_4 or 3_4_1)[[BR]] 
    19 {{{ 
    20  svn co http://forge.ipsl.jussieu.fr/nemo/svn/tags/nemo_v3_4/NEMOGCM 
    2122 
    2223}}} 
     24 * Extract modipsl : [[BR]] 
    2325{{{ 
    24  svn co http://forge.ipsl.jussieu.fr/nemo/svn/tags/nemo_v3_4_1/NEMOGCM 
     26 svn_ano  
     27}}} 
     28 * Extract NEMOGCM :   (verify NEMOGCM definition in mod.def file)[[BR]] 
     29{{{ 
     30 cd modipsl/util  
     31 ./model NEMOGCM 
    2532}}} 
    2633 
    27  * Choose and compile configuration (for example if you run ORCA2_LIM configuration on "brodie" machine at idris) : [[BR]] 
     34 * Choose and compile configuration (for example if you run ORCA2_LIM configuration on "ada" machine at idris) : [[BR]] 
    2835{{{ 
    2936 cd NEMOGCM/CONFIG 
     
    3441 
    3542  Using ./makenemo -h to see help ( to see list of compilers availables, to see options,...) 
     43  '''NOTE''': IF YOU WANT TO COMPILE NEMO code that is not the NEMO directory, 
     44  you can put you your NEMO code into (for example) MY_NEMO and compile it in this way 
     45{{{ 
     46cp /PATH/YOUR_NEMO_DIR  NEMOGCM/MY_NEMO 
    3647 
     48}}} 
     49{{{ 
     50cd NEMOGCM/CONFIG 
     51 ./makenemo -n ORCA2_LIM -s MY_NEMO -m x3750_ADA -j0 
     52 
     53 -j0 option create only configuration directory but does not compile it 
     54}}} 
     55 
     56======== 
     57 
     58 *  
    3759 * Create PARAM directory for ORCA2_LIM configuration : [[BR]] 
    3860{{{