- Timestamp:
- Sep 13, 2013, 4:54:02 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install/instal1d.sh
r1841 r1868 14 14 15 15 # Check in ~lmdz/WWW/DistribG95 which 1d version to use 16 version1d=20130 22516 version1d=20130717 17 17 modele="" 18 18 if [ "$modele" = "" ] ; then … … 83 83 cd 1dcases 84 84 85 for cas in a yotte eq_rd_cv case_e hapex92_init twpice toga rico arm_cu; do85 for cas in amma arm_cu ayotte case_e eq_rd_cv fire hapex92_init rico toga sanduref sandufast sanduslow twpice ; do 86 86 if [ -f $cas ] ; then 87 87 echo $cas existe deja … … 112 112 mv lmdz1d.e lmdz1d_L39.e 113 113 echo Compilation successfull 114 for rep in ayotte case_e eq_rd_cv hapex92_init rico toga twpice ; do 115 ln -s `pwd`/lmdz1d_L39.e ${LMDGCM}/1dcases/$rep/lmdz1d.e 114 for cas in amma ayotte case_e eq_rd_cv fire hapex92_init rico toga sanduref sandufast sanduslow twpice ; do 115 rm -f ${LMDGCM}/1dcases/$cas/lmdz1d.e 116 ln -s `pwd`/lmdz1d_L39.e ${LMDGCM}/1dcases/$cas/lmdz1d.e 116 117 done 117 118 else 118 119 echo Compilation aborted 119 stop120 exit 120 121 fi 121 122 … … 125 126 126 127 echo ==================================== 127 echo TEST CASE : case_e128 echo TEST CASE : toga' (1 month)' 128 129 echo ==================================== 129 cd ${LMDGCM}/1dcases/case_e 130 echo if the last line \"SIMULATION FINISHED\" is \"Everything is cool!\", the situation went to its end 131 cd ${LMDGCM}/1dcases/toga 130 132 ./xqt.x NPv3.1 133 \rm tmp.jnl ; touch tmp.jnl 134 rm -f var.gif 135 cat <<eod>> tmp.jnl 136 use histhf_NPv3.1.nc 137 shade/title="cas toga: cloud fraction (-)" rneb 138 frame/file=var.gif 139 eod 140 ferret <<eod 141 go tmp.jnl 142 quit 143 eod 144 display var.gif 145 rm -f tmp.jnl 146 rm -f var.gif 131 147 132 148 echo ==================================== 133 echo TEST CASE : t oga' (1 month)'149 echo TEST CASE : twpice 134 150 echo ==================================== 135 cd ${LMDGCM}/1dcases/toga 151 echo if the last line \"SIMULATION FINISHED\" is \"Everything is cool!\", the situation went to its end 152 cd ../twpice 136 153 ./xqt.x NPv3.1 154 \rm tmp.jnl ; touch tmp.jnl 155 rm -f var.gif 156 cat <<eod>> tmp.jnl 157 use histLES_NPv3.1.nc 158 shade/title="cas twpice: cloud fraction (-)" rneb 159 frame/file=var.gif 160 eod 161 ferret <<eod 162 go tmp.jnl 163 quit 164 eod 165 display var.gif 166 rm -f tmp.jnl 167 rm -f var.gif 137 168 138 169 armcu=1 139 170 if [ $armcu = 1 ] ; then 140 echo ==================================== 141 echo TEST CASE : arm_cu 142 echo ==================================== 143 cd ${LMDGCM}/1dcases/arm_cu 144 ./compile.x 145 ln -s lmdz1d_L40.e lmdz1d.e 146 ./xqt.x NPv3.1 171 echo ==================================== 172 echo TEST CASE : arm_cu 173 echo ==================================== 174 echo if the last line \"SIMULATION FINISHED\" is \"Everything is cool!\", the situation went to its end 175 cd ../arm_cu 176 ./compile.x 177 ln -s lmdz1d_L40.e lmdz1d.e 178 ./xqt.x NPv3.1 179 \rm tmp.jnl ; touch tmp.jnl 180 rm -f var.gif 181 cat <<eod>> tmp.jnl 182 use histmth_NPv3.1.nc 183 shade/title="cas arm_cu: cloud fraction (-)" rneb 184 frame/file=var.gif 185 eod 186 ferret <<eod 187 go tmp.jnl 188 quit 189 eod 190 display var.gif 191 rm -f tmp.jnl 192 rm -f var.gif 147 193 fi 148 194 149 echo if the last line \"SIMULATION FINISHED\" is \"Everything is cool!\", the situation went to its end150 151 152
Note: See TracChangeset
for help on using the changeset viewer.