libsim Versione 7.1.11

◆ 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]thisdefinition of projection
[in]xprojected coordinates
[in]yprojected coordinates
[out]longeographical coordinates
[out]latgeographical coordinates

Definizione alla linea 602 del file grid_class.F90.

603 ENDIF
604 IF (PRESENT(lonref)) THEN
605 londelta = lon
606 CALL long_reset_to_cart_closest(londelta, lonref)
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

Generated with Doxygen.