Changeset 6856


Ignore:
Timestamp:
05/27/24 14:24:56 (5 weeks ago)
Author:
jgipsl
Message:

Switch off default compilation of regular grid.
When compiling the full configuration or a subconfiguration containing DYNAMICO, only compilation for icosahedric grid is done by default but in addtion the regular latlon grid can be added by adding -regular_latlon yes as argument to the compilation.

Location:
CONFIG/UNIFORM/v7/IPSLCM7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/IPSLCM7/compile_ipslcm7.sh

    r6840 r6856  
    1414#### Set default options 
    1515# Activate compilation of LMDZ for regular latlon grid without DYNAMICO 
    16 regular_latlon=y 
     16regular_latlon=n 
    1717# Atmospheric resolution for regular grid for LMDZ/ORCHIDEE, if regular_latlon=y 
    1818resol_atm=144x142x79 
     
    8484[-full] Full recompilation of all components. This option can be added to all other options. 
    8585[-cleannemo] Full recompilation of NEMO component only. 
    86 [-regular_latlon yes/no] Activate or deactivate compilation of LMDZ dynamics for regular latlon grid.  
    87                          Default resol_atm size is used. This option is set in addition to the compilation of the icosahedric grid.  
     86[-regular_latlon yes/y/no/n] Activate or deactivate compilation of LMDZ dynamics for regular latlon grid.  
     87                             Default resol_atm size is used. This option is set in addition to the compilation of the icosahedric grid.  
    8888[-resol_atm XXXxYYYxZZ] Define which regular grid to compile. A default grid is set if this option is not used. 
    8989[-debug / -dev / -prod] Level of optimization. One of these can be added to all other compile options. Default: -prod. 
     
    111111./compile_ipslcm7.sh -resol_atm 144x142x95 
    112112 
    113 Example 5: Compilation without regular grid (only icosaedric grid) 
    114 ./compile_ipslcm7.sh -regular_latlon no 
     113Example 4b: Add compilation of LMDZ in regular grid with default resolution.  
     114./compile_ipslcm7.sh -regular_latlon yes 
    115115 
    116116Example 5: Compilation of ORCHIDEE_4 version 
  • CONFIG/UNIFORM/v7/IPSLCM7/define_config.sh

    r6727 r6856  
    3030else 
    3131    compdyna=n 
     32    regular_latlon=y 
    3233fi 
    3334 
     
    134135        echo "Compile using argument '-regular_latlon' no or '-regular_latlon yes'"  
    135136        echo "Exit now" 
     137        exit 
    136138fi 
    137139 
Note: See TracChangeset for help on using the changeset viewer.