source: TOOLS/MachineEnvironment/curie/atlas_env_netcdf4_curie_arnaud_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#------------------------------------------------------
3# GS
4#------------------------------------------------------
5# Load before FAST to get ps2pdf from FAST in PATH
6module load ghostscript/9.04
7
8#------------------------------------------------------
9# FERRET
10#------------------------------------------------------
11module load ferret/6.6.7
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"
42
43#------------------------------------------------------
44# Misc nco/python/cdo
45#------------------------------------------------------
46module load gsl/1.14
47#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
48module load imagemagick/6.7.4
49module switch hdf5 hdf5/1.8.9_parallel
50module switch netcdf netcdf/4.2_hdf5_parallel
51module load nco
52module load cdo
53
54#------------------------------------------------------
55# TOOLS
56#------------------------------------------------------
57export PATH="`ccc_home -u p86ipsl`/bin:$PATH"
Note: See TracBrowser for help on using the repository browser.