pangeo-data / scikit-downscale

Statistical climate downscaling in Python
https://scikit-downscale.readthedocs.io/en/latest/
Apache License 2.0
185 stars 47 forks source link

change exceedance prob from prob of dry to prob of rain #112

Closed orianac closed 2 years ago

orianac commented 2 years ago

This change grabs the code to grab the second column which is the probability that it will exceed the threshold (and in the application of GARD that corresponds to the probability of it raining). This simplifies the use of the results elsewhere and limits doing any 1-exceedance in other locations.