Changeset 6856 for CONFIG/UNIFORM/v7/IPSLCM7/compile_ipslcm7.sh
- Timestamp:
- 05/27/24 14:24:56 (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v7/IPSLCM7/compile_ipslcm7.sh
r6840 r6856 14 14 #### Set default options 15 15 # Activate compilation of LMDZ for regular latlon grid without DYNAMICO 16 regular_latlon= y16 regular_latlon=n 17 17 # Atmospheric resolution for regular grid for LMDZ/ORCHIDEE, if regular_latlon=y 18 18 resol_atm=144x142x79 … … 84 84 [-full] Full recompilation of all components. This option can be added to all other options. 85 85 [-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. 88 88 [-resol_atm XXXxYYYxZZ] Define which regular grid to compile. A default grid is set if this option is not used. 89 89 [-debug / -dev / -prod] Level of optimization. One of these can be added to all other compile options. Default: -prod. … … 111 111 ./compile_ipslcm7.sh -resol_atm 144x142x95 112 112 113 Example 5: Compilation without regular grid (only icosaedric grid)114 ./compile_ipslcm7.sh -regular_latlon no113 Example 4b: Add compilation of LMDZ in regular grid with default resolution. 114 ./compile_ipslcm7.sh -regular_latlon yes 115 115 116 116 Example 5: Compilation of ORCHIDEE_4 version
Note: See TracChangeset
for help on using the changeset viewer.