Changes between Version 18 and Version 19 of Doc/Config/LMDZORINCA


Ignore:
Timestamp:
10/10/19 11:57:14 (5 years ago)
Author:
acosce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Config/LMDZORINCA

    v18 v19  
    7676To compile LMDZORINCA_v6.2_work configuration you need to use the script compile_lmdzorinca.sh. Options to use this script are :  
    7777 
    78  * -regular_latlon : default is 96x95x39 - example to use it : ./compile_lmdzorinca.sh -regular_latlon 144x142x79  
    79  * -chimie : default is NMHC_AER_S - example to use it : ./compile_lmdzorinca.sh -chimie DUSS  
    80  * -clean_inca : active it if you want to recompile full inca model. This option will make a remove of mdoles/INCA/build/ directory. Example : ./compile_lmdzorinca.sh -clean_inca 
    81  * -full : active it you want to recompile full configuration. Example : ./compile_lmdzorinca.sh -full 
    82  * -debug, -dev, -prod(default) : choose in which mode you want to compile your configuration. Example : ./compile_lmdzorinca.sh -debug.  
    83  
     78 * '''-regular_latlon''' : default is 96x95x39  
     79 * '''-chimie''' : default is NMHC_AER_S  
     80 * '''-clean_inca''' : active it if you want to recompile full inca model. This option will make a remove of mdoles/INCA/build/ directory. 
     81 * '''-full''' : active it you want to recompile full configuration. 
     82 * '''-debug, -dev, -prod'''(default) : choose in which mode you want to compile your configuration. 
     83   
     84{{{  
     85./compile_lmdzorinca.sh -regular_latlon 144x142x79  
     86./compile_lmdzorinca.sh -chimie DUSS  
     87./compile_lmdzorinca.sh -clean_inca 
     88./compile_lmdzorinca.sh -full 
     89./compile_lmdzorinca.sh -debug 
     90./compile_lmdzorinca.sh -regular_latlon 144x142x79  -chimie AER -full 
     91}}} 
    8492 
    8593## Flags managing the INCA and ORCHIDEE activation ##