View source: R/reportLandUseForSEALS.R
reportLandUseForSEALS | R Documentation |
Writes MAgPIE land use projections to a specific NetCDF that can be read by the Spatial Economic Allocation Landscape Simulator (SEALS) model for generating high resolution land use maps.
reportLandUseForSEALS(
magCellLand = "cell.land_0.5_share.mz",
outFile = NULL,
dir = ".",
selectyears = c(2020, 2030, 2050)
)
magCellLand |
Disaggregated land use (grid-cell land area share) as magclass object or file (.mz) from a MAgPIE run. |
outFile |
a file name the output should be written to using |
dir |
output directory which contains cellular magpie output |
selectyears |
Numeric vector of years to provide data for. |
Proportions of different land use classes per grid sell in a NetCDF format.
Patrick v. Jeetze
## Not run:
x <- reportLandUseForSEALS(
magCellLand = "cell.land_0.5_share.mz",
outFile = "cell.land_0.5_SEALS.nc",
selectyears = c(2020, 2030, 2050)
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.