Changeset 3737 for BOL/Multi_atlas/atlas
- Timestamp:
- Jun 29, 2020, 5:04:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/Multi_atlas/atlas/atlas.sh
r3701 r3737 14 14 login=aidelkad 15 15 DODSDIR=/prodigfs/ipslfs/dods 16 hostname=`hostname` 16 #PBS -N atlas 17 #PBS -m a 18 #PBS -j oe 19 #PBS -q h12 20 #PBS -o atlasNOMSIMULATION.out 21 #PBS -S /bin/bash 22 #PBS -l nodes=1:ppn=1 23 #PBS -l mem=30gb 24 #PBS -l vmem=30gb 25 # 26 # Commande pour soumettre en bash 27 submit=qsub 28 29 login=aidelkad 30 DODSDIR=/modfs/ipslfs/dods 31 #PBS -N atlas 32 #PBS -m a 33 #PBS -j oe 34 #PBS -q h12 35 #PBS -o atlasNOMSIMULATION.out 36 #PBS -S /bin/bash 37 #PBS -l nodes=1:ppn=1 38 #PBS -l mem=30gb 39 #PBS -l vmem=30gb 40 # 41 # Commande pour soumettre en bash 42 submit=qsub 43 44 login=aidelkad 45 DODSDIR=/modfs/ipslfs/dods 46 #PBS -N atlas 47 #PBS -m a 48 #PBS -j oe 49 #PBS -q h12 50 #PBS -o atlasNOMSIMULATION.out 51 #PBS -S /bin/bash 52 #PBS -l nodes=1:ppn=1 53 #PBS -l mem=30gb 54 #PBS -l vmem=30gb 55 # 56 # Commande pour soumettre en bash 57 submit=qsub 58 59 login=aidelkad 60 DODSDIR=/modfs/ipslfs/dods 61 #PBS -N atlas 62 #PBS -m a 63 #PBS -j oe 64 #PBS -q h12 65 #PBS -o atlasNOMSIMULATION.out 66 #PBS -S /bin/bash 67 #PBS -l nodes=1:ppn=1 68 #PBS -l mem=30gb 69 #PBS -l vmem=30gb 70 # 71 # Commande pour soumettre en bash 72 submit=qsub 73 74 login=aidelkad 75 DODSDIR=/modfs/ipslfs/dods 76 #PBS -N atlas 77 #PBS -m a 78 #PBS -j oe 79 #PBS -q h12 80 #PBS -o atlasNOMSIMULATION.out 81 #PBS -S /bin/bash 82 #PBS -l nodes=1:ppn=1 83 #PBS -l mem=30gb 84 #PBS -l vmem=30gb 85 # 86 # Commande pour soumettre en bash 87 submit=qsub 88 89 login=aidelkad 90 DODSDIR=/modfs/ipslfs/dods 91 #PBS -N atlas 92 #PBS -m a 93 #PBS -j oe 94 #PBS -q h12 95 #PBS -o atlasNOMSIMULATION.out 96 #PBS -S /bin/bash 97 #PBS -l nodes=1:ppn=1 98 #PBS -l mem=30gb 99 #PBS -l vmem=30gb 100 # 101 # Commande pour soumettre en bash 102 submit=qsub 103 104 login=aidelkad 105 DODSDIR=/modfs/ipslfs/dods 106 #PBS -N atlas 107 #PBS -m a 108 #PBS -j oe 109 #PBS -q h12 110 #PBS -o atlasNOMSIMULATION.out 111 #PBS -S /bin/bash 112 #PBS -l nodes=1:ppn=1 113 #PBS -l mem=30gb 114 #PBS -l vmem=30gb 115 # 116 # Commande pour soumettre en bash 117 submit=qsub 118 119 login=aidelkad 120 DODSDIR=/modfs/ipslfs/dods 121 #PBS -N atlas 122 #PBS -m a 123 #PBS -j oe 124 #PBS -q h12 125 #PBS -o atlasNOMSIMULATION.out 126 #PBS -S /bin/bash 127 #PBS -l nodes=1:ppn=1 128 #PBS -l mem=30gb 129 #PBS -l vmem=30gb 130 # 131 # Commande pour soumettre en bash 132 submit=qsub 133 134 login=aidelkad 135 DODSDIR=/modfs/ipslfs/dods 17 136 # Definitions en fonction de la machine 18 137 # CICLAD 138 hostname=`hostname` 19 139 if [ ${hostname:0:5} = cicla ] ; then 20 140 ######################################################################################################## … … 31 151 MULTIDIR=$DODSDIR/$login/lmdz/MultiSimu 32 152 DIRATLAS=$DODSDIR/$login/lmdz/atlas 153 ######################################################################################################## 33 154 ATLAS_DIR=$DODSDIR/$login/lmdz/atlas/Atlas$$ 34 155 if [ ! -d $DODSDIR/$login/lmdz/atlas/Atlas$$ ] ; then mkdir -p $DODSDIR/$login/lmdz/atlas/Atlas$$ ; fi 35 ##########################################################################################################36 156 fi 37 157 local=`pwd -P` … … 149 269 ls -lrt | tail 150 270 # A ADAPTER en fonction de la machine 151 sed -e "s:/ prodigfs/ipslfs/dods/:/thredds/fileServer/IPSLFS/:g" tmp$$.$passage >| $htmlopt271 sed -e "s:/modfs/ipslfs/dods/:/thredds/fileServer/IPSLFS/:g" tmp$$.$passage >| $htmlopt 152 272 \cp -f $htmlopt $OUT_D/ 153 PathHtml=`echo $OUT_D/$htmlopt | sed -e 's:/ prodigfs/ipslfs/dods/:http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:'`273 PathHtml=`echo $OUT_D/$htmlopt | sed -e 's:/modfs/ipslfs/dods/:http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:'` 154 274 echo NOUVEL ATLAS DISPONIBLE SUR $PathHtml | tee >> atlas.sh.log 155 275 echo NOUVEL ATLAS DISPONIBLE SUR $PathHtml
Note: See TracChangeset
for help on using the changeset viewer.