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 26 and Version 27 of user/flavoni/libIGCM_v3.3


Ignore:
Timestamp:
2011-03-24T16:35:42+01:00 (13 years ago)
Author:
flavoni
Comment:

--

Legend:

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

    v26 v27  
    7878{{{ 
    7979 mkdir bin  
    80  ln -s ../CONFIG/ORCA2_LIM/BLD/bin/nemo.exe bin/nemo.exe 
     80 cd bin  
     81 ln -s ../../CONFIG/ORCA2_LIM/BLD/bin/nemo.exe nemo.exe 
    8182 (because libIGCM looks for executable in ${MODIPSL}/bin ; in our case ${MODIPSL}=EXTERNAL/) 
    8283}}}