Changeset 6173


Ignore:
Timestamp:
Apr 17, 2026, 4:51:07 PM (2 weeks ago)
Author:
Laurent Fairhead
Message:

Change of physiq version and change in the success message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/check_version.sh

    r5461 r6173  
    133133#   \rm -f install_lmdz.sh ; $get/pub/install_lmdz.sh ; chmod +x install_lmdz.sh
    134134# 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
    136137   # On install sans les bench pour que les benchs soient faits à la main
    137138   # ./install_lmdz.sh -v $version $opt_svn -d $resolution -SCM -parallel $parallel -veget CMIP6
     
    217218      \cp -f gcm.install gcm.e
    218219      suf=NPv6.0.14splith
     220      suf=NPv6.5
    219221      sed -e 's/VEGET=y/VEGET=n/' config.def_oraer > config.def
    220222      if [ -f physiq.def_$suf ] ; then \cp -f physiq.def_$suf physiq.def ; fi
     
    431433noc: runs but no convergence
    432434OK <=> SNDUI
     435
     436Description of LMDZ quality control runs can be found here:
     437
     438https://lmdz.lmd.jussieu.fr/le-coin-des-developpeurs/controle-qualite
     439
     440with a link to the LMDZPedia HowTo on how to debug it
     441
     442https://lmdz-forge.lmd.jussieu.fr/mediawiki/LMDZPedia/index.php/HowTo:_debug_the_quality_control
     443
    433444eod
    434445
     
    451462  \rm -rf $tmpdir/LMDZ$version
    452463fi
    453 grep -q 'OK     SNDUx   OK2     OK' tmp.resu
     464grep -q 'OK     OKx     OK2     OK' tmp.resu
    454465RET=$?
    455466if [ ${RET} -eq 0 ] ; then
     
    459470  \rm -rf $tmpdir/LMDZ$version
    460471fi
     472grep -q 'OK     SNDU-   OK2     OK' tmp.resu
     473RET=$?
     474if [ ${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
     479fi
Note: See TracChangeset for help on using the changeset viewer.