libsim  Versione6.3.0

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

608 
611 SUBROUTINE griddim_gen_coord(this, x, y)
612 TYPE(griddim_def),INTENT(in) :: this
613 DOUBLE PRECISION,INTENT(out) :: x(:,:)
614 DOUBLE PRECISION,INTENT(out) :: y(:,:)
615 

Generated with Doxygen.