Changeset 4313
- Timestamp:
- Oct 26, 2022, 5:15:59 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/Multi_atlas/install_multi_atlas.sh
r4307 r4313 28 28 # CICLAD 29 29 if [ ${hostname:0:5} = cicla ] ; then 30 echo hostname-0-5 is ${hostname:0:5} 30 31 # chemin vers le rep dods de base 31 32 DODSDIR=/thredds/ipsl 32 33 # Rep ou sont stockes les multiatlas 33 34 MULTIDIR=$DODSDIR/$login/lmdz/MultiSimu 35 if [ ! -d $MULTIDIR ] ; then mkdir -p $MULTIDIR ; fi 34 36 # Rep ou se trouve les sorties cmorizees 35 37 ROOT_SIM_DIR=$DODSDIR/$login/lmdz/SE/ORIG 36 38 ROOT_OBS_DIR=$DODSDIR/fabric/lmdz/SE/CMOR/OBS 37 if [ ! -d $MULTIDIR ] ; then mkdir -p $MULTIDIR ; fi 39 40 \rm entete.sh 38 41 # Def entete des jobs 39 42 cat <<eod >> entete.sh … … 54 57 DODSDIR=$DODSDIR 55 58 eod 56 fi57 58 59 # CLIMSERV 59 if [ ${hostname:0:5} = camel ] ; then 60 elif [ ${hostname:0:5} = camel ] ; then 61 echo hostname-0-5 is ${hostname:0:5} 60 62 DODSDIR=/thredds/ipsl 61 63 cat <<eod > entete.sh … … 75 77 76 78 # IRENE 77 if [ ${hostname:0:5} = irene ] ; then 79 elif [ ${hostname:0:5} = irene ] ; then 80 echo hostname-0-5 is ${hostname:0:5} 78 81 cat <<eod > definerep.sh 79 82 MAIN_SE= … … 101 104 submit=ccc_msub 102 105 eod 103 fi104 106 105 107 # JEAN-ZAY 106 if [ ${hostname:0:5} = jean- ] ; then 108 elif [ ${hostname:0:5} = jean- ] ; then 109 echo hostname-0-5 is ${hostname:0:5} 107 110 cat <<eod > definerep.sh 108 111 MAIN_SE= … … 172 175 \mv make_atlas.sh atlas/. 173 176 174 fi175 176 177 cp Utils/lmdz_SE0.py tmp0.py 177 178 sed -e s:ROOT_SIM_DIR:$ROOT_SIM_DIR:g tmp0.py > tmp.py
Note: See TracChangeset
for help on using the changeset viewer.