-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull request #218: Plp/bugfix/060121
Merge in JGCRI/gcam-core from plp/bugfix/060121 to master * commit '64ab9a0040a16aab53a3a059f84ba54d3b92db82': (31 commits) Update links to slides and videos Add GCAMv5.1 publication to README Add changes that attempts to detect if Broyden is stuck in a local minimum and allows it to try to jump out if so. Otherwise it can not becuase we only allow each step to strictly make the solution better. Bump version to 5.4 One last rebuild of package data and fix some errors / warnings after CEDS update Remove TODO in comments now that we added SolutionInfo::getSolutionFloor Address comments on zchunk_L112.ceds_ghg_en_R_S_T_Y.R Address PR comments including initialization of params in GHGPolicy and use solution floor instead of arbitrary hard coding it in the Preconditioner. To do this we have to make the solution floor available in SolutionInfo. Fix bug where fgas emissions unit only got set from some years and not all (applicable) years resulting in inconsistent units reported to the database by year Update zchunk_L112.ceds_ghg_en_R_S_T_Y.R Update initial tax guesses for 2.6 target finder files for 5.4 Fix primary energy rewrites for traded*CCS Clean up a couple more precursor warnings Some fixes to primary energy and food demand queries Take case of deprecation warning about `group_by` / `add` Update the compiled .jar files and the modelinterface submodule to reflect the bugfix changes Some solution changes that got lost in the shuffle which were meant to be in with the last set of solution fixes (the CMP even describes that it is!). The only change of consequence is to set the scale of demands to 1 if the market is solved below the solution floor so that Broyden doesn't waste iterations on such markets. In theory this should help with variability in solution performance with parallel turned on. Fix bug with negative emissions budget + linked policies + constraint which was causing GHG constraints to have poor solution behavior Fix GHGPolicy so that taxes and constraints do not use the sentinal value -1 to indicate not set and use the Value class in this case. Update electricity cost files / calculations to ensure that all technologies receive a variable O&M cost input (even if it is zero). This adds an OM-var cost for CSP & CSP_storage, which will (modestly) impact results. ...
- Loading branch information
Showing
62 changed files
with
247 additions
and
304 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.