pearseb
(Pearse J Buchanan)
1
Hi everyone,
Is an automatic resubmission of a simulation using payu as easy as placing:
run: payu sweep; payu setup; payu run -f
In your userscripts option within the config.yaml file?
Something like this?
userscripts:
- run: payu sweep; payu setup; payu run -f*
Thanks!
pearse
anton
(Anton Steketee, ACCESS-NRI Oceans Team)
2
I think you want
payu run -n N
see
https://payu.readthedocs.io/en/stable/usage.html#running-your-experiment
this will do the payu sweep & run steps for consecutive runs.
1 Like