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.
IS-ENES/core2_cmip (diff) – NEMO

Changes between Initial Version and Version 1 of IS-ENES/core2_cmip


Ignore:
Timestamp:
2010-02-11T08:59:40+01:00 (14 years ago)
Author:
flavoni
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IS-ENES/core2_cmip

    v1 v1  
     1[[TOC(heading=Integrating CORE2 forcing in nemo-libigcm ,depth=2, private/core2-cmip/interpolation, private/core2-cmip/namelist, private/core2-cmip/code-nemo, private/core2-cmip/iodef.xml )]] 
     2 
     3= '''Integrating core2 forcing in nemo v3.2 / libigcm''' = 
     4[[BR]] 
     5 
     6== Purposes: == 
     7 
     8[[BR]] 
     9 
     10    * Document the using of CORE2 forcing for NEMO, in configuration ORCA2_LIM, with libIGCM  
     11 
     12 
     13    * Documentation of CORE is : 
     14     
     15http://www.sciencedirect.com/science?_ob=ArticleURL&_udi=B6VPS-4TGHNK7-1&_user=1082852&_coverDate=12%2F31%2F2009&_rdoc=1&_fmt=high&_orig=browse&_srch=doc-info%28%23toc%236214%232009%23999739998%23739137%23FLA%23display%23Volume%29&_cdi=6214&_sort=d&_docanchor=&_ct=6&_acct=C000051401&_version=1&_urlVersion=0&_userid=1082852&md5=89e823a638c6e3c91a61dac716fa3eea 
     16 
     17[[BR]] 
     18[[BR]] 
     19 
     20== Quick start guide: == 
     21 
     22 30/11/2009 at this moment when downloading NEMO_DEV default configuration is:  [[BR]] 
     23 climatological run, with bulk clio forcing, with calendar type noleap and output frequency 1Y,1M,5D,1D, with iom_put, without MONITORING, and ATLAS. 
     24  
     25 At the bottom of this page informations to switch  
     26 1. interannual run, with bulk core forcing, with calendar type noleap and output frequency 1M, with iom_put, without MONITORING, and ATLAS.[[BR]] 
     27 
     28    * Define the following alias to use SVN : [[BR]] 
     29{{{ 
     30 alias svn_ano='svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl' 
     31}}} 
     32    * Create and go into working directory : [[BR]] 
     33{{{ 
     34 mkdir TRY ; cd TRY 
     35}}} 
     36    * Extract modipsl : [[BR]] 
     37{{{ 
     38 svn_ano  
     39}}} 
     40    * Extract NEMO : [[BR]] 
     41{{{ 
     42 cd modipsl/util  
     43 ./model NEMO 
     44}}} 
     45    * Choosing ORCA2_LIM configuration : [[BR]] 
     46{{{ 
     47 cd ../modeles/UTIL 
     48 ./fait_config ORCA2_LIM 
     49}}} 
     50    * Preparing Makefile : [[BR]] 
     51{{{ 
     52 cd ../../util  
     53 ./ins_make 
     54}}} 
     55    * Compile : [[BR]] 
     56{{{ 
     57 cd ../config/ORCA2_LIM  
     58 gmake 
     59}}} 
     60    * Submit Job : [[BR]] 
     61{{{ 
     62 
     63 ( Editing at this point modipsl/config/ORCA2_LIM/IGCM00/config.card  
     64   Editing at this point modipsl/config/ORCA2_LIM/IGCM00/COMP/opa9.card ) 
     65 
     66 ../../util/ins_job 
     67 cd IGCM00  
     68 qsub Job_Name 
     69}}} 
     70 
     71'''[[Color( red, IMPORTANT REMARK: )]] [[BR]] 
     72 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.''' 
     73 
     74And also see useful remarks: [https://forge.ipsl.jussieu.fr/nemo/wiki/private/libIGCM/suggestpage] 
     75 
     76If you want to switch from climatological to interannual see: [https://forge.ipsl.jussieu.fr/nemo/wiki/private/libIGCM/change_BC] 
     77 
     78To activate iom_put see: [https://forge.ipsl.jussieu.fr/nemo/wiki/private/libIGCM/iom_put] 
     79 
     80 
     81[[BR]] 
     82[[BR]] 
     83 
     84 Simona Flavoni last update:  [[Timestamp]]