You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Current input data revision (<mainrevision>.<subrevision>) ####
cfg$inputRevision <- "6.316"
#### Current CES parameter and GDX revision (commit hash) ####
-cfg$CESandGDXversion <- "346023c22fb098052539fbbfdda2041b5114d82c"+cfg$CESandGDXversion <- "b577e6de076abd3c12ca0385002af599db370c2c"
The commit https://github.com/remindmodel/CESparameters/commit/b577e6de076abd3c12ca0385002af599db370c2c contained new calibrations for SSP2EU and SSP1 based on input data revision 6.316 alright, but the packed file CESparametersAndGDX_b577e6de076abd3c12ca0385002af599db370c2c.tgz contains calibration data for all other scenarios from different input data revisions, breaking at least SDP and SSP5 runs and putting the model into an unknown state with respect to the input data revision and calibration data.
$ echo -e "commit | date | file\n-|-|-"; for f in *.gdx; do git --no-pager log -n 1 --format="%h | %cd | $f" --date=short -- "$f"; done | sort -rk 3,3
tl;dr:
- Update of CES mark-up cost implementation: industry mark-up cost budget-neutral as tax, adapt some default cost, refactoring #980 was approved (by me) on September 26
- 6361750 was committed and merged on November 8 (!)
6361750
The commit https://github.com/remindmodel/CESparameters/commit/b577e6de076abd3c12ca0385002af599db370c2c contained new calibrations for
SSP2EU
andSSP1
based on input data revision 6.316 alright, but the packed fileCESparametersAndGDX_b577e6de076abd3c12ca0385002af599db370c2c.tgz
contains calibration data for all other scenarios from different input data revisions, breaking at leastSDP
andSSP5
runs and putting the model into an unknown state with respect to the input data revision and calibration data.The text was updated successfully, but these errors were encountered: