Go to the source code of this file.
|
subroutine | spejon (SPEC, NF, AL, FP, GAMMA, SIGMAA, SIGMAB, FPMIN) |
|
◆ spejon()
subroutine spejon |
( |
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 |
|
) |
| |
- Parameters
-
[in] | nf | AL Phillips constant (alpha) |
[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 | Jonswap variance density frequency spectrum |
Definition at line 8 of file spejon.f.