source: TOOLS/MachineEnvironment/curie/atlas_env_mercure01_ksh @ 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# to find module function
2. /etc/profile.d/modules.sh
3
4#------------------------------------------------------
5# GS
6#------------------------------------------------------
7# Load before FAST to get ps2pdf from FAST in PATH
8module load ghostscript/8.71
9
10#------------------------------------------------------
11# FERRET
12#------------------------------------------------------
13module load ferret/6.6.1
14
15#------------------------------------------------------
16# FAST (Ferret Analysis Scripting Toolbox)
17#------------------------------------------------------
18export FER_FAST="`ccc_home -u p86ipsl`/fast"
19
20export FER_GO="$FER_FAST $FER_GO"
21export FER_DATA="$FER_DATA $FER_FAST"
22export FER_PALETTE="$FER_PALETTE $FER_FAST"
23export FER_EXTERNAL_FUNCTIONS="$FER_EXTERNAL_FUNCTIONS $FER_FAST"
24
25export PATH="$FER_FAST:$PATH"
26
27#------------------------------------------------------
28# ATLAS
29#------------------------------------------------------
30export FER_ATLAS="`ccc_home -u p86ipsl`/atlas"
31
32export FER_GO="$FER_GO $FER_ATLAS"
33export FER_DATA="$FER_DATA $FER_ATLAS"
34export FER_PALETTE="$FER_PALETTE $FER_ATLAS"
35export FER_EXTERNAL_FUNCTIONS="$FER_EXTERNAL_FUNCTIONS $FER_ATLAS"
36
37export PATH="$FER_ATLAS:$PATH"
38
39#------------------------------------------------------
40# DATABASE
41#------------------------------------------------------
42export DB="`ccc_home -u p86ipsl -W`/database"
43export FER_DATA="$FER_DATA $DB/grids $DB/extras $DB/climato"
44
45#------------------------------------------------------
46# Misc
47#------------------------------------------------------
48module load imagemagick/6.5.9-10
49module load acroread/9.1.2
50module load netpbm/10.35.73
51
52#------------------------------------------------------
53# NCO 
54#------------------------------------------------------
55module load nco/4.0.1
56
57#------------------------------------------------------
58# CDO
59#------------------------------------------------------
60module load cdo/1.5.1
61
62#------------------------------------------------------
63# TOOLS
64#------------------------------------------------------
65export PATH="`ccc_home -u p86ipsl`/bin:$PATH"
Note: See TracBrowser for help on using the repository browser.