star-meteo

Time varying meteorological data
git clone git://git.meso-star.fr/star-meteo.git
Log | Files | Refs | README | LICENSE

commit 1938baf3d6679bb4f307a351d2ea51ab84ad086b
parent ebd47a8df4c2ef0e44e2ea2d62b55bf7c6162adb
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 18 Aug 2025 10:24:00 +0200

library: minor improvements to API comments

Diffstat:
Msrc/smeteo.h | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/smeteo.h b/src/smeteo.h @@ -34,10 +34,11 @@ #define SMETEO(Func) smeteo_ ## Func #endif -/* Meteo data for a fixed time interval across the entire dataset*/ +/* Meteo data for a fixed time interval across the entire dataset */ struct smeteo_entry { struct tm time; /* Time at the middle of the time interval */ + /* Properties averaged over the time interval */ double Tsrf; /* Surface temperature [K] */ double Tatm; /* Atmosphere temperature [K] */ double Ahum; /* Air humidity [g(water)/kg(air)] */