-
Notifications
You must be signed in to change notification settings - Fork 17
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 function denoting steady state model or data #79
Labels
Comments
Ideas for the name of this function: is_steady_state or the opposite is_time_evolving. |
This issue also arises in the bmi-topography data component. |
In the meantime, we should implement the time functions, but use dummy values, like |
Hi Mark, Some thoughts that come to my mind in the context of this question.
|
Hi @hrajagers! Thank you for adding to this thread. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some models generate steady-state solutions. Similarly, some datasets represent a single time, or an averaged time period (e.g., ISRIC SoilGrids or USGS NLCD). In each case, the purpose of the BMI update function, as well as all the BMI time functions, become ambiguous. (How do you update a steady-state solution? What's the time step of the solution?)
This is a request to provide a BMI function that flags a model or dataset that doesn't change with time. When this flag is set we can set, or at least suggest, policies for how to implement the BMI update and time functions.
This issue arose from a recent discussion between @gantian127, @gregtucker, and @mcflugen.
The text was updated successfully, but these errors were encountered: