|
elemental subroutine geo_proj_proj |
( |
type(geo_proj), intent(in) |
this, |
|
|
double precision, intent(in) |
lon, |
|
|
double precision, intent(in) |
lat, |
|
|
double precision, intent(out) |
x, |
|
|
double precision, intent(out) |
y |
|
) |
| |
Computes and returns coordinates in the projected system given the geographical coordinates.
- Parametri
-
[in] | this | object to project |
[in] | lon | geographical coordinates |
[in] | lat | geographical coordinates |
[out] | x | projected coordinates |
[out] | y | projected coordinates |
Definizione alla linea 854 del file geo_proj_class.F90.
|