Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add KBDI as a calculated value #42

Open
2 tasks
danielg7 opened this issue Mar 5, 2018 · 0 comments
Open
2 tasks

Add KBDI as a calculated value #42

danielg7 opened this issue Mar 5, 2018 · 0 comments
Labels
enhancement New feature or request Low Not pressing but would be nice.
Milestone

Comments

@danielg7
Copy link
Owner

danielg7 commented Mar 5, 2018

http://nofc.cfs.nrcan.gc.ca/bookstore_pdfs/11084.pdf

Seems pretty straightforward with RAWS data. Maybe time to branch this off into another package for KBDI,10-hour, 1-hour, and even ERC?

KBDI =
10^-3 * [ [800 - MoistureDeficiency] * [0.968 exp(0.0486*DailyMaxTemp) - 8.30] * timeIncrement


(1 + 10.88 exp (-0.001736 * MeanAnnualPrecip) ]

MoistureDeficiency = Yesterday's KBDI OR KBDI - rainfall if rainfall exceeds 0.2 inches in a day

Either way:

  • Write function to read in wx data (DateTime, Temp, Rainfall)

  • Allow KBDI to be a selector for prescription

@danielg7 danielg7 added this to the Release 1.0 milestone Mar 5, 2018
@danielg7 danielg7 added enhancement New feature or request Low Not pressing but would be nice. labels Mar 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Low Not pressing but would be nice.
Projects
None yet
Development

No branches or pull requests

1 participant