Changeset 4340
- Timestamp:
- Nov 10, 2022, 9:57:31 AM (2 years ago)
- Location:
- BOL/Multi_atlas
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/Multi_atlas/METRICS/metrics.sh
r4330 r4340 1 1 #!/bin/bash 2 2 3 source ../env.sh3 source ~/env_Multi_atlas.sh 4 4 5 5 #set -vx -
BOL/Multi_atlas/Utils/atlas0.sh
r4330 r4340 3 3 local=`pwd -P` 4 4 5 source ../env.sh5 source ~/env_Multi_atlas.sh 6 6 7 7 module list -
BOL/Multi_atlas/Utils/multi.sh
r4330 r4340 1 1 #set -vx 2 2 3 source ./env.sh3 source ~/env_Multi_atlas.sh 4 4 5 5 local=`pwd -P` … … 30 30 stations_day=0 31 31 stations_mth=0 32 qsub= 132 qsub=0 33 33 mjo=0 34 34 river=0 … … 36 36 37 37 ref=OBS 38 echo $ref38 echo ref=$ref 39 39 40 40 lonmin=-180 … … 544 544 bash ./make_html_libigcm.sh --comp $comp --runstxt $runstxt > ${LOGD}/html$$ 2>&1 545 545 echo log in ${LOGD}/html$$ 546 bash ./html_entete.sh $comp ${ dataref} >> ${LOGD}/html$$ 2>&1546 bash ./html_entete.sh $comp ${ref} >> ${LOGD}/html$$ 2>&1 547 547 cd ${local}/html 548 548 bash ./make_index_html.sh ${comp} ${dataref} >> ${LOGD}/html$$ 2>&1 … … 575 575 for bias in BIAS MAPS ; do 576 576 for season in YEAR DJF JJA MAM SON ; do 577 ./multi_atlas.sh $comp $bias $season $proj $ RUNS >> ${LOGD}/multiatlas$$ 2>&1577 ./multi_atlas.sh $comp $bias $season $proj $ref $RUNS >> ${LOGD}/multiatlas$$ 2>&1 578 578 done 579 579 done -
BOL/Multi_atlas/cmor.sh
r4330 r4340 3 3 #set -vx 4 4 5 source ./env.sh5 source ~/env_Multi_atlas.sh 6 6 7 7 local=`pwd -P` -
BOL/Multi_atlas/install_multi_atlas.sh
r4330 r4340 140 140 local=`pwd -P` 141 141 142 cd .. 143 ln -s ${local}/env_Multi_atlas.sh . 144 cd ${local} 145 142 146 echo -e "${noir}%%%%%%%%%%%%%%%%%%%%%%% ${rougefonce} LMDZ MULTIATLAS ${noir}%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%" 143 147 echo -
BOL/Multi_atlas/make_MOY.sh
r4330 r4340 3 3 #set -vx 4 4 5 source ./env.sh5 source ~/env_Multi_atlas.sh 6 6 7 7 echo OBSDIR is defined in env.sh : $OBSDIR -
BOL/Multi_atlas/mk_clouds_NOcalipso.sh
r4330 r4340 1 1 #!/bin/bash 2 2 3 source ./env.sh3 source ~/env_Multi_atlas.sh 4 4 5 5 SE=$1 -
BOL/Multi_atlas/multi_ZONE.sh
r4330 r4340 1 1 #!/bin/bash 2 2 3 source ./env.sh3 source ~/env_Multi_atlas.sh 4 4 5 5 ################################################### -
BOL/Multi_atlas/season.sh
r4330 r4340 6 6 #################################################################### 7 7 8 source ./env.sh8 source ~/env_Multi_atlas.sh 9 9 10 10 ulimit -s unlimited
Note: See TracChangeset
for help on using the changeset viewer.