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 426 (modified by flavoni, 15 years ago) (diff)

--

TOC(heading=Using libIGCM library with ORCA2_LIM ,depth=2, private/libIGCM/setupsimupage, private/libIGCM/change_BC, private/libIGCM/common_account, private/libIGCM/postprocessingpage, private/libIGCM/postalreadyrunpage, private/libIGCM/parallelpage, private/libIGCM/ZNLatlaspage,private/libIGCM/common_account, private/libIGCM/tree_IGCM00, private/libIGCM/errorpage, private/libIGCM/suggestpage, private/libIGCM/resol_ORCA2, private/libIGCM/donepage, private/libIGCM/todolistpage, private/libIGCM/changepage, private/libIGCM/appendixpage )?

Using libIGCM library with ORCA2_LIM


Purposes:


  • Document the using of libIGCM for NEMO, in configuration ORCA2_LIM
  • Official documentation of libIGCM is :

http://forge.ipsl.jussieu.fr/libigcm/wiki/WikiStart



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'
    
  • Create and go into working directory :
     mkdir TRY ; cd TRY
    
  • Extract modipsl :
     svn_ano 
    
  • Extract NEMO :
     cd modipsl/util 
     ./model NEMO_IGCM 
    
  • Add key diahth :
     add key_diahth in ../config/ORCA2_LIM/scripts/BB_make.ldef
    
  • Choosing ORCA2_LIM configuration :
     cd ../modeles/UTIL
     ./fait_config ORCA2_LIM
    
  • Activate ptrcomp :
     put in ../NEMO/WORK/diaptr.F90 "LOGICAL, PUBLIC   : : ln_ptrcomp = .TRUE."
     put in modipsl/config/ORCA2_LIM/IGCM00/PARAM/namelist 
      ln_diaptr = .true. 
      ln_diaznl = .true. 
      ln_subbas = .true. 
    
  • Install the makefiles :
     cd ../../util 
     ./ins_make
    
  • Compile :
     cd ../config/ORCA2_LIM 
     gmake
    
  • Submit Job :
     ( Editing at this point modipsl/config/ORCA2_LIM/IGCM00/config.card 
       Editing at this point modipsl/config/ORCA2_LIM/IGCM00/COMP/opa9.card )
    
     ../../util/ins_job
     cd IGCM00 
     qsub Job_Name
    



Simona Flavoni last update: Timestamp?

Attachments (1)

Download all attachments as: .zip