Changes between Version 7 and Version 8 of Doc/Config/NEMO


Ignore:
Timestamp:
10/10/19 11:45:48 (5 years ago)
Author:
cetlod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Config/NEMO

    v7 v8  
    1010 
    1111 
    12 # 0. NEMO configurations # 
     12# 1. Description # 
    1313 
    14 The  NEMO configuration described here is an ocean-sea ice configuration based on the version 3.6 stable of NEMO (Nucleus for European Models of the Ocean), which includes three major components: the ocean physics NEMO-OPA, the sea-ice dynamics and thermodynamics NEMO-LIM3  and the ocean biogeochemistry NEMO-PISCES.  The available resolutions builded on the ORCA quasi-isotropic global tripolar grid are 2°, 1° and 1/4°.  The 1° (eORCA1)  and 1/4° (eORCA025) are extended to the south so as to better represent the contribution of Antarctic under-ice shelf seas to the Southern ocean freshwater cycle. Notice that the biogeochemical model PISCES can be run coupled online with the dynamics ( ORCA1-LIM3-PISCES for example ) or in a "stand-alone" ( ORCA2-LIM3-PISCES). This NEMO configuration has been builded to be able to perfom the OMIP6 experiments ( omip1 and omip2 protocol) 
    15  
    16  
     14The  NEMO configuration described here is an ocean-sea ice configuration based on the version 3.6 stable of NEMO (Nucleus for European Models of the Ocean), which includes three major components: the ocean physics NEMO-OPA, the sea-ice dynamics and thermodynamics NEMO-LIM3  and the ocean biogeochemistry NEMO-PISCES.  The available resolutions builded on the ORCA quasi-isotropic global tripolar grid are 2°, 1° and 1/4°.  The 1° (eORCA1)  and 1/4° (eORCA025) are extended to the south so as to better represent the contribution of Antarctic under-ice shelf seas to the Southern ocean freshwater cycle. Notice that the biogeochemical model PISCES can be run coupled online with the dynamics ( ORCA1-LIM3-PISCES for example ) or in a "stand-alone" ( ORCA2-LIM3-PISCES). This NEMO configuration has been builded to be able to perfom the OMIP6 experiments ( omip1 and omip2 protocol) ; thus some specific sources code are available through the shaconemo repository. 
    1715 
    1816To find out more about the model description and the reference configurations, go here: http://www.nemo-ocean.eu/About-NEMO. 
    1917To use and extract NEMO, you first need to register and choose a login/passwd  
    2018  
    21 # 1. Retrieving NEMO and the reference configurations # 
     19# 1. Technical details # 
    2220 
    23 XIOS is not available when getting NEMO. So first of all extract and install XIOS 2.0. This operation need to be done only once 
     21# 1. 1  The configuration on mod.def # 
    2422 
    2523{{{ 
    2624 
    27 cd $WORKDIR 
    28 svn co http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/trunk -r 932 xios-2.0 
    29 ln -s   xios-2.0   XIOS 
    30 cd XIOS  
    31 on ada :   ./make_xios --arch X64_ADA --full --prod --job 8  
    32 on curie :   ./make_xios --arch X64_CURIE --full --prod --job 8  
    33  
    34 }}} 
    35  
    36 {{{ 
    37  
    38 #-H- NEMO_v6  NEMOGCM for CMIP6 exercise 
    39 #-H- NEMO_v6  libIGCM tag libIGCM_v2.8.1 
    40 #-M- NEMO_v6  Christian.Ethe@ipsl.jussieu.fr 
    41 #-C- NEMO_v6  trunk/libIGCM                                                              1361  10 libIGCM                 . 
    42 #-C- NEMO_v6  branches/2015/nemo_v3_6_STABLE/NEMOGCM                                     6969  7   .                       modeles 
    43 #-C- NEMO_v6  trunk/ORCA1_LIM3_PISCES                                                      60  17  .              modeles/NEMOGCM/CONFIG 
    44 #-C- NEMO_v6  CONFIG/UNIFORM/v6/NEMO_v6                                                  HEAD  8   NEMO_v6                 config 
     25#-H- NEMO_v6_OMIP  NEMOGCM for CMIP6 exercise 
     26#-H- NEMO_v6_OMIP  libIGCM trunk rev 1471 
     27#-H- NEMO_v6_OMIP  XIOS branch xios-2.5 rev 1550 
     28#-M- NEMO_v6_OMIP  Christian.Ethe@ipsl.fr 
     29#-C- NEMO_v6_OMIP  trunk/libIGCM                                                                             1476  10 libIGCM         . 
     30#-C- NEMO_v6_OMIP  branches/2015/nemo_v3_6_STABLE/NEMOGCM                     9455   7  .                   modeles 
     31#-C- NEMO_v6_OMIP  trunk/ORCA1_LIM3_PISCES                                                      275     17  .                   modeles/NEMOGCM/CONFIG 
     32#-C- NEMO_v6_OMIP  trunk/eORCA025_LIM3                                                             275     17  .                   modeles/NEMOGCM/CONFIG 
     33#-C- NEMO_v6_OMIP  trunk/eORCA025_LIM3_PISCES                                               275     17  .                   modeles/NEMOGCM/CONFIG 
     34#-C- NEMO_v6_OMIP  trunk/ORCA1_OFF_PISCES                                                        275     17  .                   modeles/NEMOGCM/CONFIG 
     35#-C- NEMO_v6_OMIP  CONFIG/UNIFORM/v6/NEMO_v6                                             4716     8   NEMO_v6   config 
     36#-C- NEMO_v6_OMIP  XIOS/branchs/xios-2.5                                                             1550  12  XIOS             modeles 
    4537 
    4638}}} 
     
    5244 
    5345{{{ 
    54 #!sh 
    55 mkdir NEMO_STD 
    56 cd NEMO_STD 
     46 
     47mkdir $WORKDIR/NEMO_STD    ;     cd $WORKDIR/NEMO_STD 
    5748svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
    5849cd modipsl/util 
    59 ./model NEMO_v6 
     50 
     51./model NEMO_v6_OMIP 
     52 
    6053}}} 
    6154