Given that Assets need to look up various process parameters for their commission year, I think it would be better to just do that lookup once and store the process parameters as a field in the asset. You could store Rc<ProcessParameter>s in the parameter map to make them cheap to copy (also useful for when there are ranges of years specified).
Originally posted by @alexdewar in #475 (review)
Given that
Assets need to look up various process parameters for their commission year, I think it would be better to just do that lookup once and store the process parameters as a field in the asset. You could storeRc<ProcessParameter>s in the parameter map to make them cheap to copy (also useful for when there are ranges of years specified).Originally posted by @alexdewar in #475 (review)