source: BOL/Multi_atlas/env_Multi_atlas.sh @ 4970

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

Enlevement tests "Mise en attente" de scripts cmor et season
pour permettre de faire tourner plusieurs multi-atlas simultanément
Ajout variable rsdt dans les moyennes zonales
Nettoyage env_Multi_atlas
Adaptation a spirit des diagnostics de l'axe2 de MB
Correction html axe4
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 pangeo-meso/2023.04.15
39module load ferret/7.6.0
40ferret=`which ferret_c`
41
42MAIN=/thredds/ipsl/fabric/lmdz
43MAIN_SE=${MAIN}/SE
44MAIN_CMOR=${MAIN}/SE/CMOR
45SEORIG=${MAIN_SE}/ORIG
46STOREDIR=/thredds/ipsl/fabric/lmdz/STORE/$EXPNAME
47MULTIDIR=${MAIN}/MultiSimu
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.