Skip to content

Commit

Permalink
Merge pull request #591 from pvjeetze/develop
Browse files Browse the repository at this point in the history
Extended set of years that are reported to SEALS
  • Loading branch information
pvjeetze authored Aug 17, 2023
2 parents 6bc6aab + 68197b7 commit bf3f871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]

### changed
-
- **scripts** All time steps between 2015 and 2050 are now reported to SEALS

### added
-
Expand Down
2 changes: 1 addition & 1 deletion scripts/output/extra/reportMAgPIE2SEALS.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ title <- cfg$title
reportLandUseForSEALS(
magCellLand = "cell.land_0.5_share.nc",
outFile = paste0("cell.land_0.5_SEALS_", title, ".nc"),
dir = outputdir, selectyears = c(2015, 2050)
dir = outputdir, selectyears = c(2015, 2020, 2025, 2030, 2035, 2040, 2045, 2050)
)

0 comments on commit bf3f871

Please sign in to comment.