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

TOC(user/flavoni/libIGCM*, heading=Using libIGCM library with ORCA2_LIM ,depth=1)?

Using libIGCM library with ORCA2_LIM

Purposes

  • Document the using of libigcm for NEMO till version tag 3_2_2, in configuration ORCA2_LIM
  • Official documentation of libigcm is :

igcmgdoc:wiki/Doc

Quick start guide

21/04/2010 in this moment when downloading NEMO default configuration is:
nemo tag version 3_2
climatological run, with bulk clio forcing,
with calendar type noleap
and ocean output frequency 1Y,1M,5D,1D, ice output frequency 5D,
with iom_put, (with an example of iodef.xml file),
without MONITORING, and ATLAS.

At the bottom of this page informations to switch

  1. interannual run, with bulk core forcing, with calendar type noleap and output frequency 1M, with iom_put, without MONITORING, and ATLAS.
  • 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
    
  • Choosing ORCA2_LIM configuration :
     cd ../modeles/UTIL
     ./fait_config ORCA2_LIM
    

For a multi-processor run see : parallelpage
For a mono-processor run you an follow

  • Preparing Makefile :
     cd ../../util 
     ./ins_make
    
  • Compile :
     cd ../config/ORCA2_LIM 
     gmake
    

Editing at this point modipsl/config/ORCA2_LIM/IGCM00/config.card
Editing at this point modipsl/config/ORCA2_LIM/IGCM00/COMP/opa9.card
see : setupsimupage

  • Submit Job :
     ../../util/ins_job
     cd IGCM00 
     qsub Job_Name
    

Color( red, IMPORTANT REMARK: )?

To reduce computing time, if you don't use the ATLAS, you can put in namelist : ln_mskland=.false. , because it is very expensive in term of computational time. '

And also see useful remarks: suggestpage

If you want to switch from climatological to interannual see: change_BC

To activate iom_put see: iom_put

Simona Flavoni last update: Wikinfo(changed_by)? at Wikinfo(changed_ts)?

Last modified 6 years ago Last modified on 2018-09-11T17:16:27+02:00

Attachments (1)

Download all attachments as: .zip