Skip to content

Commit

Permalink
Merge pull request #748 from pascal-sauer/develop
Browse files Browse the repository at this point in the history
mrdowscale scripts
  • Loading branch information
pascal-sauer authored Nov 20, 2024
2 parents 0a8eaa7 + 8726ddf commit 88fa677
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- **core** number of age-classes doubled from 150 to 300 years for better match of growth curves with potential natural vegetation.
- **35_natveg** revised age-class initialization of secondary forest
- **modules** update of scaling factors in several modules
- **scripts** renamed disaggregation_mrdownscale.R -> mrdownscale_LUH2.R
- **config** default for `c60_bioenergy_subsidy` changed from 369 to 246 USD17MER per ton

### added
- **62_material** added switch to turn off future material demand for bioplastic
- **config** added SSP1-POP-GDP SSP2-POP-GDP and SSP5-POP-GDP
- **modules[29-35]** added initial values for ov_bv for better starting point
- **scripts** add mrdownscale script (0.5deg downscaling using LandUseInit as reference)

### removed
-
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Imports:
Suggests:
goxygen,
languageserver,
mrdownscale (>= 0.23.0),
mrdownscale (>= 0.28.0),
qgraph,
shinyresults,
XML
Expand Down
13 changes: 13 additions & 0 deletions scripts/output/extra/mrdownscale.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
# | authors, and contributors see CITATION.cff file. This file is part
# | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
# | AGPL-3.0, you are granted additional permissions described in the
# | MAgPIE License Exception, version 1.0 (see LICENSE file).
# | Contact: [email protected]

# ------------------------------------------------------------------------------------------------
# description: Downscale MAgPIE results to 0.5 degree resolution using landuseinit as reference data
# comparison script: FALSE
# ------------------------------------------------------------------------------------------------
library(mrdownscale)
downscaleRun(outputdir, "DOWNSCALEDMAGPIE")
File renamed without changes.

0 comments on commit 88fa677

Please sign in to comment.