Changeset 2033
- Timestamp:
- May 2, 2014, 10:57:57 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install/instal1d.sh
r1876 r2033 13 13 ############################################################################### 14 14 15 PATH=~/bin:$PATH 16 17 armcu=1 18 toga=1 19 twpice=1 20 15 21 # Check in ~lmdz/WWW/DistribG95 which 1d version to use 16 version1d=201 3071722 version1d=20140122 17 23 modele="" 18 24 if [ "$modele" = "" ] ; then … … 108 114 cd ${LMDlibf}/.. 109 115 \rm -f makefile 110 ./make gcm-d 39 -p 1d lmdz1d116 ./makelmdz -d 39 -p 1d lmdz1d 111 117 if [ -f lmdz1d.e ] ; then 112 118 mv lmdz1d.e lmdz1d_L39.e … … 125 131 echo '#########################################################################' 126 132 133 if [ $toga = 1 ] ; then 127 134 echo ==================================== 128 135 echo TEST CASE : toga' (1 month)' … … 142 149 quit 143 150 eod 144 display var.gif 151 display var.gif :& 145 152 rm -f tmp.jnl 146 153 rm -f var.gif 147 154 cd .. 155 fi 156 157 if [ $twpice = 1 ] ; then 148 158 echo ==================================== 149 159 echo TEST CASE : twpice 150 160 echo ==================================== 151 161 echo if the last line \"SIMULATION FINISHED\" is \"Everything is cool!\", the situation went to its end 152 cd ../twpice162 cd twpice 153 163 ./xqt.x NPv3.1 154 164 \rm tmp.jnl ; touch tmp.jnl 155 165 rm -f var.gif 156 166 cat <<eod>> tmp.jnl 157 use hist LES_NPv3.1.nc167 use histhf_NPv3.1.nc 158 168 shade/title="cas twpice: cloud fraction (-)" rneb 159 169 frame/file=var.gif … … 163 173 quit 164 174 eod 165 display var.gif175 display -remote var.gif :& 166 176 rm -f tmp.jnl 167 177 rm -f var.gif 168 169 armcu=1 178 cd .. 179 fi 180 170 181 if [ $armcu = 1 ] ; then 171 182 echo ==================================== … … 173 184 echo ==================================== 174 185 echo if the last line \"SIMULATION FINISHED\" is \"Everything is cool!\", the situation went to its end 175 cd ../arm_cu186 cd arm_cu 176 187 ./compile.x 177 ln -s lmdz1d _L40.e lmdz1d.e188 ln -s lmdz1d.e lmdz1d_L40.e 178 189 ./xqt.x NPv3.1 179 190 \rm tmp.jnl ; touch tmp.jnl 180 191 rm -f var.gif 181 192 cat <<eod>> tmp.jnl 182 use hist mth_NPv3.1.nc193 use histhf_NPv3.1.nc 183 194 shade/title="cas arm_cu: cloud fraction (-)" rneb 184 195 frame/file=var.gif … … 188 199 quit 189 200 eod 190 display var.gif201 display -remote var.gif :& 191 202 rm -f tmp.jnl 192 203 rm -f var.gif 193 fi 194 204 cd .. 205 fi 206
Note: See TracChangeset
for help on using the changeset viewer.