NREL / SOEP-QSS-Test

0 stars 0 forks source link

Compiler option to specify additional output variables #7

Closed chria closed 2 years ago

chria commented 3 years ago

It would help with QSS efficiency to be able to indicate to the FMU build process to treat specified local variables as output variables so that dependencies are present in the modelDescription.xml file (to avoid a very inefficient QSS process for getting local variable outputs)

DeadParrot commented 2 years ago

This issue has been made moot by the addition of an OCT FMU build option to add a <Dependencies> annotation section that includes local variables and their dependencies.