Changeset 3915 for BOL/Multi_atlas/Utils
- Timestamp:
- May 26, 2021, 4:56:17 PM (4 years ago)
- Location:
- BOL/Multi_atlas/Utils
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/Multi_atlas/Utils/atlas0.sh
r3885 r3915 136 136 #if [ ! -f "$html" -o "`wc -l $html | awk ' { print $1 } '`" = "0" ] ; then 137 137 if [ ! -f "$htmlopt" -o "`wc -l $htmlopt | awk ' { print $1 } '`" = "0" ] ; then 138 echo ECHEC ATLAS : $html inexistant ou vide | tee >> atlas.sh.log139 echo ECHEC ATLAS : $html inexistant ou vide138 echo ECHEC ATLAS : $htmlopt inexistant ou vide | tee >> atlas.sh.log 139 echo ECHEC ATLAS : $htmlopt inexistant ou vide 140 140 else 141 141 #echo cp -f $html tmp$$.$passage -
BOL/Multi_atlas/Utils/multi.sh
r3885 r3915 14 14 html=1 15 15 atlas=1 16 newatlas=1 16 17 atlas_cesmep=0 17 18 get=0 … … 126 127 echo listrunss= $listrunss 127 128 echo listrune= $listrune 128 ls -lrt $MAIN_SE/ORIG 129 #listsimss="" ; for ss in `awk ' {print $1"_"$2 } ' $DEF_FILE` ; do listsimss="$listsimss $ss" ; done 129 echo ================================================================ 130 echo la commande suivante 131 echo ls -lrt $MAIN_SE/ORIG 132 echo peut prendre beaucoup de temps lorsque 133 echo l acces aux espaces du CCRT et/ou de l IDRIS thredds est lent ou si 134 echo les espaces /thredds/tgcc et/ou /thredds/idris ne sont pas montes sur ciclad. 135 echo On ne l utilise plus !!! 136 echo ================================================================ 137 ###ls -lrt $MAIN_SE/ORIG 130 138 131 139 ns=0 … … 150 158 echo SIMULATIONS: $listsims 151 159 160 RUNS="" 161 RUNS=`awk ' {print $1"_"$2 } ' $DEF_FILE` 162 echo $RUNS 163 echo listrunss=$RUNS 164 152 165 echo '########################################################################' 153 166 echo 1/ Rapatriement des simulations manquantes … … 204 217 205 218 if [ $atlas = 1 ] ; then 219 if [ $newatlas = 1 ]; then 220 sed -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 223 else 224 206 225 for sim in $listsimss ; do 207 226 il=1 … … 249 268 # exit 250 269 fi 251 fi 270 271 fi #newatlas 272 fi #atlas 252 273 253 274 # atlas_cesmep : cles pour activer les nouveau atlas (C-ESM-EP) … … 390 411 ./make_html_libigcm.sh --comp $comp 391 412 cd $local 392 ./html_entete.sh $comp 413 ./html_entete.sh ${comp} ${dataref} 414 ./make_index_html.sh ${comp} ${dataref} 393 415 ./html_tuning.sh $comp 394 416 ./html_tuning_min.sh $comp … … 414 436 for bias in BIAS MAPS ; do 415 437 for season in YEAR DJF JJA ; do 416 echo ./multi_atlas.sh $comp $bias $season $proj $ listrunss417 ./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$$ 418 440 done 419 441 done
Note: See TracChangeset
for help on using the changeset viewer.