-
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 1 reply
-
Thanks for the report! We'll have a look internally and let you know what we figure out 😄 Internal ref: https://github.com/Volue/energy-mesh/issues/3924 |
Beta Was this translation helpful? Give feedback.
-
Hi @erny-powel did you have a chance to look at it and figure out how we can solve the issue with calling this ts? |
Beta Was this translation helpful? Give feedback.
-
Hi @marthaag, we've investigated and fixed the issue. The fix will be included in the next Mesh release (2.10). We've found there were some problems with handling empty lines in the surroundings of comments in the calculations. Before receiving the fix you can use a workaround to fix the calculations. The workaround is to avoid any empty lines (and white-space) around the comments. Example of a calculation expression that triggers error:
To make it work, just remove the empty line after the comment:
When trying to read the 180878 timeseries data I've identified the problematic expressions are coming with these referenced timeseries: 36621, 36623, 36625, 36627, 49902, 49904, 49906, 49908. |
Beta Was this translation helpful? Give feedback.
-
Hi @matburnicki I tried to use your suggested workaround solution to remove the empty lines after comment on any virutal timeSeries belonging to 180878. The suggested TimsKeys are all for Availability time series (RSS) which cannot be edited except in the availability application. You can see one example of the expressions in those time series in the below screenshot. Best regards |
Beta Was this translation helpful? Give feedback.
-
Hi @matburnicki , any thoughts on my previous comment. |
Beta Was this translation helpful? Give feedback.
-
@SIMOGUGE - there are some additional problems with the calculation formulas containing references to the old availability functionality (like !RestrictionExpand:COMP_KEY). These functions are using information that is not part of Mesh, and are therefore not supported in Mesh calculator. We have done some improvements in the next release for the Mesh calculator in order to give an understandable feedback to the user about unsupported functions in Mesh. |
Beta Was this translation helpful? Give feedback.
-
Hi @torsannes , |
Beta Was this translation helpful? Give feedback.
-
Many thanks, @tor ***@***.***>. We are not entirely sure, as it would logically make a lot more sense to recreate vts contents by purely Mesh-based content. Unfortunately, that is not so easy to achieve on objects like e.g. total rotating reserves over all watercourses. We need to be in a mature state to be able to swap vts “SmG based” with “Mesh based” ones. But we are working on it.
Looking forward to hearing from you. We will have 12.6.5 in Production deployed today.
Best regards
Simon
From: Tor Sannes ***@***.***>
Sent: Monday, September 4, 2023 8:11 AM
To: Volue-Public/energy-mesh-python ***@***.***>
Cc: Gugelmann Simon TCI-LA ***@***.***>; Mention ***@***.***>
Subject: Re: [Volue-Public/energy-mesh-python] Error when calling virtual timeSeries, key 180878 (Discussion #362)
@SIMOGUGE<https://github.com/SIMOGUGE> - as long as you don't plan to use the virtual time series from SmG, it should be correct just to replace the availability time series. I will do an update of your environment this week to have the first test of the revisions between Mesh and SmG.
—
Reply to this email directly, view it on GitHub<#362 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AVREWLPPWAFYZVBDLSDKR5LXYVWGJANCNFSM6AAAAAA2PXJQ5Q>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
@SIMOGUGE - there are some additional problems with the calculation formulas containing references to the old availability functionality (like !RestrictionExpand:COMP_KEY). These functions are using information that is not part of Mesh, and are therefore not supported in Mesh calculator. We have done some improvements in the next release for the Mesh calculator in order to give an understandable feedback to the user about unsupported functions in Mesh.
Availability information stored in Mesh is accessible through availability time series stored directly on each Mesh object.