Add json version control functionality for when we add or remove variables to simdata. For instance, sun 'GenType' is a new variable that is not present in past json save files.
SAM has a version control script that is updated for every release, which sets default values for new variables and sends users a message about the changes.
We currently write a schema_version parameter to json, to help track the json version.
Add json version control functionality for when we add or remove variables to simdata. For instance, sun 'GenType' is a new variable that is not present in past json save files.
SAM has a version control script that is updated for every release, which sets default values for new variables and sends users a message about the changes.
We currently write a schema_version parameter to json, to help track the json version.