source: BOL/Multi_atlas/env_Multi_atlas.sh @ 4505

Last change on this file since 4505 was 4339, checked in by musat, 20 months ago

New environment file
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
8HTML00=http://thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds/$login
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
24HTML00=http://thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds/$login
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
61
62ROOTSTORAGE=$ARCHIVE/$EXPNAME
63ROOTDODS=DODS/pub/$LOGNAME/$CONFIGNAME
64ROOTWEB="http://dodsp.idris.fr/$LOGNAME/$EXPNAME"
65ROOTWEB_PROD=http://esgf.extra.cea.fr/thredds/catalog/work/aidel/IGCM_OUT/LMDZOR/DEVT/clim
66ROOTWEB_PROD=https://thredds-su.ipsl.fr/thredds/catalog/work/aidel/IGCM_OUT/LMDZOR/DEVT/clim
67ROOTWEB_PROD=https://thredds-su.ipsl.fr/thredds/catalog/store_thredds/aidel/IGCM_OUT/LMDZOR/DEVT/clim
68ROOTWEB_PRODout=https://thredds-su.ipsl.fr/thredds/catalog/store_thredds/aidel/LMDZOR/DEVT/clim
69STOREWEB_PROD=http://esgf.extra.cea.fr/thredds/catalog/store_thredds/aidel/IGCM_OUT/LMDZOR/DEVT/clim
70STOREWEB_PRODold=http://esgf.extra.cea.fr/thredds/catalog/store/aidel/IGCM_OUT/LMDZOR/DEVT/clim
71if [ "$ROOTWEBORIG" = "" ] ; then
72ROOTWEBORIG=ROOTWEBlibigcm
73fi
74
75fi
76
77fi
78
79if [ ${hostname:0:5} = camel ] ; then
80DODSDIR=/thredds/ipsl
81fi
82if [ ${hostname:0:5} = irene ] ; then
83DODSDIR=
84fi
85if [ ${hostname:0:5} = jean- ] ; then
86DODSDIR=
87fi
88
Note: See TracBrowser for help on using the repository browser.