Home
last modified time | relevance | path

Searched refs:centralLatitudeInDegrees (Results 1 – 1 of 1) sorted by relevance

/dports/science/eccodes/eccodes-2.23.0-Source/src/
H A Dgrib_iterator_class_polar_stereographic.c124 long nx, ny, centralLongitudeInDegrees, centralLatitudeInDegrees; in init() local
176 …if ((ret = grib_get_long_internal(h, scentralLatitude, &centralLatitudeInDegrees)) != GRIB_SUCCESS) in init()
192 centralLatitude = centralLatitudeInDegrees * DEG2RAD; in init()