tbeu

Results 199 comments of tbeu

@mwetter We had this discussion at a previous MAP-Lib web meeting that it is not the aim of the MA to include anymore third-party C code dependencies in the MSL....

@PMehrfeld Please try to minimize the model as much as possible and describe the expected vs. the observed behaviour.

FYI: It turned out that @PMehrfeld's observation with the CombiTimeTable is the same as reported in https://github.com/modelica/Modelica/issues/2080.

I recently started some effort with the [Modelica Table Additions](https://github.com/tbeu/ModelicaTableAdditions) - a drop-in extension of the Modelica Standard Tables but with additional support of external formats (currently CSV and JSON)....

> If the data reading is similarly efficient than the current approach which puts the table into the C code Yes, this is the case. > Note however that since...

EPW read support is now available in [ModelicaTableAdditions](https://github.com/tbeu/ModelicaTableAdditions) v2.2.0 for MSL v4.0.0. I took ConvertWeatherData.java as inspiration and reimplemented in C. I also noticed that the last data line of...

> I will tag new version of ModelicaTableAdditions after some feedback. [ModelicaTableAdditions v2.2.0](https://github.com/tbeu/ModelicaTableAdditions/releases/tag/v2.2.0) is available now. It also considers leap year settings and data.

Hi Matthis, thanks for letting me know. I believe the native EPW support is the real benefit here. Let me also know how your evaluation turned out. In case you...

I guess records came first and then external objects. But not sure at all. What do you suggest? - Remove comedi. - Fix comedi. - Make a MLS proposal to...

What if is not considered as constructor but only has handle/void\* pointer for the external object?