.. _hco-known-bugs: ##################### Known bugs and issues ##################### Please see our HEMCO issue tracker on Github for a list of recent HEMCO bugs and fixes: - `Bugs and issues that have not yet been resolved `_ - `Bugs that have been resolved `_ Other known issues are listed below: ===================================== Masks cannot be applied to extensions ===================================== It is currently not possible to :ref:`geographically tag emissions ` computed by :ref:`hco-ext` in the same way that you would do for :ref:`base emissions `. We hope to add this feature into a future HEMCO release. ==================================================== HEMCO may not recognize alternate spellings of units ==================================================== If a unit string (e.g. :literal:`kg/m2/s`) read from a netCDF file matches the unit string listed under the :ref:`hco-cfg-base-srcunit` column of :ref:`the HEMCO configuration file `, then no unit conversion will happen. But if the unit string in the file is e.g. :literal:`kg m-2 s-1` and the unit in the configuration file is :literal:`kg/m2/s`, then HEMCO detects this as a difference in units, and will try to apply an automatic conversion that is really unnecssary. Therefore, we recommend not to rely on HEMCO's automatic unit capability, and to specfiy all scale factors for unit conversions explicitly in the configuration file.