BCWF-Wetlands / wespr

Conversion of WESP excel Calculator to R functions.
Apache License 2.0
3 stars 0 forks source link

WS:Function: The calculation for outflow confinement (constric), is different than other indicators #17

Closed ateucher closed 8 months ago

ateucher commented 9 months ago

(=IF((NoOutlet+NoOutletX>0),"",IF((D75=1),"", MAX(F72:F74)/MAX(E72:E74))) in WS vs =IF((NeverWater+TempWet>0),"",IF((NoOutlet+NoOutletX>0),"",IF((D48=1),"",MAX(F45:F47)/MAX(E45:E47)))) in SR and CS

gcperk commented 9 months ago

Also not that in PR_fun the calculation is he same as WS and different to SR and CS

gcperk commented 8 months ago

confirmed to keep the first version not second