libsim Versione 7.2.0

◆ 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 
)
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 596 del file grid_class.F90.

597! CALL set_val(this%grid%proj, longitude_south_pole=lonref)
598! ENDIF
599 ENDIF
600 CASE default ! use real grid limits
601 IF (c_e(this%grid%grid%xmin) .AND. c_e(this%grid%grid%xmax)) THEN
602 lon = 0.5d0*(this%grid%grid%xmin + this%grid%grid%xmax)
603 ENDIF
604 IF (PRESENT(lonref)) THEN

Generated with Doxygen.