Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new input data rev6.84 and CES parameter for SSP2, SSP2_EU21, SSP1, SDP_MC, SDP_EI, SDP_RC, SSP2_lowEn, SSP5 #1757

Merged
merged 2 commits into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

### input data/calibration
- new input data rev6.84 [[#1757]] (https://github.com/remindmodel/remind/pull/1757)
- CES parameter and gdx files calibrated with new default diffLin2Lin for NPi
[[#1747]] (https://github.com/remindmodel/remind/pull/1747) and
[[#1757]] (https://github.com/remindmodel/remind/pull/1757)

### changed
- plastic waste by default does not lag plastics production by ten years
anymore; can be re-activated using `cm_wastelag`
Expand Down
4 changes: 2 additions & 2 deletions config/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ cfg$regionmapping <- "config/regionmappingH12.csv"
### Additional (optional) region mapping, so that those validation data can be loaded that contain the corresponding additional regions.
cfg$extramappings_historic <- ""
#### Current input data revision (<mainrevision>.<subrevision>) ####
cfg$inputRevision <- "6.83edgeTransportReloaded"
cfg$inputRevision <- "6.84"

#### Current CES parameter and GDX revision (commit hash) ####
cfg$CESandGDXversion <- "2ca8c53c815df225647013d19fb20b4a8031afe3"
cfg$CESandGDXversion <- "d4c62a8f11e8a6827310519df09c98eb425a4070"

#### Force the model to download new input data ####
cfg$force_download <- FALSE
Expand Down
Loading