* 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.
* Add emissions and fuel consumption from fuel refinieries
* [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>
* ci: code scanning with CodeQL
* [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>
* feat: Add rule to build central heating temperature profiles, adjust build_cop_profiles accordingly
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* style: make new config settings prettier
* docs: add file headers
* docs: update configtables and module docstring
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* docs: update release notes
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* chore: use smooth ambient temperature through rolling window; remove default vals in class
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update doc/configtables/sector.csv
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Amos Schledorn <a.schledorn@tu-berlin.de>
Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de>
* resolve Kosovo (XK) as separate country
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fillna
* add missing key in data/existing_infrastructure/existing_heating_raw.csv
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* industry distribution: split EAF + integrated using GEM GSPT, add ammonia plants
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* add release note [no ci]
* add cement plant data for countries not in Hotmaps
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* add refineries data for countries not in Hotmaps
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* prepare_sector_network.py: add oil bus whenever industry is added
* prepare_sector_network: Move added oil and methnaol buses to top of "add_industry", and add oil buses where used in "add_biomass"
* retrieve urban population fraction from World Bank API
* [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>