forked from Lainports/freebsd-ports
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>
85 lines
1.4 KiB
Text
85 lines
1.4 KiB
Text
*** Kraken/Makefile
|
|
***************
|
|
*** 1,4 ****
|
|
! FFLAGS = -O -bytereclen
|
|
|
|
#FC = f90
|
|
#F77 = f90
|
|
--- 1,4 ----
|
|
! FFLAGS = -O -ff90
|
|
|
|
#FC = f90
|
|
#F77 = f90
|
|
*** misc/Makefile
|
|
***************
|
|
*** 1,4 ****
|
|
! FFLAGS = -O -bytereclen
|
|
|
|
#FC = f90
|
|
#F77 = f90
|
|
--- 1,4 ----
|
|
! FFLAGS = -O -ff90
|
|
|
|
#FC = f90
|
|
#F77 = f90
|
|
*** Bellhop/Makefile
|
|
***************
|
|
*** 1,4 ****
|
|
! FFLAGS = -O -bytereclen
|
|
# note: SGI, use -trapuv, -lfpe in link to trap overflows
|
|
|
|
#FC = f90
|
|
--- 1,4 ----
|
|
! FFLAGS = -O -ff90
|
|
# note: SGI, use -trapuv, -lfpe in link to trap overflows
|
|
|
|
#FC = f90
|
|
*** Scooter/Makefile
|
|
***************
|
|
*** 1,4 ****
|
|
! FFLAGS= -O -bytereclen
|
|
|
|
#FC = f90
|
|
#F77 = f90
|
|
--- 1,4 ----
|
|
! FFLAGS = -O -ff90
|
|
|
|
#FC = f90
|
|
#F77 = f90
|
|
*** global/Makefile
|
|
***************
|
|
*** 1,4 ****
|
|
! FFLAGS = -O -bytereclen
|
|
|
|
#FC = f90
|
|
#F77 = f90
|
|
--- 1,4 ----
|
|
! FFLAGS = -O -ff90
|
|
|
|
#FC = f90
|
|
#F77 = f90
|
|
*** tslib/Makefile
|
|
***************
|
|
*** 1,4 ****
|
|
! FFLAGS = -O
|
|
|
|
#FC = f90
|
|
#F77 = f90
|
|
--- 1,4 ----
|
|
! FFLAGS = -O -ff90
|
|
|
|
#FC = f90
|
|
#F77 = f90
|
|
*** KrakenZ/Makefile
|
|
***************
|
|
*** 1,4 ****
|
|
! #FFLAGS= -C -trapuv -check_bounds -g -old_rl
|
|
#FFLAGS = +E1 # for HP machines
|
|
#FFLAGS = -O -trapuv -old_rl -mips2 # old_rl forces SGI to use RECL in bytes
|
|
|
|
--- 1,4 ----
|
|
! FFLAGS = -O -ff90
|
|
#FFLAGS = +E1 # for HP machines
|
|
#FFLAGS = -O -trapuv -old_rl -mips2 # old_rl forces SGI to use RECL in bytes
|
|
|
|
|