Skip to content

Commit

Permalink
Missing argument
Browse files Browse the repository at this point in the history
  • Loading branch information
blimlim committed Dec 3, 2024
1 parent b0cccf4 commit becaa03
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions payu/models/access.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,10 @@ def setup(self):
shutil.move(nml_work_path + '~', nml_work_path)

if model.model_type == 'cice':
# Set up and check the cice restart files
# Set up and check the cice restart files.
cice4_make_restart_pointer(model,
run_start_date)
run_start_date,
previous_runtime)

# Now change the oasis runtime. This needs to be done after the others.
for model in self.expt.models:
Expand Down

0 comments on commit becaa03

Please sign in to comment.