source: codes/icosagcm/trunk/arch/arch-SP6_BLUEFIRE.README

Last change on this file was 46, checked in by dubos, 12 years ago

Removed duplicate write_field
Solved compilation issues with cpp on Bluefire (use GNU cpp)
Tested : Test case 3 with nbp=20 and interpolation to lat-lon.

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.