|
Last change
on this file since 5356 was
4498,
checked in by Laurent Fairhead, 3 years ago
|
|
Switching repository for the LMDZ / DYNAMICO interface from HEAT to LMDZ
Initial revision immported is 457
|
|
File size:
475 bytes
|
| Rev | Line | |
|---|
| [4498] | 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 |
|---|
| 8 | module load emacs |
|---|
| 9 | module load netcdf |
|---|
| 10 | module load svn-1.5 |
|---|
| 11 | |
|---|
| 12 | export TERM=xterm |
|---|
| 13 | export 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.