Even when for instance HFC|HFC125 is fed into aneris as kt HFC125/yr, current code in utils.py (notably unit_gas_names = {...}, def gases(...) and def units(...)) force all gases in one sector to have the same output string (while actually no conversion of the numbers happens).
Even when for instance
HFC|HFC125
is fed into aneris askt HFC125/yr
, current code inutils.py
(notablyunit_gas_names = {...}
,def gases(...)
anddef units(...)
) force all gases in one sector to have the same output string (while actually no conversion of the numbers happens).