dynawo icon indicating copy to clipboard operation
dynawo copied to clipboard

[Precision] IIDM precision not aligned with dynawo precision

Open rosiereflo opened this issue 3 years ago • 0 comments

During the iidm dump, state variables that are read from Pu dynamic variables are multiplied by 100 before being dump. This might create inaccuracies: if dynawo precision is too low (for example 1e-3) then only 1 number after the comma is meaningful when we dump state variable * 100. A solution would be to link state variables and dynamic variables such as there is no need to recompute anything during the dump

rosiereflo avatar Jul 22 '22 12:07 rosiereflo