OOPS
qg_projection_mod Module Reference

Functions/Subroutines

subroutine, public xy_to_lonlat (x, y, lon, lat, mapfac)
 Convert x/y to lon/lat. More...
 
subroutine, public lonlat_to_xy (lon, lat, x, y)
 Convert lon/lat to x/y. More...
 

Function/Subroutine Documentation

◆ lonlat_to_xy()

subroutine, public qg_projection_mod::lonlat_to_xy ( real(kind_real), intent(in)  lon,
real(kind_real), intent(in)  lat,
real(kind_real), intent(out)  x,
real(kind_real), intent(out)  y 
)

Convert lon/lat to x/y.

Definition at line 56 of file qg_projection_mod.F90.

Here is the caller graph for this function:

◆ xy_to_lonlat()

subroutine, public qg_projection_mod::xy_to_lonlat ( real(kind_real), intent(in)  x,
real(kind_real), intent(in)  y,
real(kind_real), intent(out)  lon,
real(kind_real), intent(out)  lat,
real(kind_real), intent(out), optional  mapfac 
)

Convert x/y to lon/lat.

Definition at line 22 of file qg_projection_mod.F90.

Here is the caller graph for this function: