source: TOOLS/MachineEnvironment/curie/env_netcdf4.4_curie @ 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: 686 bytes
Line 
1#------------------------------------------------------
2# Python
3#------------------------------------------------------
4module load python/2.7.12
5
6#------------------------------------------------------
7# Clean
8#------------------------------------------------------
9module unload cdo
10module unload nco
11module unload netcdf
12
13#------------------------------------------------------
14# NetCDF
15#------------------------------------------------------
16module load netcdf/4.4.0_hdf5_parallel
17
18#------------------------------------------------------
19# Misc nco/python/cdo
20#------------------------------------------------------
21module load nco/4.4.8
22module load cdo/1.8.0rc5-netcdf-4.4.0_hdf5
Note: See TracBrowser for help on using the repository browser.