If you're running rose stem you're likely running it many times. This means lots of old runs kicking about in the cylc-run directory.
We should consider getting rose stem to derive hierarchical workflow names by default so that all these runs go into the same hierarchy. This would help people to keep their cylc-run directories tidy, nice for the UI due to the collapsible workflow list. It would also make it easier to manage stem runs as a block e.g. cylc stop '<prefix>/*', cylc clean '<prefix>/*.
rose stem
currently installs workflows "flat".If you're running
rose stem
you're likely running it many times. This means lots of old runs kicking about in the cylc-run directory.We should consider getting
rose stem
to derive hierarchical workflow names by default so that all these runs go into the same hierarchy. This would help people to keep their cylc-run directories tidy, nice for the UI due to the collapsible workflow list. It would also make it easier to manage stem runs as a block e.g.cylc stop '<prefix>/*'
,cylc clean '<prefix>/*
.Pull requests welcome!