Changeset 5376
- Timestamp:
- Dec 4, 2024, 2:43:13 PM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/LMDZ_Setup_amaury/main.sh
r5030 r5376 26 26 # Version of the tar file on https://lmdz.lmd.jussieu.fr/pub/src 27 27 # Last "testing" version, thoroughly checked by the LMDZ team : contains LMDZ rev 4729 (2023-10-22) 28 version="2024 0508.CM7" #!! DON'T CHANGE IT WITHOUT CHECKING WITH LMDZ TEAM !!28 version="20241018.trunk" #!! DON'T CHANGE IT WITHOUT CHECKING WITH LMDZ TEAM !! 29 29 svn="" #!! DON'T CHANGE IT WITHOUT CHECKING WITH LMDZ TEAM !! 30 30 # CONTACT LMDZ Team : … … 114 114 # Remember: some other options are only available in lmdz_env.sh and setup.sh. 115 115 # shellcheck disable=SC2086 116 ./setup.sh -v "$version" -d "$resol" -mthini "$mthini" -mthend "$mthend" -init "$init" -climato "$climato" -f "$freq" -p "$lmd_phys" -name "$name" $cosp $xios $nudging $svn116 ./setup.sh -v "$version" -d "$resol" -mthini "$mthini" -mthend "$mthend" -init "$init" -climato "$climato" -f "$freq" -p "$lmd_phys" -name "$name" $cosp $xios $nudging -r "$svn" 117 117 else 118 118 echo "File $deffile inexistent"; exit 1
Note: See TracChangeset
for help on using the changeset viewer.