-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
[BUG]: We cannot check if indices times are valid
Since GITM cannot check if file_time is < end_time and file_time > start_time, we have to read in entire indices files. And then of course cannot check that the entire run is covered by indices.
- Please fill out any of the sections below which are relevant to the bug.
- Feel free to edit, delete, or re-order the sections included in the template.
- Please attach any input files necessary to reproduce the bug. If GITM maintainers cannot reproduce the bug, it may cause delays.
Fixing options:
- Currently, this is hacked around. Commit 04085aa says to use old readers (without any time info) and then don't check anything.
- We can possibly pass start/end times over from the SWMF
- in-situ checks of whether indices are valid? but then runs will fail midway through. Sub-optimal!
- something else?