Changeset 95 for models/LMDZ/serie_LMDZ.sh
- Timestamp:
- Jan 11, 2019, 9:40:57 AM (7 years ago)
- File:
-
- 1 edited
-
models/LMDZ/serie_LMDZ.sh (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
models/LMDZ/serie_LMDZ.sh
r86 r95 18 18 19 19 20 LMDZdir=/home/ho nnert/HighTune/../../LMDZtrunk20 LMDZdir=/home/hourdin/ITUNE/R91/HighTune/../../LMDZtrunk 21 21 EXPE=`pwd`/WAVE$WAVEN 22 22 … … 44 44 ARMCU/REF) lmdzcas=arm_cu ;; 45 45 BOMEX/REF) lmdzcas=bomex ;; 46 AYOTTE/24SC) lmdzcas=ayotte 24SC ;;47 AYOTTE/05WC) lmdzcas=ayotte 05WC ;;46 AYOTTE/24SC) lmdzcas=ayotte_24SC ;; 47 AYOTTE/05WC) lmdzcas=ayotte_05WC ;; 48 48 SANDU/SLOW) lmdzcas=sanduslow ;; 49 49 SANDU/REF) lmdzcas=sanduslow ;; … … 64 64 echo Case $lmdzcas does not exist on $LMDZdir/1D/RESU/${phys}L${LMAX}. Will be rerun automatically ; sleep 3 65 65 chmod +x ./run$lmdzcas.sh ; ./run$lmdzcas.sh 66 if [ ! -f RESU/${phys}L${LMAX}/$lmdzcas/ hourly_std.nc ] ; then66 if [ ! -f RESU/${phys}L${LMAX}/$lmdzcas/restartphy.nc ] ; then 67 67 echo Simulations run$cas was not successfull. 68 68 echo Ask for help … … 170 170 out=/dev/null 171 171 if [ ! -f $DATA/$sim.nc ] ; then 172 ( time ./lmdz1d.e ; time post_un $sim ; \rm -f limit* start* hist* filehf* hourl* ) > $out 2>&1 & 173 #( time ./lmdz1d.e ; time post_un $sim ) > $out 2>&1 & 172 ( time ./lmdz1d.e ; time post_un $sim ; time ../../../../OUTPUT_COMMUNS/lmdz2std.sh ; time ./diag.sh ; \rm -f limit* start* hist* filehf* ) > $out 2>&1 & 174 173 175 174 else
Note: See TracChangeset
for help on using the changeset viewer.
