We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: