diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-08 20:45:59 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-08 20:45:59 +0800 |
commit | 1ed01d547d13e6c73429cfa151aa56fed41188cc (patch) | |
tree | 4bab17962336f0fa8641f70f7f94e82562ef2bcf /science/Makefile | |
parent | cf0aa4dc09b962f56250eeef5b0ce878117e368e (diff) | |
download | freebsd-ports-gnome-1ed01d547d13e6c73429cfa151aa56fed41188cc.tar.gz freebsd-ports-gnome-1ed01d547d13e6c73429cfa151aa56fed41188cc.tar.zst freebsd-ports-gnome-1ed01d547d13e6c73429cfa151aa56fed41188cc.zip |
New port: science/at Acoustic ToolBox
The Acoustic ToolBox includes four acoustic models:
BELLHOP: A beam/ray trace code
KRAKEN: A normal mode code
SCOOTER: A finite element FFP code
SPARC: A time domain FFP code
A common input structure has been used throughout so that
only minor modifications are needed to switch from one
program to another.
All the models produce shade files which can be processed
using a common set of plotting routines to plot transmission
loss vs. range or vs. range and depth. These plotting
routines are contained in the GLOBAL directory.
PR: ports/42378
Submitted by: Heiner Strauss <heiner@bilch.com>
Diffstat (limited to 'science/Makefile')
-rw-r--r-- | science/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index eec85e9039f1..56e4a98401d7 100644 --- a/science/Makefile +++ b/science/Makefile @@ -2,6 +2,7 @@ # SUBDIR += 2dhf + SUBDIR += at SUBDIR += bblimage SUBDIR += chemtool # SUBDIR += chemtool-devel |