source: TOOLS/MachineEnvironment/irene/env_atlas_irene @ 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.

File size: 1.4 KB
Line 
1
2#------------------------------------------------------
3# GS
4#------------------------------------------------------
5# Load before FAST to get ps2pdf from FAST in PATH
6module load ghostscript/9.19
7
8#------------------------------------------------------
9# FERRET
10#------------------------------------------------------
11module load ferret/7.2
12
13#------------------------------------------------------
14# FAST (Ferret Analysis Scripting Toolbox)
15#------------------------------------------------------
16export FER_FAST="`/usr/bin/ccc_home -u p86ipsl`/fast"
17
18export FER_GO="$FER_FAST $FER_GO"
19export FER_DATA="$FER_DATA $FER_FAST"
20export FER_PALETTE="$FER_PALETTE $FER_FAST"
21export FER_EXTERNAL_FUNCTIONS="$FER_EXTERNAL_FUNCTIONS $FER_FAST"
22
23export PATH="$FER_FAST:$PATH"
24
25#------------------------------------------------------
26# ATLAS
27#------------------------------------------------------
28export FER_ATLAS="`/usr/bin/ccc_home -u p86ipsl`/atlas"
29
30export FER_GO="$FER_GO $FER_ATLAS"
31export FER_DATA="$FER_DATA $FER_ATLAS"
32export FER_PALETTE="$FER_PALETTE $FER_ATLAS"
33export FER_EXTERNAL_FUNCTIONS="$FER_EXTERNAL_FUNCTIONS $FER_ATLAS"
34
35export PATH="$FER_ATLAS:$PATH"
36
37#------------------------------------------------------
38# DATABASE
39#------------------------------------------------------
40export DB="`/usr/bin/ccc_home -u p86ipsl -W`/database"
41export FER_DATA="$FER_DATA $DB/grids $DB/extras $DB/climato"
Note: See TracBrowser for help on using the repository browser.