source: TOOLS/MachineEnvironment/curie/atlas_env_curie_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.0 KB
Line 
1#------------------------------------------------------
2# GS
3#------------------------------------------------------
4# Load before FAST to get ps2pdf from FAST in PATH
5module load ghostscript/9.04
6
7#------------------------------------------------------
8# FERRET
9#------------------------------------------------------
10module load ferret/6.6.7
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# Misc nco/python/cdo
44#------------------------------------------------------
45#AC : 27/01 module load netcdf/4.1.3_hdf5
46module load netcdf/3.6.3
47module load gsl/1.14
48module load hdf5/1.8.5
49module load nco/4.0.5
50#module load python/2.6.2   #comment 6 fev by JYP + ACo for compatibility with cdat - default python avalable in the system 2.6.6
51module load cdo/1.4.6
52module load netpbm/10.47
53module load imagemagick/6.7.4
54
55#------------------------------------------------------
56# TOOLS
57#------------------------------------------------------
58set path=(`ccc_home -u p86ipsl`/bin $path)
Note: See TracBrowser for help on using the repository browser.