Skip to content

Commit

Permalink
Use namelist in work directory
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanBryan51 committed Nov 28, 2023
1 parent 4077aaa commit 60ea3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payu/models/cable.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def set_model_pathnames(self):
self.restart_calendar_path = os.path.join(self.work_init_path,
self.restart_calendar_file)

self.cable_nml_path = os.path.join(self.control_path,
self.cable_nml_path = os.path.join(self.work_path,
self.cable_nml_fname)

def setup(self):
Expand Down

0 comments on commit 60ea3f6

Please sign in to comment.