Go to the source code of this file.
|
subroutine | uvstokes (UST, VST, WST, FS, NPOIN2, XK, ZFJ, NDIRE, ZTEL, NZ, NF) |
|
◆ uvstokes()
subroutine uvstokes |
( |
double precision, dimension(npoin2,nz), intent(inout) |
UST, |
|
|
double precision, dimension(npoin2,nz), intent(inout) |
VST, |
|
|
double precision, dimension(npoin2), intent(inout) |
WST, |
|
|
double precision, dimension(npoin2,ndire,nf), intent(in) |
FS, |
|
|
integer, intent(in) |
NPOIN2, |
|
|
double precision, dimension(npoin2,nf), intent(in) |
XK, |
|
|
double precision, dimension(npoin2), intent(in) |
ZFJ, |
|
|
integer, intent(in) |
NDIRE, |
|
|
double precision, dimension(npoin2,nz), intent(in) |
ZTEL, |
|
|
integer, intent(in) |
NZ, |
|
|
integer, intent(in) |
NF |
|
) |
| |
- Parameters
-
[in] | nz | FS Variance density directional spectrum |
[in] | NF | Number of frequencies |
[in] | NDIRE | Number of directions |
[in] | NPOIN2 | Number of points in 2d mesh |
[in] | NZ | Number of plan in telemac3d |
[in] | XK | Discretized wave number |
[out] | UST | Stokes component along x |
[out] | VST | Stokes component along y |
[out] | WST | Stokes component along z |
[in] | ZFJ | Bottom elevation |
[in] | ZTEL | Elevation in telemac3d |
[in] | nf | FS Variance density directional spectrum |
[in] | NF | Number of frequencies |
[in] | NDIRE | Number of directions |
[in] | NPOIN2 | Number of points in 2d mesh |
[in] | NZ | Number of plan in telemac3d |
[in] | XK | Discretized wave number |
[out] | UST | Stokes component along x |
[out] | VST | Stokes component along y |
[out] | WST | Stokes component along z |
[in] | ZFJ | Bottom elevation |
[in] | ZTEL | Elevation in telemac3d |
Definition at line 5 of file uvstokes.f.