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 – NEMO
wiki:user/flavoni/libIGCM

Version 14 (modified by flavoni, 15 years ago) (diff)

--

ParentLinkage(=)?

Using libIGCM librairie with ORCA2_LIM

A - Purposes:


  • Document the using of libIGCM for NEMO, in configuration ORCA2_LIM



B - Quick start guide:



  • Define the following alias to use SVN :
 alias svn_ano='svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl'
 alias svn_libigcm='svn co http://forge.ipsl.jussieu.fr/libigcm/svn/tags/libIGCM_v1_1 libIGCM'
 alias svn_nemoligcm='svn co http://forge.ipsl.jussieu.fr/nemo/svn/branches/libIGCM/ORCA2_LIM/IGCM00 IGCM00'
  • Create and go to the working directory :
 mkdir TRY ; cd TRY
  • Extract modipsl :
 svn_ano 
  • Extract NEMO :
 cd modipsl/util 
 ./model NEMO 

  • Extract libigcm :
 cd ../ 
 svn_libigcm

  • Extract card for NEMO for libIGCM :
 cd config/ORCA2_LIM 
 svn_nemolibigcm
  • Choosing ORCA2_LIM configuration :
 cd ../../modeles/util 
 ./fait_config ORCA2_LIM

Editing at this point modipsl/config/ORCA2_LIM/IGCM00/config.card

  • Install the makefiles and makejob :
 cd ../../util 
 ./ins_make
 ./ins_job
  • Compile :
 cd ../config/ORCA2_LIM 
 gmake
  • Submit Job :
 cd IGCM00 
 qsub Job_NL1  (on brodie.idris.fr)

C - List of possible errors :



Errors in modipsl/config/ORCA2_LIM/IGCM00/Script_Output_ JobName?

TERM = (vt100) ${HOME:-.}/.profile[14]: .bashrc: not found ksh: D--------------------------------------------------------------------==: not found you have this error:


 alias svn_ano='svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl'
 alias svn_libigcm='svn co http://forge.ipsl.jussieu.fr/libigcm/svn/tags/libIGCM_v1_1 libIGCM'
 alias svn_nemoligcm='svn co http://forge.ipsl.jussieu.fr/nemo/svn/branches/libIGCM/ORCA2_LIM/IGCM00 IGCM00'
  • Create and go to the working directory :
 mkdir TRY ; cd TRY

Attachments (1)

Download all attachments as: .zip