payu-org / payu

A workflow management tool for numerical models on the NCI computing systems
Apache License 2.0
18 stars 25 forks source link

Add command line options for runlog and repeat #302

Open aidanheerdegen opened 3 years ago

aidanheerdegen commented 3 years ago

Options for the runlog and repeat options would make testing new configurations easier, as runs don't pollute the commit history, and repeat means the restart manifest doesn't get updated, which is undesirable in some cases.

Making these command line options obviates the need to add them to the config.yaml and then remove them again before publishing a config.

aidanheerdegen commented 3 months ago

It would be good to also add in an option to ignore/bypass reproducibility checks, in particular when updating a released configuration we need to turn off exe reproducibility to regenerate the exe manifest, and then turn it back on again, e.g.

https://github.com/ACCESS-NRI/access-om2-configs/pull/68#issuecomment-2045081268