#!/bin/csh

setenv    at  /home/onda/porter/at
set path=($path $at/scripts )        # include in path

setenv   bell	$at/Bellhop   # BELLHOP ray/beam code
setenv   krak	$at/Kraken    # KRAKEN normal mode program
setenv   sco	$at/Scooter   # SCOOTER FFP program
setenv	 bb	$at/bb        # BroadBand modeling tools
setenv   glob	$at/global    # GLOBal routines used by all models
#setenv   par	$at/par       # parameter files for xmgr plot program
#setenv   man	$at/manual    # LaTeX and PostScript manual
#setenv   doc	$at/doc       # online help files
#setenv   tests	$at/tests     # battery of test problems
#setenv   misc	$at/misc      # MISCellaneous scientific subroutines

# optional environmental variable for xmgr/xvgr plotting package

setenv ACEGR xmgr

