source: codes/icosagcm/branches/SATURN_DYNAMICO/ICOSAGCM/arch/arch-SP6_BLUEFIRE.README @ 221

Last change on this file since 221 was 221, checked in by ymipsl, 10 years ago

Creating temporary dynamico/lmdz/saturn branche

YM

File size: 475 bytes
Line 
1# To setup environment variables on NCAR Bluefire SP6
2# Change your shell to bash :
3# see http://www2.cisl.ucar.edu/docs/bluefire/getting-started
4# tab 'Shell and environment'
5# then put the following lines in your ~/.profile
6
7. /contrib/Modules/3.2.6/init/bash
8module load emacs
9module load netcdf
10module load svn-1.5
11
12export TERM=xterm
13export PATH=${HOME}/bin:/usr/local/bin/:$PATH
14
15# NB : The above PATH lets FCM find GNU make and GNU cpp
16# which are in /usr/local/bin.
Note: See TracBrowser for help on using the repository browser.