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 5 and Version 6 of user/flavoni/libIGCM_v3.4


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

--

Legend:

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

    v5 v6  
    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 
    1414 * Define the following alias to use SVN : [[BR]] 
     
    4040}}} 
    4141 
    42   Using ./makenemo -h to see help ( to see list of compilers availables, to see options,...) [[BR]] ''' [[BR]] NOTE'''  : IF YOU WANT TO COMPILE NEMO code that is not the NEMO directory, you can put you your NEMO code into (for example) MY_NEMO and compile it in this way 
     42  Using ./makenemo -h to see help ( to see list of compilers availables, to see options,...) [[BR]]  '''  [[BR]]  NOTE'''   : IF YOU WANT TO COMPILE NEMO code that is not the NEMO directory, you can put you your NEMO code into (for example) MY_NEMO and compile it in this way 
    4343{{{ 
    4444cp /PATH/YOUR_NEMO_DIR  NEMOGCM/MY_NEMO 
     
    5353}}} 
    5454 
    55  * Create PARAM directory for ORCA2_LIM configuration : 
    56  *  
    57 {{{ 
    58  cp -R ORCA2_LIM/EXP00 ORCA2_LIM/IGCM00/PARAM 
    59 }}} 
    60  
    61  * Create bin in EXTERNAL directory, and create link to nemo.exe : 
     55 * Copy executable nemo.exe in modipsl :  
    6256 
    6357 *  
    6458{{{ 
    65  mkdir bin  
    66  cd bin  
    67  ln -s ../../CONFIG/ORCA2_LIM/BLD/bin/nemo.exe nemo.exe 
    68  (because libIGCM looks for executable in ${MODIPSL}/bin ; in our case ${MODIPSL}=EXTERNAL/) 
     59ln -s ORCA2_LIM/BLD/bin/nemo.exe ../../../bin/nemo.exe 
    6960}}} 
    7061 
     
    7566 ./util/ins_job 
    7667 cd ../CONFIG/ORCA2_LIM/IGCM00  
    77  qsub Job_Name 
     68 llsubmit Job_Name 
    7869}}} 
    7970