libsim  Versione 7.1.8

◆ griddim_coord_proj()

elemental subroutine grid_class::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 
)
private

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.

589  londelta = londelta - lonrot
590  this%grid%grid%xmin = this%grid%grid%xmin + londelta
591  this%grid%grid%xmax = this%grid%grid%xmax + londelta
592  ENDIF
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)

Generated with Doxygen.