Changeset 5461 for BOL/script_install/creation_modipsl.sh
- Timestamp:
- Dec 31, 2024, 12:29:57 PM (5 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install/creation_modipsl.sh
r4793 r5461 1 1 #!/bin/bash 2 2 3 #set -vx3 set -vx 4 4 unset LANG 5 5 … … 22 22 latest="20231102" 23 23 latest="20231215" 24 latest="20240502" 25 latest="20240920" 24 26 #latest=20210512 # Pour imposer de tester la convergence avec une version passee 25 27 … … 119 121 if [ "$latest" != "" ] ; then 120 122 cd /home/users/lmdz/WWW/RESUBENCH/$branche/gfortran 123 echo coucou > toto 121 124 \rm -f latest 122 125 ln -s `pwd`/$latest latest … … 142 145 vorig=v18 # 2023/03/09 modification ORCHIDEE pour compatibilité IOIPSL: on rajoute 360_day comme attribut 143 146 vorig=v19 # 2023/03/10 IOIPSL updated to version 2.2.5 147 vorig=v20 # 2024/07/05 Changed address of ORCHIDEE svn depot 144 148 145 149 modipsltar=modipsl.$vorig.tar … … 214 218 cat tmp.resu >> LISMOI.$branche 215 219 \cp -f LISMOI.trunk ../pub/src_archives/Readme 220 # essai nouvelle version install 221 ./check_version-ablf.sh -justcheck $version >| WORK/check_ablf.out.$version 2>&1 216 222 ### 217 223 ### clean up of /tmp/lmdz if everything went smoothly
Note: See TracChangeset
for help on using the changeset viewer.