payu-org / payu

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

Support for cloning configurations from a git commit hash #503

Open minghangli-uni opened 1 week ago

minghangli-uni commented 1 week ago

I am wondering if Payu supports cloning a specific configuration directly from a git commit hash rather than from a branch? This feature would be helpful for reproducing experiments from precise commits in the repo's history.

aidanheerdegen commented 1 week ago

I don't believe it does, but it was something we identified as a missing capability when writing the payu training material.

@jo-basevi will look into it, and it shouldn't be too difficult to implement.