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

Update water to use cost projections from tools.costs #243

Merged
merged 7 commits into from
Nov 14, 2024
Merged

Commits on Nov 14, 2024

  1. Change to using costs module for investment costs of cooling technolo…

    …gies
    
    NOTES:
    - This creates an `inv_cost` that is the same format as the previous `inv_cost`
    - This updated method also has the period 2020 in the output, which the previous method did not
    - Currently the specified cost projection method is the GDP convergence method
    - We want to add the functionality to get cost projects for a specific SSP scenario. I have tentatively added a `context.ssp` as the parameter for the cost module Config, but this `ssp` parameter does not exist in the Context currently I believe. So will need to add that.
    measrainsey authored and khaeru committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c04df6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82f7d0d View commit details
    Browse the repository at this point in the history
  3. Add ssp attribute to water CLI

    measrainsey authored and khaeru committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    d2abbad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7927343 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4fd9a38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3e734b9 View commit details
    Browse the repository at this point in the history
  7. Update whatsnew for PR 245

    adrivinca authored and khaeru committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6e2ba3b View commit details
    Browse the repository at this point in the history