Go to the source code of this file.
|
subroutine | diffcl (LITBOR, TTILD, TBOR, NBOR, ICONV, NPOIN, NPTFR) |
|
◆ diffcl()
subroutine diffcl |
( |
integer, dimension(nptfr), intent(in) |
LITBOR, |
|
|
double precision, dimension(npoin), intent(in) |
TTILD, |
|
|
double precision, dimension(nptfr), intent(inout) |
TBOR, |
|
|
integer, dimension(nptfr), intent(in) |
NBOR, |
|
|
integer, intent(in) |
ICONV, |
|
|
integer, intent(in) |
NPOIN, |
|
|
integer, intent(in) |
NPTFR |
|
) |
| |
- Parameters
-
[in] | npoin | ICONV The convention for the advection scheme E.G. 1 FOR CHARACTERISTICS |
[in] | LITBOR | Types of boundary conditions for the tracer |
[in] | NBOR | Global numbers of boundary points |
[in] | NPOIN | Number of points |
[in] | NPTFR | Number of boundary points |
[in,out] | TBOR | Prescribed boundary conditions on t. |
[in] | TTILD | Tracer after advection. |
[in] | nptfr | ICONV The convention for the advection scheme E.G. 1 FOR CHARACTERISTICS |
[in] | LITBOR | Types of boundary conditions for the tracer |
[in] | NBOR | Global numbers of boundary points |
[in] | NPOIN | Number of points |
[in] | NPTFR | Number of boundary points |
[in,out] | TBOR | Prescribed boundary conditions on t. |
[in] | TTILD | Tracer after advection. |
[in] | iconv | ICONV The convention for the advection scheme E.G. 1 FOR CHARACTERISTICS |
[in] | LITBOR | Types of boundary conditions for the tracer |
[in] | NBOR | Global numbers of boundary points |
[in] | NPOIN | Number of points |
[in] | NPTFR | Number of boundary points |
[in,out] | TBOR | Prescribed boundary conditions on t. |
[in] | TTILD | Tracer after advection. |
Definition at line 7 of file diffcl.f.