10.6. copro.utils.determine_projection_period¶
- copro.utils.determine_projection_period(config_REF, config_PROJ)[source]¶
Determines the period for which projections need to be made. This is defined as the period between the end year of the reference run and the specified projection year for each projection.
- Parameters
config_REF (ConfigParser-object) – object containing the parsed configuration-settings of the model for the reference run.
config_PROJ (ConfigParser-object) – object containing the parsed configuration-settings of the model for a projection run..
- Returns
list containing all years of the projection period.
- Return type
list