Open
Description
I noticed that many (all?) of the stream_definition xml files define a first_year and last_year like this:
I see two problems with this:
- If you change the start & end years defined in config_component, you need to also change these years; it isn't obvious that you need to do this.
- I think this reduces flexibility for a user who may want to set custom start & end years for forcing data for their case.
A simple fix is to expand these years to have a ridiculously huge range, as I did in 48a26e6
I think a cleaner fix would involve making first_year and last_year optional here. From a quick glance through the code that parses this, it looks like these may currently be required.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo ~ months