Loading [MathJax]/jax/output/CommonHTML/fonts/TeX/fontdata.js

MAgPIE - An Open Source land-use modeling framework

4.6.11

created with goxygen 1.3.2

Costs (11_costs)

Description

The cost module determines the sum total of global production costs in each time step. MAgPIE’s objective is to minimize the global cost of production in a recursive dynamic way. The interface variable vm_cost_glo is used for this purpose. The model optimizes the production activities accordingly to ensure that all the demand and supply constraints are met while minimizing the global production costs.

Interfaces

Interfaces to other modules

Input

module inputs (A: default)
  Description Unit A
vm_bioenergy_utility
(i)
Utility as negative costs for producing bioenergy USD05MER/yr x
vm_cost_AEI
(i)
Annuitized irrigation expansion costs 106USD04MER/yr x
vm_cost_bv_loss
(j)
Biodiversity cost 106USD x
vm_cost_fore
(i)
Forestry costs 106USD x
vm_cost_hvarea_natveg
(i)
Cost of harvesting natural vegetation 106USD x
vm_cost_land_transition
(j)
Costs for lu transitions 106USD05MER/yr x
vm_cost_landcon
(j, land)
Costs for land expansion and reduction 106USD05MER/yr x
vm_cost_processing
(i)
Processing costs 106USD05MER/yr x
vm_cost_prod_crop
(i, factors)
Regional factor costs of capital and labor for crop production 106USD05MER/yr x
vm_cost_prod_fish
(i)
Fish factor costs 106USD05MER/yr x
vm_cost_prod_kres
(i, kres)
Production costs of harvesting crop residues 106USD05MER/yr x
vm_cost_prod_livst
(i, factors)
Livestock factor costs 106USD05MER/yr x
vm_cost_prod_past
(i)
Costs for putting animals on pastures 106USD05MER/yr x
vm_cost_timber
(i)
Actual cost of harvesting timber from forests 106USD/yr x
vm_cost_trade
(i)
Regional trade costs 106USD05MER/yr x
vm_cost_transp
(j, k)
Transportation costs 106USD05MER/yr x
vm_cost_urban
(j)
Technical adjustment costs x
vm_costs_additional_mon
(i)
Punishment cost for additionally transported monogastric livst_egg 106USD05MER/yr x
vm_emission_costs
(i)
Costs for emission rights for pollutants and greenhouse gases 106USD05MER/yr x
vm_maccs_costs
(i, factors)
Costs of technical mitigation of GHG emissions 106USD95MER/yr x
vm_nr_inorg_fert_costs
(i)
Cost of inorganic fertilizers 106USD05MER/yr x
vm_p_fert_costs
(i)
costs for mineral fertilizers 106USD05MER/yr x
vm_peatland_cost
(j)
One-time and recurring cost of managed peatland 106USD05MER/yr x
vm_processing_substitution_cost
(i)
Costs or benefits of substituting one product by another 106USD05MER/yr x
vm_reward_cdr_aff
(i)
Regional average annual expected revenue from afforestation 106USD05MER/yr x
vm_rotation_penalty
(i)
Penalty for violating rotational constraints USD05MER x
vm_tech_cost
(i)
Total Annuitized costs of TC 106USD05PPP/yr x
vm_water_cost
(i)
Cost of irrigation water USD05MER/m3 x

Output

module outputs
  Description Unit
vm_cost_glo Total costs of production 106USD05MER/yr

Realizations

(A) default

The default realization of the costs module calculates global production costs with a constraint of production always fulfilling the demand.

vm_cost_glo=i2v11_cost_reg(i2)

The global costs of production are represented by the sum of regional production costs of different production activities.

v11_cost_reg(i2)=factorsvm_cost_prod_crop(i2,factors)+kresvm_cost_prod_kres(i2,kres)+vm_cost_prod_past(i2)+vm_cost_prod_fish(i2)+factorsvm_cost_prod_livst(i2,factors)+cell(i2,j2),landvm_cost_landcon(j2,land)+cell(i2,j2),kvm_cost_transp(j2,k)+vm_tech_cost(i2)+vm_rotation_penalty(i2)+vm_nr_inorg_fert_costs(i2)+vm_p_fert_costs(i2)+vm_emission_costs(i2)vm_reward_cdr_aff(i2)+factorsvm_maccs_costs(i2,factors)+vm_cost_AEI(i2)+vm_cost_trade(i2)+vm_cost_fore(i2)+vm_cost_timber(i2)+vm_cost_hvarea_natveg(i2)+vm_cost_processing(i2)+vm_bioenergy_utility(i2)+vm_processing_substitution_cost(i2)+vm_costs_additional_mon(i2)+cell(i2,j2)vm_cost_land_transition(j2)+cell(i2,j2)vm_peatland_cost(j2)+cell(i2,j2)vm_cost_bv_loss(j2)+cell(i2,j2)vm_cost_urban(j2)+cell(i2,j2)vm_water_cost(i2)

The total regional production cost calculation is based on the sum of different MAgPIE production activities. These individual costs are calculated by various cost interfaces, which are in turn calculated inside their respective modules. Different components of regional costs are as follows: Factor costs (38_factor_costs), land conversion costs (39_landconversion), Transportation costs (40_transport), Technological costs (13_tc), Inorganic fertilizers (50_nr_soil_budget), Emission costs (56_ghg_policy), Rewarded CDR from afforestation (Benefits as negative costs) (56_ghg_policy), Abatement costs (57_maccs), Irrigation expansion costs (41_area_equipped_for_irrigation), Trade costs (Transport and bilateral trade) (21_trade), Forestry related costs (afforestation) (32_forestry), Bioenergy costs (60_bioenergy), Processing costs (20_processing), Punish costs for overrate cropland differences (59_som). Small costs for land transitions (10_land). Peatland degradation and restoration costs (58_peatland). Peatland emission costs (56_ghg_policy).

Limitations There are no known limitations.

Definitions

Objects

module-internal objects (A: default)
  Description Unit A
q11_cost_glo Objective function 106USD05MER/yr x
q11_cost_reg
(i)
Regional cost constraint 106USD05MER/yr x
v11_cost_reg
(i)
Regional costs 106USD05MER/yr x

Sets

sets in use
  description
cell(i, j) number of LPJ cells per region i
factors factors included in factor requirements
i all economic regions
i2(i) World regions (dynamic set)
iso list of iso countries
j number of LPJ cells
j2(j) Spatial Clusters (dynamic set)
k(kall) Primary products
kall All products in the sectoral version
kcr(kve) Cropping activities
kres(kall) Residues
land Land pools
mobil38 types of capital
reg regression parameters for capital calculation
t_all(t_ext) 5-year time periods
t(t_all) Simulated time periods
type GAMS variable attribute used for the output
w Water supply type
wage_scen version of wages

Authors

Benjamin Leon Bodirsky, Florian Humpenöder, Jan Philipp Dietrich

See Also

10_land, 13_tc, 18_residues, 20_processing, 21_trade, 30_crop, 31_past, 32_forestry, 34_urban, 35_natveg, 38_factor_costs, 39_landconversion, 40_transport, 41_area_equipped_for_irrigation, 42_water_demand, 44_biodiversity, 50_nr_soil_budget, 54_phosphorus, 56_ghg_policy, 57_maccs, 58_peatland, 60_bioenergy, 70_livestock, 71_disagg_lvst, 73_timber, 80_optimization

References