From 33d1abb2e2a604461b313762f212925d6df41470 Mon Sep 17 00:00:00 2001 From: kkarthik11 <58599230+kkarthik11@users.noreply.github.com> Date: Wed, 3 Sep 2025 16:02:46 +0200 Subject: [PATCH 1/3] Update cylindricalstorage.md fixed the units for Cylindrical Thermal Storage --- docs/readthedocs/models/input/thermal/cylindricalstorage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/readthedocs/models/input/thermal/cylindricalstorage.md b/docs/readthedocs/models/input/thermal/cylindricalstorage.md index 5da1828df..08f8c2e41 100644 --- a/docs/readthedocs/models/input/thermal/cylindricalstorage.md +++ b/docs/readthedocs/models/input/thermal/cylindricalstorage.md @@ -49,7 +49,7 @@ Model of a cylindrical thermal storage using a fluid to store thermal energy. - Temperature of the outlet * - c - - kWh / (K :math:`\cdot` m³) + - kWh / (K · m³) - Specific heat capacity of the storage medium * - pThermalMax From deaa484e1e05ae822913c150ae085464686a2e9b Mon Sep 17 00:00:00 2001 From: kkarthik11 <58599230+kkarthik11@users.noreply.github.com> Date: Wed, 3 Sep 2025 16:06:04 +0200 Subject: [PATCH 2/3] Update cylindricalstorage.md Resolves #1273 From 0b897efa4cf50fb6193a4bcffd42228f790bb55c Mon Sep 17 00:00:00 2001 From: kkarthik11 <58599230+kkarthik11@users.noreply.github.com> Date: Wed, 3 Sep 2025 19:56:29 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md Add entry to CHANGELOG.md for issue #1273 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5416aa3b7..2e6a8091e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed small issues in tests [#1400](https://github.com/ie3-institute/PowerSystemDataModel/issues/1400) - Fix transformer susceptance in readTheDocs to negative values [#1078](https://github.com/ie3-institute/PowerSystemDataModel/issues/1078) - Added mising fields to field validation [#1422](https://github.com/ie3-institute/PowerSystemDataModel/issues/1422) +- Fixed the issues with rtd for Cylindrical thermal storage [#1273](https://github.com/ie3-institute/PowerSystemDataModel/issues/1273) ### Changed - Updated CI-Pipeline to run task `Deploy` and `Staging` only for `Main` [#1403](https://github.com/ie3-institute/PowerSystemDataModel/issues/1403)