Ignore:
Timestamp:
Dec 31, 2024, 12:29:57 PM (5 days ago)
Author:
fhourdin
Message:

Quality control improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/creation_modipsl.sh

    r4793 r5461  
    11#!/bin/bash
    22
    3 #set -vx
     3set -vx
    44unset LANG
    55
     
    2222latest="20231102"
    2323latest="20231215"
     24latest="20240502"
     25latest="20240920"
    2426#latest=20210512 # Pour imposer de tester la convergence avec une version passee
    2527
     
    119121if [ "$latest" != "" ] ; then
    120122   cd /home/users/lmdz/WWW/RESUBENCH/$branche/gfortran
     123   echo coucou > toto
    121124   \rm -f latest
    122125   ln -s `pwd`/$latest latest
     
    142145vorig=v18 # 2023/03/09 modification ORCHIDEE pour compatibilité IOIPSL: on rajoute 360_day comme attribut
    143146vorig=v19 # 2023/03/10 IOIPSL updated to version 2.2.5
     147vorig=v20 # 2024/07/05 Changed address of ORCHIDEE svn depot
    144148
    145149modipsltar=modipsl.$vorig.tar
     
    214218   cat tmp.resu >> LISMOI.$branche
    215219   \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
    216222###
    217223### clean up of /tmp/lmdz if everything went smoothly
Note: See TracChangeset for help on using the changeset viewer.