|
◆ griddim_coord_unproj()
elemental subroutine griddim_coord_unproj |
( |
type(griddim_def), 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 | definition of projection |
[in] | x | projected coordinates |
[in] | y | projected coordinates |
[out] | lon | geographical coordinates |
[out] | lat | geographical coordinates |
Definizione alla linea 607 del file grid_class.F90.
607 londelta = londelta - lon 608 this%grid%grid%xmin = this%grid%grid%xmin + londelta 609 this%grid%grid%xmax = this%grid%grid%xmax + londelta 614 END SUBROUTINE griddim_pistola_central_lon
|