MAgPIE - An Open Source land-use modeling framework

4.2.1

created with goxygen 1.3.0

Factor Costs (38_factor_costs)

Description

This module is used to calculate factor costs of production in crop activities. The costs of factors of production included in this module are specifically of labor, capital, and energy and related costs. The costs are crop-specific, and pass to the the cost function in 11_costs. Thus, factor costs will contribute to and influence the choice of production pattern in the model.

Interfaces

Interfaces to other modules

Input

module inputs (A: fixed_per_ton_mar18 | B: mixed_feb17)
  Description Unit A B
fm_tau1995
(i)
Agricultural land use intensity tau in 1995 \(1\) x
vm_area
(j, kcr, w)
Agricultural production area \(10^6 ha\) x
vm_prod_reg
(i, kall)
Regional aggregated production \(10^6 tDM/yr\) x
vm_tau
(i)
Agricultural land use intensity tau \(1\) x

Output

module outputs
  Description Unit
vm_cost_prod
(i, kall)
Factor costs \(10^6 USD_{05MER}/yr\)

Realizations

(A) fixed_per_ton_mar18

This realization relates factor costs to volume of production of a given crop. The latter 17_production depends on area harvested from 30_crop and yields from 14_yields. In other words, in this implementation, factor costs entirely depend on the volume of production. As such, there are no incentives to allocate and concentrate production into more productive cells.

\[\begin{multline*} vm\_cost\_prod(i2,kcr) = vm\_prod\_reg(i2,kcr) \cdot f38\_fac\_req\_per\_ton(kcr) \end{multline*}\]

The factor requirement costs vm_cost_prod are calculated as product of production quantity vm_prod_reg and crop-specific world average factor costs of production per volume f38_fac_req_per_ton. The volume depending factor costs, which remains fixed overtime, are obtained from value-added costs which correspond to the factor of production included in this module from GTAP7 (Narayanan and Walmsley (2008)). It worth to mention again that the factor costs in this module do not include land rents (as MAgPIE calculates land rents endogenously), chemical fertilizer costs (as they are calculated in 50_nr_soil_budget module), and costs of agricultural intermediate inputs such as seeds (to avoid double counting in the model).

Limitations This realization assumes that factor costs, within a region, purely depend on the production and are independent of the area under cultivation. By implication, cases in which the harvested area could significantly influence factors costs are hardly accounted in this realization.

(B) mixed_feb17

This ‘mixed’ realization specifies factors costs to depend on area harvested and agricultural land use intensity and corresponding average production volumes. Consequently, factor costs in this realization react on both: area under production and average productivity of a region as captured by the \(\tau\) factor. A detailed description of the approach can be found in Dietrich et al. (2014) with background information about the used intensity measure in Dietrich et al. (2012).

\[\begin{multline*} vm\_cost\_prod(i2,kcr) = \sum_{cell(i2,j2), w}\left( vm\_area(j2,kcr,w) \cdot f38\_region\_yield(i2,kcr) \cdot \frac{vm\_tau(i2)}{fm\_tau1995(i2)} \cdot f38\_fac\_req(kcr,w)\right) \end{multline*}\]

The equation above shows that factor requirement costs vm_cost_prod mainly depend on area harvested vm_area and average regional land-use intensity levels vm_tau. Multiplying the land-use intensity increase increases since 1995 with average regional yields f38_region_yield gives the average regional yield. Multiplied with the area under production it gives the production of this location assuming an average yield. Multiplied with estimated factor requirement costs per volume f38_fac_req returns the total factor costs.

The crop-and-water specific factor costs per volume of crop production f38_fac_req are obtained from Narayanan and Walmsley (2008). Splitting factors costs into costs under irrigation and under rainfed production was performed based on the methodology described in Calzadilla, Rehdanz, and Tol (2011).

In this realization, regardless of the cellular productivity, the factor costs per area are identical for all cells within a region. This implicitly gives an incentive to allocate and concentrate production to highly productive cells.

Limitations This realization assumes that factor costs only depend on area and average productivity of a region. Productivity differences within a region are ignored. Therefore, cases in which the cellular productivity levels affect factors costs are only partially accounted for.

Definitions

Objects

module-internal objects (A: fixed_per_ton_mar18 | B: mixed_feb17)
  Description Unit A B
f38_fac_req
(kcr, w)
Factor requirement costs \(USD_{05MER}/tDM\) x
f38_fac_req_per_ton
(kcr)
Factor requirement costs \(USD_{05MER}/tDM\) x
f38_region_yield
(i, kcr)
Regional crop yields \(tDM/ha\) x
q38_cost_prod_crop
(i, kcr)
Regional factor input costs for plant production \(10^6 USD_{05MER}/yr\) x x

Sets

sets in use
  description
cell(i, j) number of LPJ cells per region i
i all economic regions
i2(i) World regions (dynamic set)
j number of LPJ cells
j2(j) Spatial Clusters (dynamic set)
kall All products in the sectoral version
kcr(kve) Cropping activities
t(t_all) Simulated time periods
type GAMS variable attribute used for the output
w Water supply type

Authors

Jan Philipp Dietrich, Benjamin Bodirsky, Kristine Karstens

See Also

13_tc, 17_production, 18_residues, 30_crop, 31_past, 38_factor_costs, 70_livestock

References

Calzadilla, Alvaro, Katrin Rehdanz, and Richard S. J. Tol. 2011. “The Gtap-W Model: Accounting for Water Use in Agriculture.” Kiel Working Paper 1745. Kiel: Kiel Institute for the World Economy (IfW). http://hdl.handle.net/10419/54939.

Dietrich, Jan Philipp, Christoph Schmitz, Hermann Lotze-Campen, Alexander Popp, and Christoph Müller. 2014. “Forecasting Technological Change in Agriculture—an Endogenous Implementation in a Global Land Use Model.” Technological Forecasting and Social Change 81: 236–49. https://doi.org/10.1016/j.techfore.2013.02.003.

Dietrich, Jan Philipp, Christoph Schmitz, Christoph Müller, Marianela Fader, Hermann Lotze-Campen, and Alexander Popp. 2012. “Measuring Agricultural Land-Use Intensity – A Global Analysis Using a Model-Assisted Approach.” Ecological Modelling 232 (May): 109–18. https://doi.org/10.1016/j.ecolmodel.2012.03.002.

Narayanan, G. Badri, and Eds. Walmsley Terrie L. 2008. Global Trade, Assistance, and Production: The Gtap 7 Data Base. Center for Global Trade Analysis, Purdue University. http://www.gtap.agecon.purdue.edu/databases/v7/v7_doco.asp.