Go to the source code of this file.
|
subroutine | rescue_sisyphe_notperma (QU, QV, Q, U, V, H, S, ZF, HW, TW, THETAW, NPOIN, TROUVE, ALIRE, ICF, ENTET, MAXVAR) |
|
◆ rescue_sisyphe_notperma()
subroutine rescue_sisyphe_notperma |
( |
double precision, dimension(npoin), intent(inout) |
QU, |
|
|
double precision, dimension(npoin), intent(inout) |
QV, |
|
|
double precision, dimension(npoin), intent(inout) |
Q, |
|
|
double precision, dimension(npoin), intent(inout) |
U, |
|
|
double precision, dimension(npoin), intent(inout) |
V, |
|
|
double precision, dimension(npoin), intent(inout) |
H, |
|
|
double precision, dimension(npoin), intent(inout) |
S, |
|
|
double precision, dimension(npoin), intent(inout) |
ZF, |
|
|
double precision, dimension(npoin), intent(inout) |
HW, |
|
|
double precision, dimension(npoin), intent(inout) |
TW, |
|
|
double precision, dimension(npoin), intent(inout) |
THETAW, |
|
|
integer, intent(in) |
NPOIN, |
|
|
integer, dimension(maxvar), intent(in) |
TROUVE, |
|
|
integer, dimension(maxvar), intent(in) |
ALIRE, |
|
|
integer, intent(in) |
ICF, |
|
|
logical, intent(in) |
ENTET, |
|
|
integer, intent(in) |
MAXVAR |
|
) |
| |
- Parameters
-
[in] | maxvar | ALIRE List variables to be read |
[in,out] | H | Water depth |
[in,out] | HW | Wave depth |
[in] | ICF | Bed-load or total load transport formulas |
[in] | LISTI | Logical, if yes print messages |
[in] | MAXVAR | Maximum number of output variables |
[in] | NPOIN | Number of mesh nodes |
[in] | PASS | Logical, if yes begin of computation |
[in,out] | Q | Liquid discharge |
[in,out] | QU | Liquid discharge x |
[in,out] | QV | Liquid discharge y |
[in,out] | S | Water surface elevation |
[in,out] | THETAW | Angle between wave and current |
[in] | TROUVE | Logique indiquant les variables trouvees DANS LE SOUS-PROGRAMME SUITE |
[in,out] | TW | Wave period |
[in,out] | U | Velocity component x |
[in,out] | V | Velocity component y |
[in,out] | ZF | Bed level |
Definition at line 8 of file rescue_sisyphe_notperma.f.