source: BOL/Multi_atlas/env.sh @ 4329

Last change on this file since 4329 was 4329, checked in by musat, 2 years ago

Ajout fichier environnement
IonelaMusat?

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