Ignore:
Timestamp:
Nov 9, 2022, 3:27:12 PM (2 years ago)
Author:
musat
Message:

Ajout environnement et corrections

  • champ eva(poration) moyennes zonales
  • pour les appels a des fonctions climaf via mcdo (timavg, sqrt)

IonelaMusat?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/Multi_atlas/Utils/multi.sh

    r4317 r4330  
    11#set -vx
    22
    3 ./env_ciclad.sh
     3source ./env.sh
    44
    55local=`pwd -P`
     
    8888echo runstxt= $runstxt
    8989
     90echo qsub is $qsub
     91#exit
     92
    9093echo DODSDIR : $DODSDIR
    9194MAIN_SE=$DODSDIR/$login/lmdz/SE
     
    312315      echo Atlas $atlas a creer
    313316      if [ $qsub = 0 ] ; then
    314          ${local}/atlas/atlas.sh RUN=$sim,SEASON=$seas,PROJ=$proj,OUTDIR=$COMP_D/ATLAS,REF=$ref,VARS="$varg",RUNSTXT=$runstxt,lonmin=$lonmin,lonmax=$lonmax,latmin=$latmin,latmax=$latmax,pmin=$pmin >> $outfile
     317         echo bash ${local}/atlas/atlas.sh RUN=$sim,SEASON=$seas,PROJ=$proj,OUTDIR=$COMP_D/ATLAS,REF=$ref,VARS="$varg",RUNSTXT=$runstxt,lonmin=$lonmin,lonmax=$lonmax,latmin=$latmin,latmax=$latmax,pmin=$pmin
     318         bash ${local}/atlas/atlas.sh RUN=$sim,SEASON=$seas,PROJ=$proj,OUTDIR=$COMP_D/ATLAS,REF=$ref,VARS="$varg",RUNSTXT=$runstxt,lonmin=$lonmin,lonmax=$lonmax,latmin=$latmin,latmax=$latmax,pmin=$pmin >> $outfile
     319         if [ "$ref" != "OBS" ]; then
     320            echo bash ${local}/atlas/atlas.sh RUN=$sim,SEASON=$seas,PROJ=$proj,OUTDIR=$COMP_D/ATLAS,REF=OBS,VARS="$varg",RUNSTXT=$runstxt,lonmin=$lonmin,lonmax=$lonmax,latmin=$latmin,latmax=$latmax,pmin=$pmin
     321            bash ${local}/atlas/atlas.sh RUN=$sim,SEASON=$seas,PROJ=$proj,OUTDIR=$COMP_D/ATLAS,REF=OBS,VARS="$varg",RUNSTXT=$runstxt,lonmin=$lonmin,lonmax=$lonmax,latmin=$latmin,latmax=$latmax,pmin=$pmin >> $outfile
     322         fi
    315323      else
    316324         echo $submit -v RUN=$sim,SEASON=$seas,PROJ=$proj,OUTDIR=$COMP_D/ATLAS,REF=$ref,VARS="$varg",RUNSTXT=$runstxt,lonmin=$lonmin,lonmax=$lonmax,latmin=$latmin,latmax=$latmax,pmin=$pmin atlas.sh >> ${LOGD}/ATLAS$$ 2>&1
     
    357365      years=`echo $sim | sed -e 's/_SE_/ /' | awk ' { print $2 } '`
    358366      run=`echo $sim | sed -e 's/_SE_/ /' | awk ' { print $1 } '`
     367      echo ./make_MOY.sh "$years" YEAR "$run" GLOB
    359368      ./make_MOY.sh "$years" YEAR "$run" GLOB      >> ${LOGD}/MOY$$ 2>&1
    360369      ./make_MOY.sh "$years" YEAR "$run" ZON       >> ${LOGD}/MOY$$ 2>&1
     
    375384   ./mk_clouds_NOcalipso.sh MAM ZON        >> ${LOGD}/calipso$$ 2>&1
    376385   ./mk_clouds_NOcalipso.sh SON ZON        >> ${LOGD}/calipso$$ 2>&1
    377 
    378386   echo multi_ZONE.sh, log in ${LOGD}/Z$$
    379387   ./multi_ZONE.sh YEAR $comp ZON -runsfile $runstxt >> ${LOGD}/Z$$ 2>&1
     
    402410   cd $local/METRICS
    403411   #./metrics.sh -runsfile $runstxt $comp
     412   echo ./metrics.sh $comp > ${LOGD}/METRICS$$ 2>&1
    404413   ./metrics.sh $comp > ${LOGD}/METRICS$$ 2>&1
    405414fi
     
    533542   cd ${local}
    534543   echo ./make_html_libigcm.sh --comp $comp --runstxt $runstxt
    535    ./make_html_libigcm.sh --comp $comp --runstxt $runstxt > ${LOGD}/html$$ 2>&1
     544   bash ./make_html_libigcm.sh --comp $comp --runstxt $runstxt > ${LOGD}/html$$ 2>&1
    536545   echo log in ${LOGD}/html$$
    537    ./html_entete.sh $comp ${dataref} >> ${LOGD}/html$$ 2>&1
     546   bash ./html_entete.sh $comp ${dataref} >> ${LOGD}/html$$ 2>&1
    538547   cd ${local}/html
    539    ./make_index_html.sh ${comp} ${dataref} >> ${LOGD}/html$$ 2>&1
    540    cd $local
    541    ./html_tuning.sh  $comp           >> ${LOGD}/html$$ 2>&1
    542    ./html_tuning_min.sh  $comp       >> ${LOGD}/html$$ 2>&1
    543    ./html_accueil.sh  $comp          >> ${LOGD}/html$$ 2>&1
    544    ./html_1D.sh  $comp               >> ${LOGD}/html$$ 2>&1
    545    ./html_lma.sh $comp               >> ${LOGD}/html_LMA$$ 2>&1
    546    ./html_pcmdi.sh $comp             >> ${LOGD}/html$$ 2>&1
    547    ./html_all.sh >| $MULTIDIR/all.html
     548   bash ./make_index_html.sh ${comp} ${dataref} >> ${LOGD}/html$$ 2>&1
     549   cd $local
     550   bash ./html_tuning.sh  $comp           >> ${LOGD}/html$$ 2>&1
     551   bash ./html_tuning_min.sh  $comp       >> ${LOGD}/html$$ 2>&1
     552   bash ./html_accueil.sh  $comp          >> ${LOGD}/html$$ 2>&1
     553   bash ./html_1D.sh  $comp               >> ${LOGD}/html$$ 2>&1
     554   bash ./html_lma.sh $comp               >> ${LOGD}/html_LMA$$ 2>&1
     555   bash ./html_pcmdi.sh $comp             >> ${LOGD}/html$$ 2>&1
     556   bash ./html_all.sh >| $MULTIDIR/all.html
    548557
    549558   # html pour les métriques
Note: See TracChangeset for help on using the changeset viewer.