Draft: Reference period defined in Index_definition.yml and command line arg -reference_period (fixes #273)
Compare changes
The reference period is read from the index_definition.yml file as a parameter with 'kind' time_period, further information in #273 (closed). Can be specified from command line with e.g., -reference_period "['1971','2019']"
. The reference period is added as a global attribute reference_period: "1971 to 2019"
.
TODO: