source: TOOLS/MachineEnvironment/curie/atlas_env_cesium_csh @ 3929

Last change on this file since 3929 was 3929, checked in by jgipsl, 6 years ago

Add folder MachineEnvironment? to contain all environement files at computing centers which are maintained by the platform group.

The files in subfolder curie and irene were previously stored at TGCC in the home p86ipsl. The files had previously a point as prefix which has been removed to make the files visible. For history, here also commited old files not used any more. They will be removed in next commit.

  • Property svn:executable set to *
File size: 2.8 KB
Line 
1#------------------------------------------------------
2# GS
3#------------------------------------------------------
4# Load before FAST to get ps2pdf from FAST in PATH
5module load ghostscript/8.64
6
7#------------------------------------------------------
8# FERRET
9#------------------------------------------------------
10module load ferret/6.7.2
11
12#------------------------------------------------------
13# FAST (Ferret Analysis Scripting Toolbox)
14#------------------------------------------------------
15setenv FER_FAST `ccc_home -u p86ipsl`/fast
16
17setenv FER_GO "$FER_FAST $FER_GO"
18setenv FER_DATA "$FER_DATA $FER_FAST"
19setenv FER_PALETTE "$FER_PALETTE $FER_FAST"
20setenv FER_EXTERNAL_FUNCTIONS "$FER_EXTERNAL_FUNCTIONS $FER_FAST"
21
22set path=($FER_FAST $path)
23
24#------------------------------------------------------
25# ATLAS
26#------------------------------------------------------
27setenv FER_ATLAS `ccc_home -u p86ipsl`/atlas
28
29setenv FER_GO "$FER_GO $FER_ATLAS"
30setenv FER_DATA "$FER_DATA $FER_ATLAS"
31setenv FER_PALETTE "$FER_PALETTE $FER_ATLAS"
32setenv FER_EXTERNAL_FUNCTIONS "$FER_EXTERNAL_FUNCTIONS $FER_ATLAS"
33
34set path=($FER_ATLAS $path)
35
36#------------------------------------------------------
37# DATABASE
38#------------------------------------------------------
39setenv DB `ccc_home -u p86ipsl -W`/database
40setenv FER_DATA "$FER_DATA $DB/grids $DB/extras $DB/climato"
41
42#------------------------------------------------------
43# IMAGEMAGICK
44#------------------------------------------------------
45module load imagemagick/6.7.0-3
46
47#------------------------------------------------------
48# ACROREAD
49#------------------------------------------------------
50module load acroread/9.1.2
51
52#------------------------------------------------------
53# NCO 
54#------------------------------------------------------
55module load netcdf/4.1.1
56module load antlr/2.7.7
57module load dap++/3.8.2
58module load gsl/1.12
59module load udunits/2.1.5
60module load hdf5/1.8.4_mpi
61module load nc-dap/3.7.3
62module load nco/4.0.1_netcdf4
63
64#------------------------------------------------------
65# SWF
66#------------------------------------------------------
67module load swftools/0.9.1
68
69#------------------------------------------------------
70# CDO 
71#------------------------------------------------------
72module load cdo/1.5.1
73
74#------------------------------------------------------
75# CDAT
76#------------------------------------------------------
77module load cdat/5.2.0
78
79#------------------------------------------------------
80# GNUPLOT
81#------------------------------------------------------
82module load gnuplot/4.4.3
83
84#------------------------------------------------------
85# NCL
86#------------------------------------------------------
87module load ncl_ncarg/6.0.0
88
89#------------------------------------------------------
90# TOOLS
91#------------------------------------------------------
92set path=(`ccc_home -u p86ipsl`/bin $path)
Note: See TracBrowser for help on using the repository browser.