Changes between Version 9 and Version 10 of Doc/Config/NEMO


Ignore:
Timestamp:
10/10/19 12:15:33 (5 years ago)
Author:
cetlod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Config/NEMO

    v9 v10  
    5757 
    5858 * ORCA2_LIM3_PISCES : the fully coupled global ocean on 2° horizontal grid and 31 vertical levels, with 10 levels in the top 100m 
     59     gmake ORCA2LIM3PISCES 
    5960 * ORCA2_OFF_PISCES  :  stand-alone PISCES biogeochemical model on ORCA2 - dynamical fields are pre-calculated and read with specific time frequency 
    6061 * ORCA1_LIM3_PISCES :  the fully coupled global ocean on 1° horizontal grid, extended to the south and 75 vertical levels ( from 1~m at the surface to 10~m at 100~m depth, and reaches 200~m at the bottom) 
     
    6667### Compiling and installing ### 
    6768 
    68  
    69 Compiling NEMOGCM : config ORCA1_LIM3_PISCES on ADA/CURIE 
     69To compile each pre-builded configuration  
    7070 
    7171{{{ 
    72 #!sh 
    73 cd modipsl/modeles/NEMOGCM/CONFIG 
    74 ./makenemo -h  all   # help to see the options and the available arch 
    75 }}} 
    7672 
    77 Available compilers at CNRS : 
    78  * ALTIX_JADE           :  ifort compiler options for CINES SGI-ALTIX Jade, http://www.cines.fr/spip.php?rubrique291 
    79  * BG_BABEL             :  babel IBM !BlueGene/P at french IDRIS, http://www.idris.fr/su/Scalaire/babel 
    80  * X64_ADA               :  Ada  IBM x3750 at french IDRIS, http://www.idris.fr/ada/ada-hw-ada.html 
    81  * TX7_ULAM             :  ulam IBM X3950 M2 at french IDRIS, http://www.idris.fr/su/Scalaire/ulam/hw-ulam.html 
    82  * X64_CURIE            :  Curie BULL at french TGCC, http://www-hpc.cea.fr/en/complexe/tgcc-curie.htm 
    83  * X64_TITANE           :  titane BULL at french CCRT, http://www-ccrt.cea.fr/fr/moyen_de_calcul/titane.htm 
    84  * X86_CESIUM           :  cesium pre/post processing HP at french CCRT, doesn't exist anymore. 
     73 cd ../modipsl/config 
     74 
     75 -  ORCA2_LIM3_PISCES :  
     76 -  ORCA2_OFF_PISCES  :   
     77 -  ORCA1_LIM3_PISCES : 
     78 -  ORCA1_LIM3_PISCES : 
     79 -  ORCA1_OFF_PISCES  :  
     80 -  ORCA025_LIM3 :   
     81 -  ORCA025_LIM3_PISCES :  
    8582 
    8683{{{