noaa-oar-arl / monetio

The Model and ObservatioN Evaluation Tool I/O package
https://monetio.readthedocs.io
MIT License
16 stars 19 forks source link

Fix daily option for wide-format AQS #163

Closed zmoon closed 2 months ago

zmoon commented 3 months ago

Call the single time variable, which represents the local date, 'time' instead of 'time_local'.

This is consistent with the readers for the AirNow and AERONET daily products, which also just call the time variable 'time' even though it really represents the start of the local day in local standard time.

Also:

xref: https://github.com/NOAA-CSL/MELODIES-MONET/pull/249