libSUFR
a LIBrary of Some Useful Fortran Routines
All Classes Namespaces Files Functions Variables Pages
earth.f90 File Reference

(libSUFR version 0.7.8, revision 407, hash 01069b8, 2025-03-02)

Procedures to deal with geography and the Earth. More...

Go to the source code of this file.

Modules

module  sufr_earth
 Procedures to deal with geography and the Earth.
 

Functions/Subroutines

pure real(double) function sufr_earth::distance (lon1, lat1, lon2, lat2, miles)
 Compute the distance between two points over the Earth's surface.
 
pure real function sufr_earth::distance_r (lon1, lat1, lon2, lat2, miles)
 Compute the distance between two points over the Earth's surface – single-precision version of distance()
 

Detailed Description

Procedures to deal with geography and the Earth.

Definition in file earth.f90.