*Can be downloaded from the DTC GSI site. Enter the email address in the line and press enter. You will only be asked to register the first time an email address is used. After that, only the email is needed.
#PORTLAND PGI=/opt/pgi; export PGI MANPATH=$MANPATH:$PGI/linux86-64/7.2/man LM_LICENSE_FILE=$PGI/license.dat:$LM_LICENSE_FILE PATH=$PGI/linux86-64/7.2/bin:$PATH PATH=$PGI/linux86-64/7.2/mpi2/mpich/python32/bin/:$PGI/linux86-64/7.2/mpi2/mpich/bin:$PATH #NETCDF export NETCDF='/usr/local/netcdf' export PATH=$NETCDF/bin:$PATH export WRF_DIR='/home/username/WRFV3' export PATH=$WRF_DIR:$PATH
source .bashrc
scp file username@hpc.atmos.und.edu:/home/username
tar xzf filename
./configure
./compile >& compile.log & tail -f compile.log
*created by Brandon Austin 10/16/10