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

In addSpecies() only issue warning if feeding level drops below critical level #280

Open
gustavdelius opened this issue Jan 24, 2023 · 0 comments
Labels
enhancement New feature requests or suggestions for enhancement of existing features low priority minor effort Resolving this issue will involve a minor effort setting parameters Issue relates to the part of mizer used for setting up MizerParams objects.

Comments

@gustavdelius
Copy link
Member

Currently, if one of the newly-added species has predation parameters that lead to a feeding level that drops below the critical feeding level, the function aborts with an error message: "Can not compute steady state due to zero growth rates for ...". This should be changed so that an error is issued only if the growth rate becomes zero already before the species reaches maturity size. If the species does make it to maturity before growth stops then only a warning should be issued. That will make it easier for the user to make adjustments to the new species interactively with tuneParams().

@gustavdelius gustavdelius added enhancement New feature requests or suggestions for enhancement of existing features setting parameters Issue relates to the part of mizer used for setting up MizerParams objects. minor effort Resolving this issue will involve a minor effort low priority labels Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature requests or suggestions for enhancement of existing features low priority minor effort Resolving this issue will involve a minor effort setting parameters Issue relates to the part of mizer used for setting up MizerParams objects.
Projects
None yet
Development

No branches or pull requests

1 participant