Changeset 6173 for BOL/script_install/check_version.sh
- Timestamp:
- Apr 17, 2026, 4:51:07 PM (2 weeks ago)
- File:
-
- 1 edited
-
BOL/script_install/check_version.sh (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install/check_version.sh
r5461 r6173 133 133 # \rm -f install_lmdz.sh ; $get/pub/install_lmdz.sh ; chmod +x install_lmdz.sh 134 134 # Le temps de confirmer la bascule 135 \rm -f install_lmdz.sh ; $get/pub/install_lmdz_old.sh ; \mv install_lmdz_old.sh install_lmdz.sh ; chmod +x install_lmdz.sh 135 # \rm -f install_lmdz.sh ; $get/pub/script_install/install_lmdz_old.sh ; \mv install_lmdz_old.sh install_lmdz.sh ; chmod +x install_lmdz.sh 136 \rm -f install_lmdz.sh ; $get/BOL/script_install/install_lmdz_old.sh ; \mv install_lmdz_old.sh install_lmdz.sh ; chmod +x install_lmdz.sh 136 137 # On install sans les bench pour que les benchs soient faits à la main 137 138 # ./install_lmdz.sh -v $version $opt_svn -d $resolution -SCM -parallel $parallel -veget CMIP6 … … 217 218 \cp -f gcm.install gcm.e 218 219 suf=NPv6.0.14splith 220 suf=NPv6.5 219 221 sed -e 's/VEGET=y/VEGET=n/' config.def_oraer > config.def 220 222 if [ -f physiq.def_$suf ] ; then \cp -f physiq.def_$suf physiq.def ; fi … … 431 433 noc: runs but no convergence 432 434 OK <=> SNDUI 435 436 Description of LMDZ quality control runs can be found here: 437 438 https://lmdz.lmd.jussieu.fr/le-coin-des-developpeurs/controle-qualite 439 440 with a link to the LMDZPedia HowTo on how to debug it 441 442 https://lmdz-forge.lmd.jussieu.fr/mediawiki/LMDZPedia/index.php/HowTo:_debug_the_quality_control 443 433 444 eod 434 445 … … 451 462 \rm -rf $tmpdir/LMDZ$version 452 463 fi 453 grep -q 'OK SNDUx OK2 OK' tmp.resu464 grep -q 'OK OKx OK2 OK' tmp.resu 454 465 RET=$? 455 466 if [ ${RET} -eq 0 ] ; then … … 459 470 \rm -rf $tmpdir/LMDZ$version 460 471 fi 472 grep -q 'OK SNDU- OK2 OK' tmp.resu 473 RET=$? 474 if [ ${RET} -eq 0 ] ; then 475 echo "Quality control checks out for version $version" 476 echo "We cleanup $tmpdir/LMDZ$version" 477 echo "\rm -rf $tmpdir/LMDZ$version" 478 \rm -rf $tmpdir/LMDZ$version 479 fi
Note: See TracChangeset
for help on using the changeset viewer.
