NOAA-ORR-ERD / LibGOODS

Library for accessing data useful for the NOAA / GNOME model
https://libgoods.readthedocs.io/en/latest/
Other
1 stars 2 forks source link

Temporal resolution of start datetime #27

Closed kthyng closed 1 year ago

kthyng commented 1 year ago

@ChrisBarker-NOAA When you query a model for the available time range, do you just want the start date or do you also want the specific time of the first available file on that date? On the end date it is more complicated for forecast files since the forecast hours push out the date and have to be checked regardless, therefore not searching for the time won't save any computation time.

ChrisBarker-NOAA commented 1 year ago

Hmm -- I would think it should be a full datetime -- there's a big difference between 0000hours and 2300 after all. And with timezones, it can get weird.

-CHB

kthyng commented 1 year ago

ok, thanks!