Go to the source code of this file.
|
subroutine | qwind3 (TSTOT, TSDER, F, XK, USOLD, USNEW, TWOLD, TWNEW, NF, NDIRE, NPOIN2, BETAN, BETAO, DIRN, DIRO) |
|
◆ qwind3()
subroutine qwind3 |
( |
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,nf), intent(in) |
XK, |
|
|
double precision, dimension(npoin2), intent(in) |
USOLD, |
|
|
double precision, dimension(npoin2), intent(in) |
USNEW, |
|
|
double precision, dimension(npoin2), intent(in) |
TWOLD, |
|
|
double precision, dimension(npoin2), intent(in) |
TWNEW, |
|
|
integer, intent(in) |
NF, |
|
|
integer, intent(in) |
NDIRE, |
|
|
integer, intent(in) |
NPOIN2, |
|
|
double precision, dimension(npoin2), intent(inout) |
BETAN, |
|
|
double precision, dimension(npoin2), intent(inout) |
BETAO, |
|
|
double precision, dimension(npoin2), intent(inout) |
DIRN, |
|
|
double precision, dimension(npoin2), intent(inout) |
DIRO |
|
) |
| |
- Parameters
-
[in] | nf | [out] BETAN Work table |
[out] | BETAO | Work table |
[out] | DIRN | Work table |
[out] | DIRO | Work table |
[in] | F | Directional spectrum |
[in] | FREQ | Discretized frequencies |
[in] | NF | Number of frequencies |
[in] | NDIRE | Number of directions |
[in] | NPOIN2 | Number of points in 2d mesh |
[in] | TETA | Discretized directions |
[in,out] | TSDER | Derived part of the source term contribution |
[in,out] | TSTOT | Total part of the source term contribution |
[in] | TWNEW | Wind direction at time n+1 |
[in] | TWOLD | Wind direction at time n |
[in] | USNEW | Friction velocity at time n+1 |
[in] | USOLD | Friction velocity at time n |
[in] | XK | Discretized wave number |
[in] | ndire | [out] BETAN Work table |
[out] | BETAO | Work table |
[out] | DIRN | Work table |
[out] | DIRO | Work table |
[in] | F | Directional spectrum |
[in] | FREQ | Discretized frequencies |
[in] | NF | Number of frequencies |
[in] | NDIRE | Number of directions |
[in] | NPOIN2 | Number of points in 2d mesh |
[in] | TETA | Discretized directions |
[in,out] | TSDER | Derived part of the source term contribution |
[in,out] | TSTOT | Total part of the source term contribution |
[in] | TWNEW | Wind direction at time n+1 |
[in] | TWOLD | Wind direction at time n |
[in] | USNEW | Friction velocity at time n+1 |
[in] | USOLD | Friction velocity at time n |
[in] | XK | Discretized wave number |
[in] | npoin2 | [out] BETAN Work table |
[out] | BETAO | Work table |
[out] | DIRN | Work table |
[out] | DIRO | Work table |
[in] | F | Directional spectrum |
[in] | FREQ | Discretized frequencies |
[in] | NF | Number of frequencies |
[in] | NDIRE | Number of directions |
[in] | NPOIN2 | Number of points in 2d mesh |
[in] | TETA | Discretized directions |
[in,out] | TSDER | Derived part of the source term contribution |
[in,out] | TSTOT | Total part of the source term contribution |
[in] | TWNEW | Wind direction at time n+1 |
[in] | TWOLD | Wind direction at time n |
[in] | USNEW | Friction velocity at time n+1 |
[in] | USOLD | Friction velocity at time n |
[in] | XK | Discretized wave number |
Definition at line 8 of file qwind3.f.