- Timestamp:
- Apr 4, 2025, 4:56:39 PM (3 months ago)
- Location:
- BOL/LMDZ_Setup
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/LMDZ_Setup/main.sh
r5564 r5604 20 20 #=========================================================== 21 21 22 # Version of the tar file on https://lmdz.lmd.jussieu.fr/pub/src 23 # Last "testing" version, thoroughly checked by the LMDZ team : contains LMDZ rev 4729 (2023-10-22) 24 version="20250210.trunk -unstable" # Last unstable version tested 25 version="20241018.trunk" # Preferencially use a "testing" version available 26 # on https://lmdz.lmd.jussieu.fr/pub/src_archives/testing/ 22 # Available version : 23 # ------------------- 24 # on https://lmdz.lmd.jussieu.fr/pub/src_archives/testing/ 25 # version="20250210.trunk -unstable" if using an unstable version (expert) 26 version="20241018.trunk" 27 version="20250327.trunk" 27 28 28 29 svn="" -
BOL/LMDZ_Setup/setup.sh
r5587 r5604 213 213 # omp=2 for veget=CMIP6+XIOS beacause of a bug in ORCHIDEE/src_xml/xios_orchidee.f90 214 214 ###################################################################### 215 (( mpi = ( jm + 1 )/ 2 ))215 (( mpi = jm / 2 )) 216 216 omp=8 217 217 if [[ $aerosols = "spla" ]]; then omp=1; fi
Note: See TracChangeset
for help on using the changeset viewer.