[4339] | 1 | |
---|
| 2 | login=`whoami` |
---|
| 3 | hostname=`hostname` |
---|
| 4 | |
---|
| 5 | if [ ${hostname:0:5} = cicla ] ; then |
---|
| 6 | DODSDIR=/thredds/ipsl |
---|
| 7 | dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds |
---|
| 8 | HTML00=http://thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds/$login |
---|
| 9 | module purge |
---|
| 10 | module load netcdf4/4.3.3.1-ifort |
---|
| 11 | module load cdo/1.6.8 |
---|
| 12 | module load nco/4.5.2 |
---|
| 13 | module load ncl/6.3.0 |
---|
| 14 | module load python/2.7-anaconda |
---|
| 15 | ### climaf |
---|
| 16 | export PYTHONPATH=$PYTHONPATH:/ciclad-home/jservon/Evaluation/CliMAF/climaf_installs/climaf_V2.0.0/climaf |
---|
| 17 | export PATH=$PATH:/ciclad-home/jservon/Evaluation/CliMAF/climaf_installs/climaf_V2.0.0/climaf/bin |
---|
| 18 | ferret=`which ferret` |
---|
| 19 | fi |
---|
| 20 | |
---|
| 21 | if [ ${hostname:0:5} = spiri ] ; then |
---|
| 22 | DODSDIR=/thredds/ipsl |
---|
| 23 | dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds |
---|
| 24 | HTML00=http://thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds/$login |
---|
| 25 | |
---|
| 26 | ### OBSDIR : $PATH des OBS = compte commun |
---|
| 27 | OBSDIR=$DODSDIR/fabric/lmdz |
---|
| 28 | |
---|
| 29 | ### climaf 2.0.2, JS: 02.11.2022 |
---|
| 30 | module use --append /net/nfs/tools/Users/SU/modulefiles/jservon |
---|
| 31 | # --> On Spirit |
---|
| 32 | emodule=climaf/spirit_0 |
---|
| 33 | echo Loading module $emodule for CliMAF and C-ESM-EP |
---|
| 34 | set +x |
---|
| 35 | module purge |
---|
| 36 | module load $emodule |
---|
| 37 | |
---|
[4697] | 38 | module load pangeo-meso/2023.04.15 |
---|
[4339] | 39 | module load ferret/7.6.0 |
---|
| 40 | ferret=`which ferret_c` |
---|
| 41 | |
---|
[4697] | 42 | MAIN=/thredds/ipsl/fabric/lmdz |
---|
| 43 | MAIN_SE=${MAIN}/SE |
---|
| 44 | MAIN_CMOR=${MAIN}/SE/CMOR |
---|
| 45 | SEORIG=${MAIN_SE}/ORIG |
---|
| 46 | STOREDIR=/thredds/ipsl/fabric/lmdz/STORE/$EXPNAME |
---|
| 47 | MULTIDIR=${MAIN}/MultiSimu |
---|
| 48 | |
---|
[4339] | 49 | ####################################################### |
---|
| 50 | ### ajout make_html_libIGCM |
---|
| 51 | if [ 1 == 0 ]; then |
---|
| 52 | #################################################################### |
---|
| 53 | EXPNAME=NPV5LRL79 |
---|
| 54 | put=cp |
---|
| 55 | CICLAD=/thredds/ipsl/${login}/lmdz |
---|
| 56 | ARCHIVE=$CICLAD/STORE |
---|
| 57 | workdir=$CICLAD/WORK |
---|
| 58 | STORAGE=$CICLAD |
---|
| 59 | ROOTWEBatlas=http://thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds/${logname}/lmdz/STORE/$EXPNAME |
---|
| 60 | MULTIDIR=/thredds/ipsl/${login}/lmdz/MultiSimu |
---|
| 61 | |
---|
| 62 | ROOTSTORAGE=$ARCHIVE/$EXPNAME |
---|
| 63 | ROOTDODS=DODS/pub/$LOGNAME/$CONFIGNAME |
---|
| 64 | ROOTWEB="http://dodsp.idris.fr/$LOGNAME/$EXPNAME" |
---|
| 65 | ROOTWEB_PROD=http://esgf.extra.cea.fr/thredds/catalog/work/aidel/IGCM_OUT/LMDZOR/DEVT/clim |
---|
| 66 | ROOTWEB_PROD=https://thredds-su.ipsl.fr/thredds/catalog/work/aidel/IGCM_OUT/LMDZOR/DEVT/clim |
---|
| 67 | ROOTWEB_PROD=https://thredds-su.ipsl.fr/thredds/catalog/store_thredds/aidel/IGCM_OUT/LMDZOR/DEVT/clim |
---|
| 68 | ROOTWEB_PRODout=https://thredds-su.ipsl.fr/thredds/catalog/store_thredds/aidel/LMDZOR/DEVT/clim |
---|
| 69 | STOREWEB_PROD=http://esgf.extra.cea.fr/thredds/catalog/store_thredds/aidel/IGCM_OUT/LMDZOR/DEVT/clim |
---|
| 70 | STOREWEB_PRODold=http://esgf.extra.cea.fr/thredds/catalog/store/aidel/IGCM_OUT/LMDZOR/DEVT/clim |
---|
| 71 | if [ "$ROOTWEBORIG" = "" ] ; then |
---|
| 72 | ROOTWEBORIG=ROOTWEBlibigcm |
---|
| 73 | fi |
---|
| 74 | |
---|
| 75 | fi |
---|
| 76 | |
---|
| 77 | fi |
---|
| 78 | |
---|
| 79 | if [ ${hostname:0:5} = camel ] ; then |
---|
| 80 | DODSDIR=/thredds/ipsl |
---|
| 81 | fi |
---|
| 82 | if [ ${hostname:0:5} = irene ] ; then |
---|
| 83 | DODSDIR= |
---|
| 84 | fi |
---|
| 85 | if [ ${hostname:0:5} = jean- ] ; then |
---|
| 86 | DODSDIR= |
---|
| 87 | fi |
---|
| 88 | |
---|