Skip to content

Commit

Permalink
Update changelog & docs; fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
brynpickering committed Jun 28, 2024
1 parent 2314dad commit 8c10c6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

* **ADD** Spatial resolution that aligns with the regions defined by the [e-Highway 2050 project](https://cordis.europa.eu/project/id/308908/reporting) (`ehighways`) (#370).

* **ADD** fully-electrified heat demand (#284, #343, #389) and heat pumps with variable COP to meet that demand (#80).
* **ADD** fully-electrified heat demand (#284, #343, #389) and heat pumps with variable COP to meet that demand (#80, #39).

* **ADD** fully-electrified road transportation (#270, #271, #358). A parameter allows to define the share of uncontrolled (timeseries) vs controlled charging (optimised) by the solver (#338). Data for controlled charging constraints is readily available (#356), but corresponding constraints are not yet implemented (#385).

Expand Down
2 changes: 1 addition & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ rule test:
technology=ALL_CF_TECHNOLOGIES
),
unscaled_space_heat = "build/data/heat/hourly_unscaled_heat_demand.nc",
cop = "build/models/{resolution}/timeseries/supply/heat_pump_cop.csv"
cop = "build/models/{resolution}/timeseries/supply/heat-pump-cop.csv"
params:
config = config,
test_args = [] # add e.g. "--pdb" to enter ipdb on test failure
Expand Down
1 change: 1 addition & 0 deletions docs/model/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Within each resolution-specific model directory, there is a subdirectory for tec
├── {resolution} <- An individual folder for each spatial resolution.
│ ├── timeseries <- All timeseries data CSV files.
| | |── supply
| | | └── heat-pump-cop.csv <- Timeseries of heat pump coefficients of performance (COPs).
| | | └── capacityfactors-{technology}.csv <- Timeseries of capacityfactors of all renewables.
| | └── demand
| | | └── electricity.csv <- Timeseries of electricity demand on each node.
Expand Down

0 comments on commit 8c10c6d

Please sign in to comment.