libsim  Versione6.3.0
elemental subroutine griddim_coord_proj ( type(griddim_def), 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]thisdefinition of projection
[in]longeographical coordinates
[in]latgeographical coordinates
[out]xprojected coordinates
[out]yprojected coordinates

Definizione alla linea 588 del file grid_class.F90.


Generated with Doxygen.