Go to the source code of this file.
|
subroutine | writesellim (NLIM, LIHBOR, LIUBOR, LIVBOR, HBOR, UBOR, VBOR, CHBORD, NBOR, NPMAX, NPTFR) |
|
◆ writesellim()
subroutine writesellim |
( |
integer, intent(in) |
NLIM, |
|
|
integer, dimension(npmax), intent(inout) |
LIHBOR, |
|
|
integer, dimension(npmax), intent(inout) |
LIUBOR, |
|
|
integer, dimension(npmax), intent(inout) |
LIVBOR, |
|
|
double precision, dimension(npmax), intent(inout) |
HBOR, |
|
|
double precision, dimension(npmax), intent(inout) |
UBOR, |
|
|
double precision, dimension(npmax), intent(inout) |
VBOR, |
|
|
double precision, dimension(npmax), intent(inout) |
CHBORD, |
|
|
integer, dimension(npmax), intent(inout) |
NBOR, |
|
|
integer, intent(in) |
NPMAX, |
|
|
integer, intent(in) |
NPTFR |
|
) |
| |
- Parameters
-
[in] | nlim | NLIM Logical unit of boundary conditions file |
[in] | LIHBOR | Type of boundary conditions on depth |
[in] | LIUBOR | Type of boundary conditions on u |
[in] | LIVBOR | Type of boundary conditions on v |
[out] | HBOR | Prescribed boundary condition on depth |
[out] | UBOR | Prescribed boundary condition on velocity u |
[out] | VBOR | Prescribed boundary condition on velocity v |
[out] | CHBORD | Friction coefficient at boundary |
[out] | NBORD | Boundary numbering |
[in] | NPTFR | Number of boundary points |
Definition at line 8 of file writesellim.f.