# Topsheet Test title: Coach emissions title_en: Coach emissions title_de: Coach emissions description: 'description' # Input files ------------------------- files: costTable: file: "base/bus.emissionsPerLink_parkingTotal.csv" # These are text entry boxes in the UI # Calculations ------------------------ # these are evaluated top down! calculations: total_CO2: '{costTable.CO2_TOTAL} / 1000' total_NOx: '{costTable.NOx} / 1000' total_PM_n_exhaust: '({costTable.PM_non_exhaust}) / 1000' total_PM_exhaust: '({costTable.PM}) / 1000' # 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