source: TOOLS/MachineEnvironment/curie/atlas_env_mercure_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: 1.7 KB
Line 
1#------------------------------------------------------
2# FERRET
3#------------------------------------------------------
4. /usr/local/soft/ferret/bin/ferret_paths_bash
5
6#------------------------------------------------------
7# FAST (Ferret Analysis Scripting Toolbox)
8#------------------------------------------------------
9export FER_FAST="`ccc_home -u p86ipsl`/fast"
10
11export FER_GO="$FER_FAST $FER_GO"
12export FER_DATA="$FER_DATA $FER_FAST"
13export FER_PALETTE="$FER_PALETTE $FER_FAST"
14export FER_EXTERNAL_FUNCTIONS="$FER_EXTERNAL_FUNCTIONS $FER_FAST"
15
16export PATH="$FER_FAST:$PATH"
17
18#------------------------------------------------------
19# ATLAS
20#------------------------------------------------------
21export FER_ATLAS="`ccc_home -u p86ipsl`/atlas"
22
23export FER_GO="$FER_GO $FER_ATLAS"
24export FER_DATA="$FER_DATA $FER_ATLAS"
25export FER_PALETTE="$FER_PALETTE $FER_ATLAS"
26export FER_EXTERNAL_FUNCTIONS="$FER_EXTERNAL_FUNCTIONS $FER_ATLAS"
27
28export PATH="$FER_ATLAS:$PATH"
29
30#------------------------------------------------------
31# DATABASE
32#------------------------------------------------------
33export DB="`ccc_home -u p86ipsl -W`/database"
34export FER_DATA="$FER_DATA $DB/grids $DB/extras $DB/climato"
35
36#------------------------------------------------------
37# teTeX
38#------------------------------------------------------
39export PATH="`ccc_home -u p86ipsl -w`/teTeX/bin/ia64-unknown-linux-gnu:$PATH"
40
41#------------------------------------------------------
42# TOOLS
43#------------------------------------------------------
44export PATH="`ccc_home -u p86ipsl`/bin:$PATH"
45
46#---------------------------------------------
47# NCO
48#------------------------------------------------------
49module load nco
Note: See TracBrowser for help on using the repository browser.