peterson-tim-j/AWAPer

Error when observation data is missing

giancarlo-bonotto opened this issue · 1 comments

Dear Tim,

AWAPer stopped working when there was a missing data point in the input data-frame used for the calculation of ET. I fixed that changing the following line in "extractCatchmentData":

576 - missing_method= NULL, abnormal_method='DoY average', message = "no")

576 - missing_method='DoY average', abnormal_method='DoY average', message = "no")

Bug fixed in v0.1.3 pushed to github on 23 Jan 2020