|
| 1 | +Package: magpiemodel |
| 2 | +Title: MAgPIE - An Open Source land-use modeling framework |
| 3 | +Version: 4.5.0 |
| 4 | +Date: 2022-11-07 |
| 5 | +Authors@R: c( |
| 6 | + person("Jan Philipp", "Dietrich", , " [email protected]"), |
| 7 | + person("Benjamin Leon", "Bodirsky", , " [email protected]"), |
| 8 | + person("Isabelle", "Weindl", , " [email protected]"), |
| 9 | + person("Florian", "Humpenöder", , " [email protected]"), |
| 10 | + person("Miodrag", "Stevanovic", , " [email protected]"), |
| 11 | + person("Ulrich", "Kreidenweis"), |
| 12 | + person("Xiaoxi", "Wang", , " [email protected]"), |
| 13 | + person("Kristine", "Karstens", , " [email protected]"), |
| 14 | + person("Abhijeet", "Mishra", , " [email protected]"), |
| 15 | + person("Felicitas Dorothea", "Beier", , " [email protected]"), |
| 16 | + person("Edna Johanna", "Molina Bacca", , " [email protected]"), |
| 17 | + person("Patrick", "von Jeetze", , " [email protected]"), |
| 18 | + person("Michael", "Windisch", , " [email protected]"), |
| 19 | + person("Michael Scott", "Crawford", , " [email protected]"), |
| 20 | + person("Debbora", "Leip", , " [email protected]"), |
| 21 | + person("David", "Klein", , " [email protected]"), |
| 22 | + person("Vartika", "Singh", , " [email protected]"), |
| 23 | + person("Geanderson", "Ambrósio", , " [email protected]"), |
| 24 | + person("Ewerton", "Araujo", , " [email protected]"), |
| 25 | + person("Anne", "Biewald"), |
| 26 | + person("Hermann", "Lotze-Campen", , " [email protected]"), |
| 27 | + person("Alexander", "Popp", , " [email protected]") |
| 28 | + ) |
| 29 | +Description: The Model of Agricultural Production and its Impact on the |
| 30 | + Environment (MAgPIE) is a modular open source framework for modeling |
| 31 | + global land-systems, which is coupled to the grid-based dynamic |
| 32 | + vegetation model LPJmL, with a spatial resolution of 0.5°x0.5°. It |
| 33 | + takes regional economic conditions such as demand for agricultural |
| 34 | + commodities, technological development and production costs as well as |
| 35 | + spatially explicit data on potential crop yields, land and water |
| 36 | + constraints (from LPJmL) into account. Based on these, the model |
| 37 | + derives specific land use patterns, yields and total costs of |
| 38 | + agricultural production for each grid cell. The objective function of |
| 39 | + the land use model is to minimize total cost of production for a given |
| 40 | + amount of regional food and bioenergy demand. Regional food energy |
| 41 | + demand is defined for an exogenously given population in 10 food |
| 42 | + energy categories, based on regional diets. Future trends in food |
| 43 | + demand are derived from a cross-country regression analysis, based on |
| 44 | + future scenarios on GDP and population growth. |
| 45 | +License: modified AGPL3, see LICENSE file |
| 46 | +URL: https://github.com/magpiemodel/magpie, |
| 47 | + https://doi.org/10.5281/zenodo.1418752 |
| 48 | +BugReports: https://github.com/magpiemodel/magpie/issues |
| 49 | +Imports: |
| 50 | + callr, |
| 51 | + citation, |
| 52 | + curl, |
| 53 | + data.table, |
| 54 | + dplyr, |
| 55 | + gdx, |
| 56 | + gdxrrw, |
| 57 | + ggplot2, |
| 58 | + ggrepel, |
| 59 | + gms, |
| 60 | + here, |
| 61 | + iamc, |
| 62 | + lucode2 (>= 0.36.0), |
| 63 | + luplot, |
| 64 | + luscale, |
| 65 | + lusweave, |
| 66 | + m4fsdp, |
| 67 | + madrat, |
| 68 | + magclass, |
| 69 | + magpie4, |
| 70 | + MagpieNCGains, |
| 71 | + magpiesets, |
| 72 | + mip, |
| 73 | + mrcommons, |
| 74 | + patchwork, |
| 75 | + quitte, |
| 76 | + raster, |
| 77 | + remulator, |
| 78 | + renv, |
| 79 | + stringr, |
| 80 | + txtplot, |
| 81 | + withr |
| 82 | +Encoding: UTF-8 |
| 83 | +RoxygenNote: 7.2.1 |
0 commit comments