Planned mild reorganization of model_paramers repository
The following re-organisation of the model parameter repository is planned:
- change of model_versions to semantic. This means prod6 will be
6.0.0
, prod5:5.0.0
. The logic for now is that any new revision of prod6 will be6.1.0
,6.2.0
, etc while any minor changes which do not affect the model itself is shown by a change in patch versions. - removal of layer of subdirectories below version number (currently:
verified_model
,validated_model
). We have discussed and decided to store in the model_parameters repository the parameters itself only, and add the verification/validation/derivation into a separate repository. Motivation is the keep the model_parameters repository lean.
Important: the change of model_versions is propagated also into the json files (there is a field version
) and we expect minor adjustment required in simtools (e.g., for integration tests).
The implementation of this issue will also result into a new version of the simulation model database.