NCAR / GPEP

GNU General Public License v3.0
9 stars 6 forks source link

bug fix of minimum positive value #10

Closed guoqiang-tang closed 7 months ago

guoqiang-tang commented 7 months ago

The bug affects cases where the precipitation should happen but the probabilistic estimate is zero due to negative perturbation. The codes should assign a small value 0.1 to those case, but the previous code did this before the transformation. As the result, the value becomes 1.1038 after back transformation.