Changeset 4341
- Timestamp:
- Nov 10, 2022, 9:58:20 AM (2 years ago)
- Location:
- BOL/Multi_atlas
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/Multi_atlas/make_html_libigcm.sh
r4330 r4341 3 3 #set -x 4 4 5 source ./env.sh5 source ~/env_Multi_atlas.sh 6 6 7 7 ########################################################################### … … 52 52 done 53 53 54 HTML=http://${dthredds}/$login/lmdz/MultiSimu/$comp 55 MULTIDIR=${DODSDIR}/${login}/lmdz/MultiSimu 54 56 COMP_D=$MULTIDIR/$comp 55 57 DEF_FILE=$COMP_D/def.txt 56 58 HTML_D=$COMP_D 59 CICLAD=/thredds/ipsl/${login}/lmdz 60 ROOTWORK=$CICLAD 57 61 58 62 #################################################################### 59 if [ 1 == 0 ]; then60 if [ ${hostname:0:5} = cicla ] || [ ${hostname:0:5} = spiri ]; then61 62 ###tmpdir=/thredds/ipsl/fabric/lmdz63 tmpdir=/thredds/ipsl/${login}/lmdz64 EXPNAME=B96x95x39/V20090611.dev/65 ROOTWORK=$tmpdir66 ROOTWEBORIG=""67 EXPNAME=IGCM_OUT/$CONFIGNAME/DEVT/clim68 69 STORAGE=$ARCHIVE70 put=mfput71 ROOTWEBatlas=http://dods.idris.fr/$LOGNAME/$EXPNAME72 HTML_D=$ROOTSTORAGE/HTML73 74 DODSDIR=/thredds/ipsl75 dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds76 HTML=http://${dthredds}/$login/lmdz/MultiSimu/$comp77 DODSDIR=/thredds/ipsl78 dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds79 HTML=http://${dthredds}/$login/lmdz/MultiSimu/$comp80 ####################################################################81 EXPNAME=NPV5LRL7982 put=cp83 CICLAD=/thredds/ipsl/${login}/lmdz84 ARCHIVE=$CICLAD/STORE85 workdir=$CICLAD/WORK86 STORAGE=$CICLAD87 ROOTWEBatlas=http://thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds/${logname}/lmdz/STORE/$EXPNAME88 MULTIDIR=/thredds/ipsl/${login}/lmdz/MultiSimu89 COMP_D=$MULTIDIR/$comp90 DEF_FILE=$COMP_D/def.txt91 HTML_D=$COMP_D92 93 ROOTSTORAGE=$ARCHIVE/$EXPNAME94 ROOTDODS=DODS/pub/$LOGNAME/$CONFIGNAME95 ROOTWEB="http://dodsp.idris.fr/$LOGNAME/$EXPNAME"96 # http://dods.extra.cea.fr/work/aidel/IGCM_OUT/LMDZOR/DEVT/clim/AR5.0lr/ATM/Analyse/COSP/Calipso/1982-198997 #ROOTWEB_PROD=http://dods.extra.cea.fr/work/aidel/IGCM_OUT/LMDZOR/DEVT/clim98 ROOTWEB_PROD=http://esgf.extra.cea.fr/thredds/catalog/work/aidel/IGCM_OUT/LMDZOR/DEVT/clim99 ROOTWEB_PROD=https://thredds-su.ipsl.fr/thredds/catalog/work/aidel/IGCM_OUT/LMDZOR/DEVT/clim100 ROOTWEB_PROD=https://thredds-su.ipsl.fr/thredds/catalog/store_thredds/aidel/IGCM_OUT/LMDZOR/DEVT/clim101 ROOTWEB_PRODout=https://thredds-su.ipsl.fr/thredds/catalog/store_thredds/aidel/LMDZOR/DEVT/clim102 #STOREWEB_PROD=http://dods.extra.cea.fr/store/aidel/IGCM_OUT/LMDZOR/DEVT/clim103 #STOREWEB_PROD=http://esgf.extra.cea.fr/thredds/catalog/store/aidel/IGCM_OUT/LMDZOR/DEVT/clim104 STOREWEB_PROD=http://esgf.extra.cea.fr/thredds/catalog/store_thredds/aidel/IGCM_OUT/LMDZOR/DEVT/clim105 STOREWEB_PRODold=http://esgf.extra.cea.fr/thredds/catalog/store/aidel/IGCM_OUT/LMDZOR/DEVT/clim106 #ROOTWEBatlas=http://dods.idris.fr/$LOGNAME/$CONFIGNAME/DEVT/clim107 if [ "$ROOTWEBORIG" = "" ] ; then108 ROOTWEBORIG=ROOTWEBlibigcm109 fi110 111 echo ROOTSTORAGE $ROOTSTORAGE ROOTWEB $ROOTWEB112 113 fi114 fi115 116 63 glob=1 117 64 -
BOL/Multi_atlas/make_index_html.sh
r4307 r4341 2 2 3 3 comp=$1 4 dataref=$24 ref=$2 5 5 6 6 login=`whoami` … … 15 15 COMP_D=$MULTIDIR/$comp 16 16 17 if [ 1 == 0 ]; then 17 18 if [ $dataref = 1 ]; then 18 19 ref=OBS 19 20 elif [ $dataref = 0 ]; then 20 21 ref=`head -1 ${COMP_D}/def.txt | awk ' { print $1"_"$2 } '` 22 fi 21 23 fi 22 24 -
BOL/Multi_atlas/multi_atlas.sh
r4307 r4341 2 2 3 3 #set -v 4 5 source ~/env_Multi_atlas.sh 4 6 5 7 login=`whoami` … … 9 11 season=$3 10 12 proj=$4 11 ref=$5 12 shift ; shift ; shift ; shift ; shift 13 dref=$5 14 ref=$6 15 16 shift ; shift ; shift ; shift ; shift ; shift 13 17 14 18 sims="$*" 19 echo sims are: $sims 20 15 21 nsims=$# 16 echo REF $ref 17 echo SIM $sims 22 echo REF $dref 23 #echo SIM $sims 24 echo SIM are $ref 25 #sims="$ref $sims" 26 #echo sims are: $sims 18 27 28 if [ 1 == 0 ]; then 19 29 login=`whoami` 20 21 30 hostname=`hostname` 22 31 if [ ${hostname:0:5} = cicla ] ; then … … 38 47 if [ ${hostname:0:5} = jean- ] ; then 39 48 DODSDIR= 49 fi 40 50 fi 41 51 … … 67 77 echo PROJ $proj 68 78 echo SEASON $season 69 if [ -f $sref ] ; then79 #if [ -f $sref ] ; then 70 80 for i in `sed -n -e '/TH ALIGN=LEFT.*.li/=' $sref` ; do 71 81 #for i in `sed -n -e '/<TH ALIGN=LEFT> <li>/=' $sref` ; do … … 89 99 ##################################################################### 90 100 echo '<hr/>' >> $compf 91 echo '<h1> Multi atlas, '$season', simulation de référence : '$ ref' ('$bias') </h1>' >> $compf101 echo '<h1> Multi atlas, '$season', simulation de référence : '$dref' ('$bias') </h1>' >> $compf 92 102 ##################################################################### 93 103 … … 146 156 fi 147 157 done 148 fi158 #fi 149 159 150 160 #echo VOTRE MULTIATLAS EST DISPONIBLE SUR $HTML/ACCUEIl.html -
BOL/Multi_atlas/webpage_multi.sh
r4307 r4341 2 2 3 3 #set -v 4 5 source ~/env_Multi_atlas.sh 6 4 7 # Definition des coleurs d'affichage 5 8 noir='\e[0;30m' gris='\e[1;30m' rougefonce='\e[0;31m' rose='\e[1;31m' vertfonce='\e[0;32m' vertclair='\e[1;32m' orange='\e[0;33m' jaune='\e[1;33m' bleufonce='\e[0;34m' bleuclair='\e[1;34m' violetfonce='\e[0;35m' violetclair='\e[1;35m' cyanfonce='\e[0;36m' cyanclair='\e[1;36m' grisclair='\e[0;37m' blanc='\e[1;37m' neutre='\e[0;m' … … 10 13 comp=$1 11 14 15 HTML=https://${dthredds}/$login/lmdz/MultiSimu/$comp 16 17 if [ 1 == 0 ]; then 12 18 hostname=`hostname` 13 19 if [ ${hostname:0:5} = cicla ] ; then … … 30 36 DODSDIR= 31 37 fi 38 fi 32 39 33 40 echo -e "${noir}%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
Note: See TracChangeset
for help on using the changeset viewer.