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

add country specific technology costs #773

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

Tomkourou
Copy link
Contributor

@Tomkourou Tomkourou commented Jun 20, 2023

Closes #756

Changes proposed in this Pull Request

Checklist

  • I consent to the release of this PR's code under the AGPLv3 license and non-code contributions under CC0-1.0 and CC-BY-4.0.
  • I tested my contribution locally and it seems to work fine.
  • Code and workflow changes are sufficiently documented.
  • Newly introduced dependencies are added to envs/environment.yaml and doc/requirements.txt.
  • Changes in configuration options are added in all of config.default.yaml and config.tutorial.yaml.
  • Add a test config or line additions to test/ (note tests are changing the config.tutorial.yaml)
  • Changes in configuration options are also documented in doc/configtables/*.csv and line references are adjusted in doc/configuration.rst and doc/tutorial.rst.
  • A note for the release notes doc/release_notes.rst is amended in the format of previous release notes, including reference to the requested PR.

@Tomkourou
Copy link
Contributor Author

Tomkourou commented Jun 20, 2023

Still work in progress but this PR applies technology costs at the country level. If country data is not available in the costs.csv it will look for continent level e.g. if "TH" is missing it will look for "Asia" and if "Asia" is missing it will apply global costs.

Once this is in good shape it will require to go upstream on technology_costs and add country specific data.

A good test to see if these changes are working as expected will be to test global costs on the tutorial (i.e. the same costs as we currently have) and check that they are all the same as before the changes were made.

@Tomkourou Tomkourou changed the title add country specific costs to conventional gen add country specific technology costs Jun 21, 2023
@davide-f davide-f mentioned this pull request Oct 1, 2023
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add country specific technology costs
1 participant