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