-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
At present, overlapping time spans in the read_SWModel() routines are only partially handled, and overlapping time spans with identical datetime indices, or repeated datetime indices within the same SWModel input file, are not handled at all.
While repeated times should not be common, overlapping indices are, as in models which span a fixed length of time (i.e., a Carrington rotation + a few days) which need to be stitched together to create a longer timeseries. Both these issues, should, however, be able to be handled the same way.
Routines need to be added to all read_SWModel() model readers which:
- Detect repeated datetime indices in an input file
- Detect repeated datetime indices in the combined output
- Detect overlapping (but not necessary identical) datetime spans in the combined ouput
- Average overlapping model parameters together, reindexing in the case of non-identical overlapping datetime spans
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels