Conversation
| default=2025, | ||
| validators=[ | ||
| MinValueValidator(2023), | ||
| MinValueValidator(2025), |
There was a problem hiding this comment.
Should we really not allow users to give a past year for this? What if we want to model a system that already exists to validate or something?
There was a problem hiding this comment.
I might be missing something, but users can give a year for this, it just has to be between 2025-2050 because those are the years for which Cambium has data. If they want to run a past year, they would need to supply their own custom emissions rates.
There was a problem hiding this comment.
I guess I was thinking that if cambium has time steps every 5 years from 2025 to 2050 and the nominal year also covers the 4 years preceding, that users would be allowed to provide a start year from 2021 to 2050. Maybe that's wrong though.
This reverts commit eba4d40.
Inputs and outputs from:
Added
Changed