libsim  Versione7.2.6

◆ griddim_coord_proj()

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 593 del file grid_class.F90.

593  ELSE ! this part to be checked
594  lon = modulo(lonsp + 180.0d0, 360.0d0)
595 ! IF (PRESENT(lonref)) THEN
596 ! CALL long_reset_to_cart_closest(lov, lonref)
597 ! CALL set_val(this%grid%proj, longitude_south_pole=lonref)
598 ! ENDIF
599  ENDIF
600  CASE default ! use real grid limits

Generated with Doxygen.