Closed nhsavage closed 2 years ago
Updated EAS workbook5 wetday_count to >1mm threshold in 52fc291. Quick test of plot shows sensible looking output:
Wet day count also needed updating in 5.1b of notebooks/worksheet_solutions.ipynb
5.1e solutions was missing a line for pcent_bias_subset
. Added.
847328d
closed by #143
in the core EAS notebooks the example for how to calculate the number of wet days (worksheet 5, section 5.1) is wrong.
the aggregator used is:
this counts the number of days when the rainfall is not zero. The correct definition is precipitation >=1 mm/day
the correct approach is shown on the AFR-22 version:
https://github.com/MetOffice/PyPRECIS/blob/new/afr_22/notebooks/AFR-22/worksheet5.ipynb