Unit definitions and conversion utilities for integrated-assessment modeling research. Version 2026.3.10 requires Python >=3.10 and is released frequently (monthly).
pip install iam-unitsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic conversion between common IAM units.
Review all calculations involving 'MtC' and update to explicit 'Mt C' or 'Mt CO2_eq'.
Replace `from iam_units.energy import ...` with `from iam_units import emissions`.
Use `uc.convert(..., return_quantity=True)` to get a pint Quantity object.
No dependency data recorded yet.