Models with OspModelDescription files and equal model description names cannot be used with fmu-proxy
msteinsto opened this issue · 1 comments
msteinsto commented
It is currently not possible to use multiple models with equal model description names while using proxy-fmu. OspModelDescription files are required to be located in the same directory as the OspSystemStructure file. Names of the OspModelDescription files are currently set to use the model description name in the file name. Equal file names in the same folder will cause an overwrite and potential description mismatch.
URI with scheme of "file" allows the OspModelDescription file to be located in the same directory as the fmu file. If the OspModelDescription file does not exists in the same folder as the fmu, the OspSystemStructure parent path is checked for any OspModelDescription file.