Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Steketee <[email protected]>
  • Loading branch information
blimlim and anton-seaice authored Sep 17, 2024
1 parent d72b707 commit c39f45e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions payu/models/cice.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,6 @@ def _calc_runtime(self):
prior_nml_path = os.path.join(self.prior_restart_path,
self.ice_nml_fname)

# TODO: Are there any models which leave cice_in.nml in
# the output rather than restart directory? If not we can remove
# this.

# With later versions this file exists in the prior restart path,
# but this was not always the case, so check, and if not there use
# prior output path
Expand Down
2 changes: 1 addition & 1 deletion payu/models/cice5.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def set_access_timestep(self, t_step):

def _calc_runtime(self):
"""
Overrides the cice driver method, as CICE5 in OM2 does not use
Overrides the cice driver method, as CICE5 can store the timing information in restart files does not use
the timing information in the cice_in.nml namelist.
"""
pass

0 comments on commit c39f45e

Please sign in to comment.