# .bashrc # user functions and aliases # Environment stuff goes in .profile # # Read a common system Bashrc file first if [ -f /global/system/common/Bashrc ] ; then . /global/system/common/Bashrc fi # set bash variable to keep 50 command in history HSTSIZE=50 # # Include any personal modifications below # modification can include the aliases functions etc. # for example to set prompt to show current working directory # and command number uncomment the next line # PS1='\w|\!$ ' module load gcc/openmpi-1.4.3 export NETCDF=$HOME/WRF/packages export JASPERLIB=$HOME/WRF/packages/lib export JASPERINC=$HOME/WRF/packages/include export PATH=$PATH:$HOME/WRF/packages/bin