ktindiana / sphinxval

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

Bug: peak_intensity ignored in absence of threshold-carrying forecast #4

Open rickyegeland opened 10 months ago

rickyegeland commented 10 months ago

The main matching routine sphinxval.utils.match.match_all_forecasts() loops over all energy channels then all forecast thresholds. However, a model may wish to forecast peak intensity only and no other thresholded quantity (e.g. ADEPT). In this case, nothing is matched since the inner thresholds loop has no values.

SPHINX should evaluate standalone forecasts of peak_intensity.