Model years
The years section sets the model database and projection periods.
Use the usual derived years
Only base and last_projection are required:
years:
base: 2023
last_projection: 2150
When omitted, calibration, linearisation and first projection years are derived from the base year. The last publishable year defaults to 70 years before the last projection year.
State every year explicitly
Use this form when a model deliberately differs from those defaults:
years:
base: 2023
calibration: 2022
carbon_coefficients_calibration: 2021
linearisation: 2023
first_projection: 2024
last_projection: 2150
last_publishable_projection: 2100
The last projection must be at least 40 years after the first projection. The publishable year must lie within the projection period.
Common errors
- Do not quote years: use
2023, not"2023". - Do not use
trueorfalsewhere a year is expected. - Do not put
last_publishable_projectionafterlast_projection.
G-Cubed