forked from open-energy-transition/pypsa-eur
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge development branch into the master branch #53
Merged
Conversation
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
… of storages as either Stores or StorageUnits (#15) * add structure in prepare_sector_network.py to specify implementation of storages as either Stores or StorageUnits * add doc configtables entry * Fix reference issue in make_summary using prepare_costs * Add config_provider declaration for max_hours * add check for available storage techs in add_storageunits --------- Co-authored-by: daniel.rdt <daniel.ruedt@campus.tu-berlin.de> Co-authored-by: Thomas Gilon <thomas.gilon@openenergytransition.org>
…eUnit or Store (#20) * add iron-air battery as storage technology with implementation as StorageUnit or Store in prepare_sector_network.py * change nomenclature for lithium-ion batteries from battery to li-ion battery * update release notes --------- Co-authored-by: Thomas Gilon <thomas.gilon@openenergytransition.org>
…nologies (#18) * add different max hour archetypes for StorageUnits * add max hours as list in default config * add deprecation warnings and cast float max_hours to list * adjust adding only storage technologies as carriers that are implemented --------- Co-authored-by: Thomas Gilon <thomas.gilon@openenergytransition.org>
…Also update of NEP upper limit and inclusion, fix of cost data at new commit
…and load_costs (#23) * overwrite cost table attributes specified in config in prepare_costs and load_costs * add custom fuel prices from EEE project --------- Co-authored-by: Thomas Gilon <thomas.gilon@openenergytransition.org>
…grid expansion and carbon budget
…PSA#1423) Moreover, V2G is now only enabled if demand-side-management (DSM) is also enabled; V2G had no effect without DSM anyway. Finally, rename the `bev_availability` option to `bev_dsm_availability` to avoid confusion with time-dependent BEV charge/discharge availability profiles, which are also referred to as `bev_availability` elsewhere.
…ies_to_plotting add new battery techs to nice names and plotting for cost map
…pacities-bug-fix Feature/nuclear capacities bug fix
* Add option to disable CHP in the final adjustment * add DE for clarification * add logger
* add filter_year for adding transmission projects * add documentation and default value
… cy sensitivities
Co-authored-by: Thomas Gilon <thomas.gilon@openenergytransition.org>
…ow voltage dispatch plots
Co-authored-by: Daniel Rüdt <117752024+daniel-rdt@users.noreply.github.com>
Co-authored-by: Daniel Rüdt <117752024+daniel-rdt@users.noreply.github.com>
…add csvs * add extract curtailment, create notebook with scenarios comparison * all plots automaticly save an csvs counterpart * add csvs as snakemake output * disaggregate marginal cost of fossil fuels * add csvs to all map plots and save line loading max plots and fix in line loading calculation * disaggregate by bus, add capital and operational cost --------- Co-authored-by: daniel-rdt <daniel.ruedt@openenergytransition.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR merges all changes from the development branch for the FE project into the Master branch of the project repository for final project repository release.
The changes and features introduced in this project by this PR consist of:
Model Features for Energy Storage Technologies
Model Adjustment Features
Model Visualization Features
Model Documentation Features
Model Calibration Runs
Bugfixes
Checklist
envs/environment.yaml
.config/config.default.yaml
.doc/configtables/*.csv
.doc/data_sources.rst
.doc/release_notes.rst
is added.