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

ESM1.5 saves monthly UM restarts to output #414

Closed MartinDix closed 4 months ago

MartinDix commented 5 months ago

In ESM1.5 the UM writes monthly restart files even when run in annual chunks. This is related to the calculation of climate statistics and too complicated to change at this stage.

Payu correctly copies the latest restart file to the restart archive, but also copies all of them to the output archive.

MartinDix commented 5 months ago

Fixed by https://github.com/payu-org/payu/pull/415