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

Can't find k600.2.kGAS.base() - Issue when trying to run the model with water quality #5

Closed
rosalieb opened this issue Sep 23, 2022 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@rosalieb
Copy link
Contributor

When water.quality = TRUE in run_thermalmodel(), I get the message:

Error in k600.2.kGAS.base(k.vachon.base(wnd = WIND, lake.area = max(AREA)), :
could not find function "k600.2.kGAS.base"

@robertladwig
Copy link
Owner

You'd need to install library(LakeMetabolizer)
install.packages('LakeMetabolizer')
I used functions from there to create custom algorithm for oxygen.

@robertladwig robertladwig added the documentation Improvements or additions to documentation label Sep 23, 2022
@rosalieb
Copy link
Contributor Author

oops sorry I went too fast. Yep it works now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants