libsim  Versione7.1.6
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 
)
private

Computes and returns geographical coordinates given the coordinates in the projected system.

Parametri
[in]thisdefinition of projection
[in]xprojected coordinates
[in]yprojected coordinates
[out]longeographical coordinates
[out]latgeographical coordinates

Definizione alla linea 593 del file grid_class.F90.


Generated with Doxygen.