mescal.decommission =================== .. py:module:: mescal.decommission Functions --------- .. autoapisummary:: mescal.decommission._add_decommission_datasets Module Contents --------------- .. py:function:: _add_decommission_datasets(self, add_decom_ds_to_db: bool = True) -> None This method aggregates the EoL flows that have been identified during the double-counting removal step in a decommission dataset. This is applied to every technology that has not already a decommission adataset. The mapping, unit conversion, and technology compositions files are updated accordingly. :param add_decom_ds_to_db: If True, decommission datasets are added to the main database. This argument is True when decommission datasets are created during the create_esm_database method. This argument is False there is a need to recover decommission datasets codes from the ESM database (outside the create_esm_database method). :return: None