ktindiana / sphinxval

SPHINX validation code for solar energetic particle models
MIT License
3 stars 3 forks source link

Feature Request: Tracking number of All Clear forecast types with respect to SEP events #14

Open ktindiana opened 9 months ago

ktindiana commented 9 months ago

Track the number of forecasts associated with each individual SEP event in terms of:

Provide an event-by-event breakdown of those numbers, as was done in the previous version of the validation code.

rickyegeland commented 9 months ago

SPHINX_dataframe is a per-forecast output that gives lots of useful statistics / status/ conditions relevant to the forecast. Could there be a per-event output that includes the statistics above? (SPHINX_events ?)

We should avoid keeping important information in the log files only.