Go to the source code of this file.
|
subroutine | qveg (TSTOT, TSDER, F, VARIAN, FMOY, XKMOY, NF, NDIRE, NPOIN2) |
|
◆ qveg()
subroutine qveg |
( |
double precision, dimension(npoin2,ndire,nf), intent(inout) |
TSTOT, |
|
|
double precision, dimension(npoin2,ndire,nf), intent(inout) |
TSDER, |
|
|
double precision, dimension(npoin2,ndire,nf), intent(in) |
F, |
|
|
double precision, dimension(npoin2), intent(in) |
VARIAN, |
|
|
double precision, dimension(npoin2), intent(in) |
FMOY, |
|
|
double precision, dimension(npoin2), intent(in) |
XKMOY, |
|
|
integer, intent(in) |
NF, |
|
|
integer, intent(in) |
NDIRE, |
|
|
integer, intent(in) |
NPOIN2 |
|
) |
| |
- Parameters
-
[in] | nf | DEPTH Water depth |
[in] | F | Directional spectrum |
[in] | FMOY | Mean spectral frquency fmoy (relative frequency) |
[in] | NF | Number of frequencies |
[in] | NDIRE | Number of directions |
[in] | NPOIN2 | Number of points in 2d mesh |
[in,out] | TSDER | Derived part of the source term contribution |
[in,out] | TSTOT | Total part of the source term contribution |
[in] | VARIAN | Energy spectrum variance |
[in] | XKMOY | Average wave number |
[in] | ndire | DEPTH Water depth |
[in] | F | Directional spectrum |
[in] | FMOY | Mean spectral frquency fmoy (relative frequency) |
[in] | NF | Number of frequencies |
[in] | NDIRE | Number of directions |
[in] | NPOIN2 | Number of points in 2d mesh |
[in,out] | TSDER | Derived part of the source term contribution |
[in,out] | TSTOT | Total part of the source term contribution |
[in] | VARIAN | Energy spectrum variance |
[in] | XKMOY | Average wave number |
[in] | npoin2 | DEPTH Water depth |
[in] | F | Directional spectrum |
[in] | FMOY | Mean spectral frquency fmoy (relative frequency) |
[in] | NF | Number of frequencies |
[in] | NDIRE | Number of directions |
[in] | NPOIN2 | Number of points in 2d mesh |
[in,out] | TSDER | Derived part of the source term contribution |
[in,out] | TSTOT | Total part of the source term contribution |
[in] | VARIAN | Energy spectrum variance |
[in] | XKMOY | Average wave number |
Definition at line 8 of file qveg.f.