source: TOOLS/MachineEnvironment/curie/atlas_env_post_curie_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#------------------------------------------------------
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#------------------------------------------------------
15export FER_FAST="`/usr/bin/ccc_home -u p86ipsl`/fast"
16
17export FER_GO="$FER_FAST $FER_GO"
18export FER_DATA="$FER_DATA $FER_FAST"
19export FER_PALETTE="$FER_PALETTE $FER_FAST"
20export FER_EXTERNAL_FUNCTIONS="$FER_EXTERNAL_FUNCTIONS $FER_FAST"
21
22export PATH="$FER_FAST:$PATH"
23
24#------------------------------------------------------
25# ATLAS
26#------------------------------------------------------
27export FER_ATLAS="`/usr/bin/ccc_home -u p86ipsl`/atlas"
28
29export FER_GO="$FER_GO $FER_ATLAS"
30export FER_DATA="$FER_DATA $FER_ATLAS"
31export FER_PALETTE="$FER_PALETTE $FER_ATLAS"
32export FER_EXTERNAL_FUNCTIONS="$FER_EXTERNAL_FUNCTIONS $FER_ATLAS"
33
34export PATH="$FER_ATLAS:$PATH"
35
36#------------------------------------------------------
37# DATABASE
38#------------------------------------------------------
39export DB="`/usr/bin/ccc_home -u p86ipsl -W`/database"
40export FER_DATA="$FER_DATA $DB/grids $DB/extras $DB/climato"
41
42#------------------------------------------------------
43# Misc nco/python/cdo
44#------------------------------------------------------
45module unload netcdf
46module load netcdf/4.2
47module load gsl/1.14
48module unload hdf5
49module load hdf5/1.8.8
50module unload nco
51module load nco/4.1.0
52#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
53module load cdo/1.4.6
54module unload netpbm
55module load netpbm/10.47.34
56module load imagemagick/6.7.4
57
58#------------------------------------------------------
59# TOOLS
60#------------------------------------------------------
61export PATH="`ccc_home -u p86ipsl`/bin:$PATH"
Note: See TracBrowser for help on using the repository browser.