Ignore:
Timestamp:
Jan 11, 2019, 9:40:57 AM (7 years ago)
Author:
htune
Message:

New csv metrics comuted in R script called by bash scripts :
1/ height of clouds :
zhneb : effective height = int ( neb z dz ) / int (z dz)
maximum and minimum haight : nebzmin and nebzmax
maximum nebulosity on the vertical : nebmax
liquid water path : lwp
2/ Aytheta : Ayotte metrics, int min [ theta -theta (t=0 ),0] dz / int dz

can be extended to other variables automatically

Fredho

File:
1 edited

Legend:

Unmodified
Added
Removed
  • models/LMDZ/serie_LMDZ.sh

    r86 r95  
    1818
    1919
    20 LMDZdir=/home/honnert/HighTune/../../LMDZtrunk
     20LMDZdir=/home/hourdin/ITUNE/R91/HighTune/../../LMDZtrunk
    2121EXPE=`pwd`/WAVE$WAVEN
    2222
     
    4444        ARMCU/REF) lmdzcas=arm_cu ;;
    4545        BOMEX/REF) lmdzcas=bomex ;;
    46         AYOTTE/24SC) lmdzcas=ayotte24SC ;;
    47         AYOTTE/05WC) lmdzcas=ayotte05WC ;;
     46        AYOTTE/24SC) lmdzcas=ayotte_24SC ;;
     47        AYOTTE/05WC) lmdzcas=ayotte_05WC ;;
    4848        SANDU/SLOW) lmdzcas=sanduslow ;;
    4949        SANDU/REF) lmdzcas=sanduslow ;;
     
    6464    echo Case $lmdzcas does not exist on $LMDZdir/1D/RESU/${phys}L${LMAX}. Will be rerun automatically ; sleep 3
    6565    chmod +x ./run$lmdzcas.sh ;  ./run$lmdzcas.sh
    66     if [ ! -f RESU/${phys}L${LMAX}/$lmdzcas/hourly_std.nc ] ; then
     66    if [ ! -f RESU/${phys}L${LMAX}/$lmdzcas/restartphy.nc ] ; then
    6767       echo Simulations run$cas was not successfull.
    6868       echo Ask for help
     
    170170   out=/dev/null
    171171   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 &
    174173
    175174   else
Note: See TracChangeset for help on using the changeset viewer.