libsim  Versione 7.2.6

◆ fp_geo

integer, parameter fp_geo =fp_d

REAL Kind for geographical coordinates.

This constant has to be used when defining or converting values to be used as geographical coordinates, e.g.:

REAL(kind=fp_geo) :: x, y
coordx = real(mylon, kind=fp_geo)

Definizione alla linea 248 del file geo_coord_class.F90.

248 END FUNCTION getilat

Generated with Doxygen.