NREL / Spawn

Other
15 stars 3 forks source link

Remove start attribute that is not allowed in modelDescription.xml #16

Closed mwetter closed 3 years ago

mwetter commented 3 years ago

The surface object uses the following xml entry:

<ScalarVariable name="Living:Floor_Q_flow" valueReference="13"
  description="Net heat flow rate ...."
  causality="output" variability="continuous" initial="calculated">
  <Real quantity="Power" relativeQuantity="false" start="0.0" unit="W" />
</ScalarVariable>

This cause

[ERROR][FMI2XML] Start attribute is not allowed for variables with initial='calculated'
[WARNING][FMI2XML] Attribute 'start' not processed by element 'Real' handle

when importing the FMU.

kbenne commented 3 years ago

@mwetter should be taken care of there.