mescal.decommission
Functions
|
This method aggregates the EoL flows that have been identified during the double-counting removal step in a |
Module Contents
- mescal.decommission._add_decommission_datasets(self, add_decom_ds_to_db: bool = True) None[source]
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.
- Parameters:
add_decom_ds_to_db (bool) – 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).
- Returns:
None
- Return type:
None