It appears that that windIO 1.x->2.x conversion of the 22 MW doesn't translate the section:
elastic_properties_mb:
system_mass: 821009.0477187126
yaw_mass: 28740.99049474962
system_inertia: [11242533.974662142, 14539734.272247598, 14648892.347010525, 799429.7807778214, 2997469.283520137, -290639.9124403294]
system_inertia_tt: [26198172.734007858, 57541186.93432835, 42740243.851778395, -1.1641532182693481e-10, 23470488.00157272, 292458.3165787493]
system_center_mass: [-5.84704276641288, -0.1665313908538482, 4.2647901842947595]
correctly, and it's now missing in the just merged v2, I missed that in the review. It seems like it is defined in the 2.x schema: https://github.com/IEAWindSystems/windIO/blob/bcb64e6c5df4ac4d9db286a617881eb880c62b5c/windIO/schemas/turbine/turbine_schema.yaml#L1051 but that section is not translated in the v1_to_v2 converter: https://github.com/IEAWindSystems/windIO/blob/bcb64e6c5df4ac4d9db286a617881eb880c62b5c/windIO/converters/windIO2windIO.py#L484.
I will mirror this issue in windIO so we update the ref turbine definitions in both places.
It appears that that windIO 1.x->2.x conversion of the 22 MW doesn't translate the section:
correctly, and it's now missing in the just merged v2, I missed that in the review. It seems like it is defined in the 2.x schema: https://github.com/IEAWindSystems/windIO/blob/bcb64e6c5df4ac4d9db286a617881eb880c62b5c/windIO/schemas/turbine/turbine_schema.yaml#L1051 but that section is not translated in the v1_to_v2 converter: https://github.com/IEAWindSystems/windIO/blob/bcb64e6c5df4ac4d9db286a617881eb880c62b5c/windIO/converters/windIO2windIO.py#L484.
I will mirror this issue in windIO so we update the ref turbine definitions in both places.