# To setup environment variables on NCAR Bluefire SP6 # Change your shell to bash : # see http://www2.cisl.ucar.edu/docs/bluefire/getting-started # tab 'Shell and environment' # then put the following lines in your ~/.profile . /contrib/Modules/3.2.6/init/bash module load emacs module load netcdf module load svn-1.5 export TERM=xterm export PATH=${HOME}/bin:/usr/local/bin/:$PATH # NB : The above PATH lets FCM find GNU make and GNU cpp # which are in /usr/local/bin.