Go to the source code of this file.
|
subroutine | reaer_weir (FORMRS, H1, H2, ABRS, WATTEMP, EPS, O2SATU, TRUP, TN, IND_O2, IR) |
|
◆ reaer_weir()
subroutine reaer_weir |
( |
integer, intent(in) |
FORMRS, |
|
|
double precision, intent(in) |
H1, |
|
|
double precision, intent(in) |
H2, |
|
|
double precision, dimension(2), intent(in) |
ABRS, |
|
|
double precision, intent(in) |
WATTEMP, |
|
|
double precision, intent(in) |
EPS, |
|
|
double precision, intent(in) |
O2SATU, |
|
|
double precision, intent(in) |
TRUP, |
|
|
type(bief_obj), intent(inout) |
TN, |
|
|
integer, intent(in) |
IND_O2, |
|
|
integer, intent(in) |
IR |
|
) |
| |
- Parameters
-
[in] | formrs | IR Node number (belongs to weir downstream) |
[in] | O2SATU | O2 saturation density of water (cs) |
[out] | TN | Tracer at time tn |
[in] | TRUP | Tracer value upstream weir |
[in] | WATTEMP | Temperature of water |
[in] | ir | IR Node number (belongs to weir downstream) |
[in] | O2SATU | O2 saturation density of water (cs) |
[out] | TN | Tracer at time tn |
[in] | TRUP | Tracer value upstream weir |
[in] | WATTEMP | Temperature of water |
Definition at line 7 of file reaer_weir.f.