ALSETLab / NYPAModelTransformation

This is the repository for the 'Model Transformation for High Performing Smart Grid Applications' project. It is a joint project between New York Power Authority (NYPA) and AlsetLab at Rensselaer Polytechnic Institute (RPI).
https://ALSETLab.github.io/NYPAModelTransformation/
5 stars 0 forks source link

automatic smib creation has issues with Renewables folders #4

Closed marcelofcastro closed 2 years ago

marcelofcastro commented 2 years ago

Renewables folder should not be present in the testing routine and we should remove it from there.

An if condition should be enough.

marcelofcastro commented 2 years ago

The routine has other issues when running under NYPAModelTransformation, although it works fine in Model-Transformation repo. I should probably check the models that are giving me issues. Maybe zip files are somehow affecting the iterative routine.

marcelofcastro commented 2 years ago

I also need to apply adequate faults to Wind machines.

marcelofcastro commented 2 years ago

Not only renewables folders. It appears that some translations do not occur, although it runs fine when it is not encapsulated over NYPA repo.

marcelofcastro commented 2 years ago

The issue was basically due to some issues with indices from the translation tool. In addition the translation seems to be ignoring the renewable folder, especially because they are not mapped yet. Therefore the translation appears to be occurring as expected and the test involving smib systems is running fine. I consider this issue solved.