You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of catalog-generator technically works as intended:
it rewrites the source each time and allows specifying the number of realizations.
To make this work in the workflow, it requires explicitly setting regen_cat: true, check with Aina.
add possibility to change the 'default' realization
However, this implementation could be improved in the following ways:
In the longer term, we might consider avoiding full source rewrites and instead supporting incremental generation of extra realizations.
This could be important if catalog generation becomes a bottleneck during ensemble runs.
Tasks
Confirm current behavior is needed for all workflows
Discuss possible implications of avoiding full rewrite