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.3 (diff) – NEMO

Changes between Version 8 and Version 9 of user/flavoni/libIGCM_v3.3


Ignore:
Timestamp:
2011-02-01T15:20:57+01:00 (13 years ago)
Author:
flavoni
Comment:

--

Legend:

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

    v8 v9  
    5858    * Create PARAM directory for ORCA2_LIM configuration : [[BR]] 
    5959{{{ 
    60  cp -R CONFIG/ORCA2_LIM/EXP00 CONFIG/ORCA2_LIM/IGCM00/PARAM 
     60 cp -R ORCA2_LIM/EXP00 ORCA2_LIM/IGCM00/PARAM 
    6161}}} 
    6262 
    6363   * Download libIGCM in EXTERNAL directory : [[BR]] 
    6464{{{ 
    65  cd EXTERNAL 
     65 cd ../EXTERNAL 
    6666 svn co http://forge.ipsl.jussieu.fr/libigcm/svn/tags/libIGCM_v1_9 libIGCM 
    6767 svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk/util 
     
    7777 * Create bin in EXTERNAL directory, and create link to nemo.exe : [[BR]] 
    7878{{{ 
    79  mkdir EXTERNAL/bin  
    80  ln -s ORCA2_LIM/BLD/bin/nemo.exe EXTERNAL/bin/opa  
     79 mkdir bin  
     80 ln -s ../CONFIG/ORCA2_LIM/BLD/bin/nemo.exe bin/opa  
    8181 (because libIGCM looks for executable in ${MODIPSL}/bin ; in our case ${MODIPSL}=EXTERNAL/) 
    8282}}} 
     
    8989   * Submit Job : [[BR]] 
    9090{{{ 
    91  ./EXTERNAL/util/ins_job 
     91 ./util/ins_job 
    9292 cd IGCM00  
    9393 qsub Job_Name