-
Notifications
You must be signed in to change notification settings - Fork 35
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 access to time information in the init
function; Add Dimensions keys to d
#948
Comments
rffscghg/MimiRFFSPs.jl#31 for an example of where this could be useful |
bumping this -- would be useful for multiple teams -- I'll prioritize |
Getting started with this issue, we see in
This is where we can start passing more information to the (1) Pass the information through so that at least it can be used for lookups in things like |
Another option is to fill in the keys for the component dimension upon |
Another use case example: https://forum.mimiframework.org/t/setting-subset-for-regions/307/4 |
The
init
function currently only takesfunction init(p,v,d)
but does not have the time dimension, which could provide useful information to things like theMimiRFFSPs
component which needsstart_year
andend_year
to run properly, and these are currentlyParameters
that will not automatically update withset_dimension!
applied to a model.In addition, make sure that the dimensions or
d
object includes both the keys and values (names and integers) for indices to give richer information to the component functions.The text was updated successfully, but these errors were encountered: