libsim  Versione 7.2.1

◆ griddim_coord_unproj()

elemental subroutine grid_class::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 606 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
610  ENDIF
611  END SELECT
612 ENDIF
613 
614 END SUBROUTINE griddim_pistola_central_lon

Generated with Doxygen.