Automatic resubmission of simulation with payu

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

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