![]() |
libSUFR
a LIBrary of Some Useful Fortran Routines
|
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() | |
Procedures to deal with geography and the Earth.
Definition in file earth.f90.