correct typos in heating rule docs

This commit is contained in:
AmosSchledorn 2024-06-17 11:47:55 +02:00
parent 4a1933f49a
commit c787437350
3 changed files with 3 additions and 3 deletions

View File

@ -325,7 +325,7 @@ def idees_per_country(ct: str, base_dir: str) -> pd.DataFrame:
----- -----
- Retrieves JRC-IDEES data for the specified country from `base_dir` for residential, tertiary, and transport sectors. - Retrieves JRC-IDEES data for the specified country from `base_dir` for residential, tertiary, and transport sectors.
- Calculates energy totals for each sector, stores them in a dictionary and returns them as data frame. - Calculates energy totals for each sector, stores them in a dictionary and returns them as data frame.
- Assertions ensure indeces of JRC-IDEES data are as expected. - Assertions ensure indices of JRC-IDEES data are as expected.
""" """
ct_idees = idees_rename.get(ct, ct) ct_idees = idees_rename.get(ct, ct)

View File

@ -37,7 +37,7 @@ def approximate_heat_demand(energy_totals: pd.DataFrame, hdd: pd.DataFrame):
energy_totals : pd.DataFrame energy_totals : pd.DataFrame
DataFrame with energy consumption by sector (columns), country and year. Output of :func:`scripts.build_energy_totals.py`. DataFrame with energy consumption by sector (columns), country and year. Output of :func:`scripts.build_energy_totals.py`.
hdd : pd.DataFrame hdd : pd.DataFrame
DataFrame with numer of heating degree days by year (columns) and country (index). DataFrame with number of heating degree days by year (columns) and country (index).
Returns Returns
------- -------

View File

@ -21,7 +21,7 @@ Relevant Settings
Inputs Inputs
------ ------
- ``data/heat_load_profile_BDEW.csv``: Intraday heat profile fpr water and space heating demand for the residential and services sectors for weekends and weekdays. - ``data/heat_load_profile_BDEW.csv``: Intraday heat profile for water and space heating demand for the residential and services sectors for weekends and weekdays.
- ``resources/daily_heat_demand_<scope>_elec_s<simpl>_<clusters>.nc``: Daily heat demand per cluster. - ``resources/daily_heat_demand_<scope>_elec_s<simpl>_<clusters>.nc``: Daily heat demand per cluster.
Outputs Outputs