libsim  Versione 7.2.1

◆ geo_coord_ge()

elemental logical function geo_coord_class::geo_coord_ge ( type(geo_coord), intent(in)  this,
type(geo_coord), intent(in)  that 
)

Logical great-equal operator.

Returns true if the first point lies to the west of the second or if lon is equal north

Definizione alla linea 532 del file geo_coord_class.F90.

533 RECURSIVE SUBROUTINE geo_coordvect_init(this, lon, lat)
534 TYPE(geo_coordvect), INTENT(OUT) :: this
535 REAL(kind=fp_geo), INTENT(IN), OPTIONAL :: lon(:)
536 REAL(kind=fp_geo), INTENT(IN), OPTIONAL :: lat(:)
537 

Generated with Doxygen.