# Topsheet Test title: DRT2030 emissions title_en: DRT2030 emissions title_de: DRT2030 Emissionen description: 'description' # Input files ------------------------- files: costTable: file: "../output/drt2030/hamburg-v2.2-10pct-drt2030.emissionsPerLink-hvvArea.csv" # These are text entry boxes in the UI # Calculations ------------------------ # these are evaluated top down! calculations: total_CO2: '{costTable.CO2_TOTAL} / 1000000 * 4' total_NOx: '{costTable.NOx} / 1000000 * 4' total_PM_n_exhaust: '({costTable.PM_non_exhaust}) / 1000000 * 4' total_PM_exhaust: '({costTable.PM}) / 1000000 * 4' # Table rows outputs: - title_en: Total CO2 emissions [t] title_de: Summe CO2 Emissionen [t] value: total_CO2 - title_en: Total PM non exhaust emissions [t] title_de: Summe PM Emissionen Abrieb etc [t] value: total_PM_n_exhaust - title_en: Total PM exhaust emissions [t] title_de: Summe PM Emissionen Auspuff [t] value: total_PM_exhaust - title_en: Total NOX emissions [t] title_de: Summe NOX Emissionen [t] value: total_NOx