Financial transfers
Besides emission trading, another mechanism to redistribute costs among regions is by allowing financial transfers to compensate for damage costs. In MIMOSA, two types can be chosen: either no financial transfers (default), or a global damage cost pool.
The financial transfer module can be chosen using the parameter financialtransfer module.
Unlike emission trading, financial transfers do not change the emission reductions attributed to a region or its regional emission allowances.
Usage:
params = load_params()
params["model structure"]["financialtransfer module"] = "notransfer"
model = MIMOSA(params)
Without financial transfers, this variable is always equal to zero:
Source code in mimosa/components/financialtransfer/notransfer.py
Usage:
params = load_params()
params["model structure"]["financialtransfer module"] = "globaldamagepool"
model = MIMOSA(params)
When allowing financial transfers for a global damage cost pool, a region can receive financial transfers up to its level of climate damages:
The sum of financial transfers per time period should be zero, since it is a redistribution of costs:
Also, in the first year, no financial transfers are allowed:
financial_transfer_abs is expressed in currency units (dollars), while
financial_transfer is expressed as a fraction of gross GDP: