getReportGridNitrogenPollution: getReportGridNitrogenPollution

View source: R/getReportGridNitrogenPollution.R

getReportGridNitrogenPollutionR Documentation

getReportGridNitrogenPollution

Description

Reports nutrient surplus indicators as well as exceedance of the critical nitrogen surplus at the grid level

Usage

getReportGridNitrogenPollution(
  magpieOutputDir,
  reportOutputDir = NULL,
  scenario = NULL
)

Arguments

magpieOutputDir

a magpie output directory which contains a mapping file (clustermap*.rds) for the disaggregation of grid output

reportOutputDir

a folder name for the output to be written to. If NULL the report is not saved to disk, and only returned to the calling function.

scenario

the name of the scenario used. If NULL the report is not saved to disk, and only returned to the calling function.

Value

A list of MAgPIE objects containing the reports

Author(s)

Michael Crawford

Examples


  ## Not run: 
    x <- getReportGridNitrogenPollution(gdx, magpieOutputDir)
  
## End(Not run)


pik-piam/magpie4 documentation built on Sept. 20, 2024, 10 a.m.