Go to the source code of this file.
|
subroutine | latitu (YDIST, COSLAT, SINLAT, LAMBD0, Y, NPOIN) |
|
◆ latitu()
subroutine latitu |
( |
double precision, dimension(npoin), intent(inout) |
YDIST, |
|
|
double precision, dimension(npoin), intent(inout) |
COSLAT, |
|
|
double precision, dimension(npoin), intent(inout) |
SINLAT, |
|
|
double precision, intent(in) |
LAMBD0, |
|
|
double precision, dimension(npoin), intent(in) |
Y, |
|
|
integer, intent(in) |
NPOIN |
|
) |
| |
- Parameters
-
[in] | npoin | [out] COSLAT Cosinus of lambda0 |
[in] | LAMBD0 | Latitude of origin point |
[in] | NPOIN | Number of points |
[out] | SINLAT | Sinus of lambda0 |
[in] | Y | Ordinates of points in the mesh |
Definition at line 7 of file latitu.f.