Make SPs
component endogenously find start_year
and end_year
#31
Labels
enhancement
New feature or request
SPs
component endogenously find start_year
and end_year
#31
Right now you need to set
start_year
andend_year
for this component, but these will not be altered if, for example, you change thetime
dimension of the model. This was done because theinit
function needs access to this information but only has access toinit(p,v,d)
but nott
. We may be able to update this within Mimi (see mimiframework/Mimi.jl#948) or do it in a backdoor way within the component.The text was updated successfully, but these errors were encountered: