Go to the source code of this file.
|
subroutine | tautot (TAUT, UVENT, TAUW, SEUIL, ITR, ITRMIN, ITRMAX) |
|
◆ tautot()
subroutine tautot |
( |
double precision, intent(inout) |
TAUT, |
|
|
double precision, intent(in) |
UVENT, |
|
|
double precision, intent(in) |
TAUW, |
|
|
double precision, intent(in) |
SEUIL, |
|
|
integer, intent(inout) |
ITR, |
|
|
integer, intent(in) |
ITRMIN, |
|
|
integer, intent(in) |
ITRMAX |
|
) |
| |
- Parameters
-
[in] | itrmin | [out] ITR Nombre d'iterations effectues |
[in] | ITRMAX | Maximum number of iterations |
[in] | ITRMIN | Minimum number of iterations |
[in] | SEUIL | Convergency threshold - newton method |
[out] | TAUT | Total stress |
[in] | TAUW | Stress due to the waves |
[in] | UVENT | Wind speed at height zvent |
[in] | itrmax | [out] ITR Nombre d'iterations effectues |
[in] | ITRMAX | Maximum number of iterations |
[in] | ITRMIN | Minimum number of iterations |
[in] | SEUIL | Convergency threshold - newton method |
[out] | TAUT | Total stress |
[in] | TAUW | Stress due to the waves |
[in] | UVENT | Wind speed at height zvent |
Definition at line 8 of file tautot.f.