Skip to content

Commit

Permalink
Merge pull request #713 from pascal-sauer/develop
Browse files Browse the repository at this point in the history
mrdownscale output script
  • Loading branch information
pascal-sauer authored Sep 16, 2024
2 parents 284c5a3 + 0499bda commit 58d1391
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- **56_ghg_policy** added optional temporal and regional fader for GHG emission pricing policy
- **cropland** added option for discarding initial treecover on cropland
- **script** added output script for conversion of validation.mif file into validation.rds
- **script** for downscaling to 0.25 deg using LUH2v2h as reference via mrdownscale

### removed
-
Expand Down
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Imports:
Suggests:
goxygen,
languageserver,
mrdownscale (>= 0.23.0),
qgraph,
shinyresults,
XML
Expand Down
13 changes: 13 additions & 0 deletions scripts/output/extra/disaggregation_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.25 degree resolution in LUH2 format for ESMs
# comparison script: FALSE
# ------------------------------------------------------------------------------------------------
library(mrdownscale)
downscaleRunESM(outputdir)

0 comments on commit 58d1391

Please sign in to comment.