This change will replace the current approach to saving simulation data to be used for checkpoints which uses JLD2. JLD2 is highly unstable and requires to be saved/read by the same Julia version.
- All Sienna and RPAS systems will be stored into json files using
PSY.to_json()
- The remaining simulation data will be saved using .h5 files
This change will replace the current approach to saving simulation data to be used for checkpoints which uses JLD2. JLD2 is highly unstable and requires to be saved/read by the same Julia version.
PSY.to_json()