Go to the source code of this file.
|
subroutine | borice (H, U, V, F, AT, LT, DT, TRA05, TRA06, LIUBOR, NPTFR, NUMLIQ, KLOG, MASK, MESH, S) |
|
◆ borice()
subroutine borice |
( |
type(bief_obj), intent(in) |
H, |
|
|
type(bief_obj), intent(in) |
U, |
|
|
type(bief_obj), intent(in) |
V, |
|
|
type(bief_obj), intent(in) |
F, |
|
|
double precision, intent(in) |
AT, |
|
|
integer, intent(in) |
LT, |
|
|
double precision, intent(in) |
DT, |
|
|
type(bief_obj), intent(inout) |
TRA05, |
|
|
type(bief_obj), intent(inout) |
TRA06, |
|
|
integer, dimension(nptfr), intent(in) |
LIUBOR, |
|
|
integer, intent(in) |
NPTFR, |
|
|
integer, dimension(nptfr), intent(in) |
NUMLIQ, |
|
|
integer, intent(in) |
KLOG, |
|
|
type(bief_obj), intent(inout) |
MASK, |
|
|
type(bief_mesh), intent(inout) |
MESH, |
|
|
type(bief_obj), intent(in) |
S |
|
) |
| |
- Parameters
-
[in] | klog | AT Time of the dataset |
[in] | DT | Time step |
[in] | F | Tracer values |
[in] | H | Water depth |
[in] | KLOG | Convention for solid boundary |
[in] | LIUBOR | Type of boundary condition for the velocity |
[in] | LT | Number of time steps |
[in] | MASK | Block of masks for different boundary conditions |
[in] | MESH | Mesh structure |
[in] | NPTFR | Number of boundary point |
[in] | NUMLIQ | Liquid boundary number |
[in] | S | Void structure |
[in] | TRA05 | Work array in a bief_obj structure |
[in] | TRA06 | Work array in a bief_obj structure |
[in] | U | X-component of the velocity |
[in] | V | Y-component of the velocity |
[in] | nptfr | AT Time of the dataset |
[in] | DT | Time step |
[in] | F | Tracer values |
[in] | H | Water depth |
[in] | KLOG | Convention for solid boundary |
[in] | LIUBOR | Type of boundary condition for the velocity |
[in] | LT | Number of time steps |
[in] | MASK | Block of masks for different boundary conditions |
[in] | MESH | Mesh structure |
[in] | NPTFR | Number of boundary point |
[in] | NUMLIQ | Liquid boundary number |
[in] | S | Void structure |
[in] | TRA05 | Work array in a bief_obj structure |
[in] | TRA06 | Work array in a bief_obj structure |
[in] | U | X-component of the velocity |
[in] | V | Y-component of the velocity |
Definition at line 8 of file borice.f.