Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes

## Unversioned
## Version 0.1.3 (2025-10-20)

### New subtype for thermal energy storage

Expand All @@ -13,6 +13,7 @@
* Switched from `Data` to `ExtensionData` as described within [`EnergyModelsBase` v0.9.1](https://github.com/EnergyModelsX/EnergyModelsBase.jl/releases/tag/v0.9.1).
* Removed the folder `submodels` as the CHP model was moved to *[a new repository](https://github.com/iDesignRES/CHP_modelling)*.
* Unified and extended the test structure.
* Included the descriptive names for `EnergyModelsGUI`.

### Fixes

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "EnergyModelsHeat"
uuid = "ad1b8b27-e232-4da9-b498-bea9c19a30d7"
authors = ["Lars Hellemo, Hanne Kauko, and Till Holmes"]
version = "0.1.2"
version = "0.1.3"

[deps]
EnergyModelsBase = "5d7e687e-f956-46f3-9045-6f5a5fd49f50"
Expand Down
28 changes: 28 additions & 0 deletions ext/EMGUIExt/descriptive_names.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# This file contains descriptions of EnergyModelsHeat-structures and variables
# with fields of type TimeStruct.TimeProfile
structures:
HeatPump:
cap: "Installed capacity"
t_source: "Temperature profile of the heat source"
t_sink: "Sink temperature of the condensator"
eff_carnot: "Carnot Efficiency"
opex_var: "Variable operating expense per energy unit produced"
opex_fixed: "Fixed operating expense per installed capacity"
ResourceHeat:
t_supply: "Supply temperature in °C"
t_return: "Return temperature in °C"
DHPipe:
cap: "Heat transport capacity of the pipe"
t_ground: "Ground temperature in °C"
HeatExchanger:
cap: "Installed capacity"
opex_var: "Variable operating expense per energy unit produced"
opex_fixed: "Fixed operating expense"
DirectHeatUpgrade:
cap: "Installed capacity"
opex_var: "Variable operating expense per energy unit produced"
opex_fixed: "Fixed operating expense"

# Add description for all JuMP variables using a TimeStruct.TimeProfile type
variables:
dh_pipe_loss: "Heat losses in DH pipes"