Skip to content

Commit

Permalink
Update access-om2 restart pruning error msg
Browse files Browse the repository at this point in the history
Co-authored-by: Aidan Heerdegen <[email protected]>
  • Loading branch information
jo-basevi and aidanheerdegen authored Sep 27, 2023
1 parent b217e75 commit 0bf3bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payu/models/accessom2.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ def get_restart_datetime(self, restart_path):
mom_restart_path = os.path.join(restart_path, model.name)
return model.get_restart_datetime(mom_restart_path)

raise NotImplementedError('access-om2 date-based restart pruning currently only uses the mom sub-model to find restart dates')
raise NotImplementedError('Cannot find mom sub-model: access-om2 date-based restart pruning requires the mom sub-model to determine restart dates')

0 comments on commit 0bf3bd7

Please sign in to comment.