Changeset 3915 for BOL/Multi_atlas/Utils


Ignore:
Timestamp:
May 26, 2021, 4:56:17 PM (4 years ago)
Author:
musat
Message:

Corrections pour la realisation et l'acceleration des cartes des multi-atlas
IM

Location:
BOL/Multi_atlas/Utils
Files:
2 edited

Legend:

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

    r3885 r3915  
    136136   #if [ ! -f "$html"  -o "`wc -l $html | awk ' { print $1 } '`" = "0" ] ; then
    137137   if [ ! -f "$htmlopt"  -o "`wc -l $htmlopt | awk ' { print $1 } '`" = "0" ] ; then
    138       echo ECHEC ATLAS : $html inexistant ou vide | tee >>  atlas.sh.log
    139       echo ECHEC ATLAS : $html inexistant ou vide
     138      echo ECHEC ATLAS : $htmlopt inexistant ou vide | tee >>  atlas.sh.log
     139      echo ECHEC ATLAS : $htmlopt inexistant ou vide
    140140   else
    141141      #echo cp -f $html tmp$$.$passage
  • BOL/Multi_atlas/Utils/multi.sh

    r3885 r3915  
    1414html=1
    1515atlas=1
     16newatlas=1
    1617atlas_cesmep=0
    1718get=0
     
    126127echo listrunss= $listrunss
    127128echo listrune= $listrune
    128 ls -lrt $MAIN_SE/ORIG
    129 #listsimss="" ; for ss in `awk ' {print $1"_"$2 } ' $DEF_FILE`    ; do listsimss="$listsimss $ss" ; done
     129echo ================================================================
     130echo la commande suivante
     131echo ls -lrt $MAIN_SE/ORIG
     132echo peut prendre beaucoup de temps lorsque
     133echo l acces aux espaces du CCRT et/ou de l IDRIS thredds est lent ou si
     134echo les espaces /thredds/tgcc et/ou /thredds/idris ne sont pas montes sur ciclad.
     135echo On ne l utilise plus !!!
     136echo ================================================================
     137###ls -lrt $MAIN_SE/ORIG
    130138
    131139ns=0
     
    150158echo SIMULATIONS: $listsims
    151159
     160RUNS=""
     161RUNS=`awk ' {print $1"_"$2 } ' $DEF_FILE`
     162echo $RUNS
     163echo listrunss=$RUNS
     164
    152165echo '########################################################################'
    153166echo  1/ Rapatriement des simulations manquantes
     
    204217
    205218if [ $atlas = 1 ] ; then
     219if [ $newatlas = 1 ]; then
     220sed -e 's/COMPAR/'${comp}'/' ${local}/atlas/make_atlas.sh > ${local}/atlas/make_atlas_${comp}.sh
     221$submit -v COMP=${comp},DATAREF=${dataref} ${local}/atlas/make_atlas_${comp}.sh
     222
     223else
     224
    206225for sim in $listsimss ; do
    207226   il=1
     
    249268#   exit
    250269fi
    251 fi
     270
     271fi #newatlas
     272fi #atlas
    252273
    253274# atlas_cesmep : cles pour activer les nouveau atlas (C-ESM-EP)
     
    390411   ./make_html_libigcm.sh --comp $comp
    391412   cd $local
    392    ./html_entete.sh $comp
     413   ./html_entete.sh ${comp} ${dataref}
     414   ./make_index_html.sh ${comp} ${dataref}
    393415   ./html_tuning.sh  $comp
    394416   ./html_tuning_min.sh  $comp
     
    414436   for bias in BIAS MAPS ; do
    415437       for season in YEAR DJF JJA ; do
    416         echo ./multi_atlas.sh $comp $bias $season $proj $listrunss 
    417         ./multi_atlas.sh $comp $bias $season $proj $listrunss  >> out.com$$
     438        echo ./multi_atlas.sh $comp $bias $season $proj $RUNS 
     439        ./multi_atlas.sh $comp $bias $season $proj $RUNS  >> out.com$$
    418440       done
    419441   done
Note: See TracChangeset for help on using the changeset viewer.