Function that uses emulated yield data aggregated to GCAM basin level to create GCAM region, basin, and irrigation level data for all GCAM commodities
yield_to_gcam_basin(
write_dir = "outputs_yield_to_gcam_basin",
emulated_basin_yield_dir = NULL,
iso_GCAM_region_mapping = NULL,
FAO_ag_mapping = NULL,
iso_harvest_area_mapping = NULL,
iso_GCAM_basin_mapping = NULL,
max_CCImult = 2.5,
min_CCImult = 0.01,
weight_floor_ha = 1,
rolling_avg_years = 15,
maxHistYear = 2010,
minFutYear = 2015,
maxFutYear = 2100
)Default = "outputs_yield_to_gcam_basin". Output Folder
Default = NULL
Default = NULL
Default = NULL
Default = NULL
Default = NULL
Default = 2.5 Upper limit on positive climate impacts (multiplier)
Default = 0.01 Lower limit on negative climate impacts (multiplier)
Default = 1 Floor on area weights, in hectares. Below this climate impacts will be ignored. These are more likely than others to be problematic. 1 hectare = 0.01 km^2 = 1e-5 thou km^2, GCAM land units.
Default = 15 Set the number of years to define the range for rolling averages (range = 2 times this plus 1)
Default = 2010 Historical year for which to apply rolling averages
Default = 2015 Min future year for which to apply rolling averages
Default = 2100 Max future year for which to apply rolling averages
number