source: TOOLS/MachineEnvironment/curie/atlas_env_netcdf4.3.3.1_hdf5_parallel_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#------------------------------------------------------
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 unload ferret
12module load ferret/6.9.3
13
14#------------------------------------------------------
15# FAST (Ferret Analysis Scripting Toolbox)
16#------------------------------------------------------
17export FER_FAST="`/usr/bin/ccc_home -u p86ipsl`/fast"
18
19export FER_GO="$FER_FAST $FER_GO"
20export FER_DATA="$FER_DATA $FER_FAST"
21export FER_PALETTE="$FER_PALETTE $FER_FAST"
22export FER_EXTERNAL_FUNCTIONS="$FER_EXTERNAL_FUNCTIONS $FER_FAST"
23
24export PATH="$FER_FAST:$PATH"
25
26#------------------------------------------------------
27# ATLAS
28#------------------------------------------------------
29export FER_ATLAS="`/usr/bin/ccc_home -u p86ipsl`/atlas"
30
31export FER_GO="$FER_GO $FER_ATLAS"
32export FER_DATA="$FER_DATA $FER_ATLAS"
33export FER_PALETTE="$FER_PALETTE $FER_ATLAS"
34export FER_EXTERNAL_FUNCTIONS="$FER_EXTERNAL_FUNCTIONS $FER_ATLAS"
35
36export PATH="$FER_ATLAS:$PATH"
37
38#------------------------------------------------------
39# DATABASE
40#------------------------------------------------------
41export DB="`/usr/bin/ccc_home -u p86ipsl -W`/database"
42export FER_DATA="$FER_DATA $DB/grids $DB/extras $DB/climato"
43
44#------------------------------------------------------
45# Misc nco/python/cdo
46#------------------------------------------------------
47module unload cdo
48module unload nco
49module unload netcdf
50module unload hdf5
51
52module load gsl/1.14
53module load netcdf/4.3.3.1_hdf5_parallel
54module load cdo/1.6.7_netcdf-4.3.2_hdf5
55module load imagemagick/6.7.4
56module load nco/4.4.8
57
58#
59#module switch intel/14.0.3.174 intel/13.1.3.192
60
61#------------------------------------------------------
62# TOOLS
63#------------------------------------------------------
64export PATH="`ccc_home -u p86ipsl`/bin:$PATH"
Note: See TracBrowser for help on using the repository browser.