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

Reconfigure usage of technology modules in tools.costs #221

Merged
merged 13 commits into from
Oct 1, 2024

Commits on Oct 1, 2024

  1. Remove module name from CSV files

    measrainsey authored and khaeru committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f771818 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3d016e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd03572 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2934033 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d381f7 View commit details
    Browse the repository at this point in the history
  6. Remove rounding of reference region base year cost

    Rounding is causing issues when the base year cost is below 0.5 (such is the case for some cooling technologies). These values are rounded down to 0, which then causes NAs for cost projections.
    measrainsey authored and khaeru committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    874ca51 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ff3c77f View commit details
    Browse the repository at this point in the history
  8. Set fix_cost in non-energy module to be chosen over in energy module …

    …if both are specified
    measrainsey authored and khaeru committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    53b2bee View commit details
    Browse the repository at this point in the history
  9. Add back type hints for module

    measrainsey authored and khaeru committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    c9be91c View commit details
    Browse the repository at this point in the history
  10. Update doc/whatsnew

    measrainsey authored and khaeru committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8cad50c View commit details
    Browse the repository at this point in the history
  11. Add condition for when no regional difference source is given

    In cases like these, make `reg_cost_ratio` = 1, so there is no regional differentiation (all costs the same across regions).
    measrainsey committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a76ef24 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cdc7147 View commit details
    Browse the repository at this point in the history
  13. Edit comments

    measrainsey committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    df31a55 View commit details
    Browse the repository at this point in the history