Changeset 4340 for BOL/Multi_atlas/Utils


Ignore:
Timestamp:
Nov 10, 2022, 9:57:31 AM (3 years ago)
Author:
musat
Message:

Inclut environnement spirit et dernieres corrections (1/3)
IonelaMusat?

Location:
BOL/Multi_atlas/Utils
Files:
2 edited

Legend:

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

    r4330 r4340  
    33local=`pwd -P`
    44
    5 source ../env.sh
     5source ~/env_Multi_atlas.sh
    66
    77module list
  • BOL/Multi_atlas/Utils/multi.sh

    r4330 r4340  
    11#set -vx
    22
    3 source ./env.sh
     3source ~/env_Multi_atlas.sh
    44
    55local=`pwd -P`
     
    3030stations_day=0
    3131stations_mth=0
    32 qsub=1
     32qsub=0
    3333mjo=0
    3434river=0
     
    3636
    3737ref=OBS
    38 echo $ref
     38echo ref=$ref
    3939
    4040lonmin=-180
     
    544544   bash ./make_html_libigcm.sh --comp $comp --runstxt $runstxt > ${LOGD}/html$$ 2>&1
    545545   echo log in ${LOGD}/html$$
    546    bash ./html_entete.sh $comp ${dataref} >> ${LOGD}/html$$ 2>&1
     546   bash ./html_entete.sh $comp ${ref} >> ${LOGD}/html$$ 2>&1
    547547   cd ${local}/html
    548548   bash ./make_index_html.sh ${comp} ${dataref} >> ${LOGD}/html$$ 2>&1
     
    575575   for bias in BIAS MAPS ; do
    576576       for season in YEAR DJF JJA MAM SON ; do
    577         ./multi_atlas.sh $comp $bias $season $proj $RUNS  >> ${LOGD}/multiatlas$$ 2>&1
     577        ./multi_atlas.sh $comp $bias $season $proj $ref $RUNS  >> ${LOGD}/multiatlas$$ 2>&1
    578578       done
    579579   done
Note: See TracChangeset for help on using the changeset viewer.