Changeset 5535
- Timestamp:
- Feb 12, 2025, 12:05:08 AM (5 hours ago)
- Location:
- BOL/LMDZ_Setup
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/LMDZ_Setup/main.sh
r5465 r5535 21 21 # Version of the tar file on https://lmdz.lmd.jussieu.fr/pub/src 22 22 # Last "testing" version, thoroughly checked by the LMDZ team : contains LMDZ rev 4729 (2023-10-22) 23 version="20241018.trunk" # Preferencially use a "testing" version available 24 # on https://lmdz.lmd.jussieu.fr/pub/src_archives/testing/ 23 version="20250210.trunk -unstable" # Last unstable version tested 24 version="20241018.trunk" # Preferencially use a "testing" version available 25 # on https://lmdz.lmd.jussieu.fr/pub/src_archives/testing/ 26 25 27 svn="" 26 28 # CONTACT LMDZ Team : -
BOL/LMDZ_Setup/setup.sh
r5534 r5535 1 #!/bin/bash1 !/bin/bash 2 2 # This script sets up and launches a (series of) simulation(s). 3 3 # RECOMMENDATION: use main.sh to drive it (do not run it directly) 4 4 5 5 set -eu 6 set -vx7 6 8 7 #---------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.