Ignore:
Timestamp:
Jul 1, 2020, 8:29:54 AM (4 years ago)
Author:
idelkadi
Message:

Repository under svn of a first version of Multiatlas diagnostics for LMDZ. This version is adapted to be able to run a LMDZ multiatlas on an individual account on the ciclad machine of the IPSL. In this version, the parts to be modified are identified so as to subsequently adapt it to other machines.
(cleaning)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/Multi_atlas/multi_atlas.sh

    r3737 r3743  
    122122         years=`echo $sim | sed -e 's/'$simb'//'`
    123123         index=$COMP_D/ATLAS/index_${proj}_${season}_${sim}.html
     124        if [ -f $index ] ; then
    124125         is=`sed -n -e '/<TH ALIGN=LEFT> <li.*.('$var')/=' $index | head -1`
    125126         echo $sim $var $is
     
    131132            sed -n -e ${isbiais}p $index >> $compf
    132133         fi
     134        fi
    133135      done
    134136      echo ' <TR>' >> $compf
Note: See TracChangeset for help on using the changeset viewer.