#########################################################################
#
# BASH/KSH resource file to choose the version of NAWIPS to execute.
#
#########################################################################

vers=v7.0.0
dir=/home/gempak

#
#  IMPORTANT:  PATH must be set BEFORE setting up the N-AWIPS environment,
#               because gemenv.sh adds items relative to $PATH.
#
#  Set the PATH.
#
#PATH=$HOME/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11
#PATH=$PATH:/usr/local/etc:/usr/etc:/etc
#export PATH=$PATH:/usr/local/sbin:/usr/sbin:/sbin

######################################################################
#
#  CRITICAL:  The next three (3) commands are REQUIRED to
#               establish the N-AWIPS environment.
#
#  Set the site-specific N-AWIPS NAWIPS system environment variable.
#
export NAWIPS=${dir}/${vers}

#
#  Setup the N-AWIPS environment.
#
. $NAWIPS/environ/gemenv.sh

#
#  NOTE:  Any file name may be used for the site-specific data file.
#
#  Set the site-specific N-AWIPS data system envirnoment variables.
#
. $NAWIPS/site/gemdat.sh

######################################################################
#
#  Set the prompt.
#
export PS1="`whoami`@`hostname|cut -d. -f1`: "