Changeset 4340


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

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

Location:
BOL/Multi_atlas
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • BOL/Multi_atlas/METRICS/metrics.sh

    r4330 r4340  
    11#!/bin/bash
    22
    3 source ../env.sh
     3source ~/env_Multi_atlas.sh
    44
    55#set -vx
  • 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
  • BOL/Multi_atlas/cmor.sh

    r4330 r4340  
    33#set -vx
    44
    5 source ./env.sh
     5source ~/env_Multi_atlas.sh
    66
    77local=`pwd -P`
  • BOL/Multi_atlas/install_multi_atlas.sh

    r4330 r4340  
    140140local=`pwd -P`
    141141
     142cd ..
     143ln -s ${local}/env_Multi_atlas.sh .
     144cd ${local}
     145
    142146echo -e "${noir}%%%%%%%%%%%%%%%%%%%%%%% ${rougefonce} LMDZ MULTIATLAS ${noir}%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
    143147echo
  • BOL/Multi_atlas/make_MOY.sh

    r4330 r4340  
    33#set -vx
    44
    5 source ./env.sh
     5source ~/env_Multi_atlas.sh
    66
    77echo OBSDIR is defined in env.sh : $OBSDIR
  • BOL/Multi_atlas/mk_clouds_NOcalipso.sh

    r4330 r4340  
    11#!/bin/bash
    22
    3 source ./env.sh
     3source ~/env_Multi_atlas.sh
    44
    55SE=$1
  • BOL/Multi_atlas/multi_ZONE.sh

    r4330 r4340  
    11#!/bin/bash
    22
    3 source ./env.sh
     3source ~/env_Multi_atlas.sh
    44
    55###################################################
  • BOL/Multi_atlas/season.sh

    r4330 r4340  
    66####################################################################
    77
    8 source ./env.sh
     8source ~/env_Multi_atlas.sh
    99
    1010ulimit -s unlimited
Note: See TracChangeset for help on using the changeset viewer.