MetOffice / monio

Met Office NetCDF I/O (MONIO) written in C++ for file I/O in JEDI-based DA (JADA).
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

If a time cannot be found, print out times that are available. #46

Closed mo-joshuacolclough closed 2 months ago

mo-joshuacolclough commented 2 months ago

Description

Currently, when a time is requested that is not in the range of the file, an error is returned:

Reader::findTimeStep()> DateTime specified not located in file...

It would be useful for MONIO to give a bit more information showing what is available in the file.