From 7a8cf25f9e9b88033b84bb77722d0416b85a9438 Mon Sep 17 00:00:00 2001 From: Whyborn Date: Mon, 23 Sep 2024 15:01:20 +1000 Subject: [PATCH] Extended some comments for clarity --- payu/models/staged_cable.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/payu/models/staged_cable.py b/payu/models/staged_cable.py index aba30e4e..94f72154 100644 --- a/payu/models/staged_cable.py +++ b/payu/models/staged_cable.py @@ -143,6 +143,10 @@ def setup(self): def _get_further_restarts(self): """Get the restarts from stages further in the past where necessary.""" + # Often we take restarts from runs which are not the most recent run as + # inputs for particular science modules, which means we have to extend + # the existing functionality around retrieving restarts. + # We can't supercede the parent get_prior_restart_files, since the # files returned by said function are prepended by # self.prior_restart_path, which is not desirable in this instance.