Ignore:
Timestamp:
Jul 1, 2020, 9:31:32 PM (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.
Update atlas scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/Multi_atlas/multi_atlas.sh

    r3743 r3745  
    11#!/bin/bash
    22
    3 set -v
     3#set -v
    44
    55login=`whoami`
     
    5959echo PROJ $proj
    6060echo SEASON $season
     61if [ -f $sref ] ; then
    6162for i in `sed -n -e '/TH ALIGN=LEFT.*.li/=' $sref` ; do
    6263#for i in `sed -n -e '/<TH ALIGN=LEFT> <li>/=' $sref` ; do
     
    122123         years=`echo $sim | sed -e 's/'$simb'//'`
    123124         index=$COMP_D/ATLAS/index_${proj}_${season}_${sim}.html
    124         if [ -f $index ] ; then
     125#        if [ -f $index ] ; then
    125126         is=`sed -n -e '/<TH ALIGN=LEFT> <li.*.('$var')/=' $index | head -1`
    126127         echo $sim $var $is
     
    132133            sed -n -e ${isbiais}p $index >> $compf
    133134         fi
    134         fi
     135#        fi
    135136      done
    136137      echo ' <TR>' >> $compf
    137138   fi
    138139done
     140fi
    139141
    140 echo VOTRE MULTIATLAS EST DISPONIBLE SUR $HTML/ACCUEIl.html
     142#echo VOTRE MULTIATLAS EST DISPONIBLE SUR $HTML/ACCUEIl.html
Note: See TracChangeset for help on using the changeset viewer.