# Topsheet Test title: Emission Costs per day title_en: Total emission costs per day title_de: Emissionskosten pro Tag description: 'For cost rates, see also https://www.umweltbundesamt.de/sites/default/files/medien/378/publikationen/uba_methodenkonvention_2.0_-_anhang_b_0.pdf' # Input files ------------------------- files: base: file: "../output/baseCase/hamburg-v2.2-10pct-base.emissionsPerLink-hvvArea.csv.gz" reallab2030: file: "../output/reallab2030/hamburg-v2.2-10pct-reallabHH2030.emissionsPerLink-hvvArea.csv.gz" reallab2030plus: file: "../output/reallab2030plus/hamburg-v2.2-10pct-reallabHH2030-plus.emissionsPerLink-hvvArea.csv.gz" drt2030: file: "../output/drt2030/hamburg-v2.2-10pct-drt2030.emissionsPerLink-hvvArea.csv" proKlima2030: file: "../output/proKlima2030/hamburg-v2.2-10pct-proKlima2030.emissionsPerLink-hvvArea.csv" # These are text entry boxes in the UI userEntries: CO2_cost_rate: title_en: CO2 cost rate [€/t] title_de: CO2 Kosten [€/t] value: 100.0 NOx_cost_rate: title_en: NOx cost rate [€/t] title_de: NOx Kosten [€/t] value: 15400.0 PM_exhaust_cost_rate: title_en: PM exhaust cost rate [€/t] title_de: PM Auspuff Kosten [€/t] value: 33700.0 PM_n_exhaust_cost_rate: title_en: PM non-exhaust cost rate [€/t] title_de: PM Abrieb etc Kosten [€/t] value: 364100.0 # Calculations ------------------------ # these are evaluated top down! calculations: base_costs: '({base.CO2_TOTAL}*CO2_cost_rate + {base.NOx}*NOx_cost_rate + {base.PM}*PM_exhaust_cost_rate + {base.PM_non_exhaust}*PM_n_exhaust_cost_rate) /1000000 * 4' reallab2030_costs: '({reallab2030.CO2_TOTAL}*CO2_cost_rate + {reallab2030.NOx}*NOx_cost_rate + {reallab2030.PM}*PM_exhaust_cost_rate + {reallab2030.PM_non_exhaust}*PM_n_exhaust_cost_rate) /1000000 * 4' reallab2030plus_costs: '({reallab2030plus.CO2_TOTAL}*CO2_cost_rate + {reallab2030plus.NOx}*NOx_cost_rate + {reallab2030plus.PM}*PM_exhaust_cost_rate + {reallab2030plus.PM_non_exhaust}*PM_n_exhaust_cost_rate) /1000000 * 4' drt2030_costs: '({drt2030.CO2_TOTAL}*CO2_cost_rate + {drt2030.NOx}*NOx_cost_rate + {drt2030.PM}*PM_exhaust_cost_rate + {drt2030.PM_non_exhaust}*PM_n_exhaust_cost_rate) /1000000 * 4' proKlima2030_costs: '({proKlima2030.CO2_TOTAL}*CO2_cost_rate + {proKlima2030.NOx}*NOx_cost_rate + {proKlima2030.PM}*PM_exhaust_cost_rate + {proKlima2030.PM_non_exhaust}*PM_n_exhaust_cost_rate) /1000000 * 4' # Table rows outputs: - title: Base2019 value: base_costs - title: Reallab2030 value: reallab2030_costs - title: Reallab2030Plus value: reallab2030plus_costs - title: DRT2030 value: drt2030_costs - title: ProKlima2030 value: proKlima2030_costs