Changeset 4706 for CONFIG


Ignore:
Timestamp:
09/16/19 13:49:24 (5 years ago)
Author:
acosce
Message:

Add comments in compile_lmdzorinca.sh script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/compile_lmdzorinca.sh

    r4698 r4706  
    4545 
    4646######################################################################## 
    47 # Usage of the script compile_lmdzor.sh 
     47# Usage of the script compile_lmdzorinca.sh 
    4848# 
    4949######################################################################## 
     
    5151./compile_config [Options]  
    5252 
    53 Options: -full, -regular_latlon, -debug, -dev, -prod(default) 
    54  
    55 Example 1: Default compilation of LMDZ-ORCHIDEE with XIOS and IOIPSL 
     53Options: -full, -regular_latlon, -chimie, -clean_inca, -debug, -dev, -prod(default) 
     54 
     55Example 1: Default compilation of LMDZ-ORCHIDEE-INCA  with XIOS and IOIPSL - NMHC_AER_S / 96x95x39  
    5656./compile_lmdzorinca.sh 
    5757 
    58 Example 2: Compile in debug mode 
     58Example 2: Compilation with a chosen chemistry, for example DUSS  (default: NMHC_AER_S) 
     59./compile_lmdzorinca.sh -chimie DUSS  
     60 
     61Example 3: Compile in debug mode  - in this case you need to modify Optmode in config.card  
    5962./compile_lmdzorinca.sh -debug 
    6063 
    61 Example 3: Default compilation with full recompilation of all components 
     64Example 4: Default compilation with full recompilation of all components 
    6265./compile_lmdzorinca.sh -full 
    6366 
    64 Example 4: Compilation of LMDZ in regular lat-lon for other dimensions (default: 144x142x79)  
     67Example 5: Default compilation with recompilation of inca model only  
     68./compile_lmdzorinca.sh -clean_inca 
     69 
     70Example 6: Compilation of LMDZ in regular lat-lon for other dimensions (default: 96x95x39)  
    6571The dimension can be changed to any other 3d dimension. 
    66 ./compile_lmdzorinca.sh -regular_latlon 96x95x79 
     72./compile_lmdzorinca.sh -regular_latlon 144x142x79  
    6773 
    6874fin 
Note: See TracChangeset for help on using the changeset viewer.