* smk: use storage() only in combination with retrieve rules
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Removed tabula dependency for building biomass transport costs. Instead use pre-extracted .csvs. Updated rule and script accordingly.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Updated script to optionally allow running the script with tabula-py dependency to recreate csv, if needed.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* chore: update config.default
Using Euroheat market outlook 2024 and AGFW-Hauptbericht
* feat: extrapolate missing values in central_heating_temperature_profile.run
* update release notes
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fix: map_temperature_dict_to_onshore regions and correct use of extrapolation function
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fix: extrapolation_ration in build_central_heating_temperature_profiles.run
* style: remove obsolete time index in min/max fwd, return temperatures
* feat: throw exception if max_fwd_temp < min_fwd_temp or min_fwd_temp < return_temp
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: Amos Schledorn <a.schledorn@tu-berlin.de>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* add oil bus; extend global biomass limit; set unsustainable potentials to zero for overnight
* keep sustainable potentials for switzerland
* remove potential distinction for overnight; additional global constraint for unsustainable solid biomass
* add unsustainable generator suffix
* added unsustainable solid biomass bus; changed global constraints to equality; removed forced emptying of unsustainable solid biomass store
* restored equality constraint for sustainable solid biomass; restored forced emptying of unsustainable store
* remove directory change for debugger
* added tech_color for unsustainable solid biomass
* modified spatial namespaces and removed suffixes
* chore: make overdim_factor heat-system-specific
* doc: update configtables
* doc: update release notes
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fix: read overdimensioning factor for industrial oil boilers from options
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: Amos Schledorn <a.schledorn@tu-berlin.de>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de>
* bugfix: determine bus_carrier locally instead of overwriting n.stores
* add release_note
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This change consists of:
- reading the final energy (FE) to thermal energy service (TES)
efficiency for each each country, seperately for gas and oil (this
efficiency represents e.g. the losses in older non-condensing
boilers)
- using TES instead of FE for the n.loads, so that it is pure energy
service instead of including losses in legacy equipment
- using the stored efficiencies for baseyear equipment in
add_existing_baseyear
In the baseyear (e.g. 2020) this should have no effect on FE, since
the reduction to TES is conpensated by the lower efficiencies of
existing equipment.
In the future (e.g. 2050) this leads to a reduction in heating demand,
since new equipment is more efficient than existing.