Go to the source code of this file.
|
subroutine | spetma (SPEC, NF, AL, FP, GAMMA, SIGMAA, SIGMAB, FPMIN, DEPTH) |
|
◆ spetma()
subroutine spetma |
( |
double precision, dimension(nf), intent(inout) |
SPEC, |
|
|
integer, intent(in) |
NF, |
|
|
double precision, intent(in) |
AL, |
|
|
double precision, intent(in) |
FP, |
|
|
double precision, intent(in) |
GAMMA, |
|
|
double precision, intent(in) |
SIGMAA, |
|
|
double precision, intent(in) |
SIGMAB, |
|
|
double precision, intent(in) |
FPMIN, |
|
|
double precision, intent(in) |
DEPTH |
|
) |
| |
- Parameters
-
[in] | nf | AL Phillips constant (alpha) |
[in] | DEPTH | Water depth |
[in] | DEUPI | 2.pi |
[in] | FP | Jonswap spectrum peak frequency |
[in] | FPMIN | Minimum peak frequency value |
[in] | FREQ | Discretized frequencies |
[in] | GAMMA | Jonswap spectrum peak factor |
[in] | GRAVIT | Gravity acceleration |
[in] | NF | Number of frequencies |
[in] | SIGMAA | Value of sigma for jonswap spectrum (f<fp) |
[in] | SIGMAB | Value of sigma for jonswap spectrum (f>fp) |
[out] | SPEC | Tma variance density frequency spectrum |
Definition at line 8 of file spetma.f.