The BELLHOP underwater acoustics ray tracing tool
2025-08-25
Usage
Source Files
Modules
Procedures
Derived Types
Programs
bioStructure
Derived Type
3 statements
Source File
AttenMod.f90
AttenMod
bioStructure
Contents
Variables
Z1
Z2
f0
Q
a0
Source Code
bioStructure
type, public :: bioStructure
Components
Type
Visibility
Attributes
Name
Initial
real(kind=8),
public
::
Z1
real(kind=8),
public
::
Z2
real(kind=8),
public
::
f0
real(kind=8),
public
::
Q
real(kind=8),
public
::
a0
Source Code
TYPE
bioStructure
REAL
(
KIND
=
8
)
::
Z1
,
Z2
,
f0
,
Q
,
a0
END TYPE
bioStructure