Skip to content

Commit

Permalink
Merge 5756d62 into 678fb4a
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanheerdegen committed Nov 7, 2019
2 parents 678fb4a + 5756d62 commit 7b48732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payu/models/mitgcm.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def archive(self):
# Save model time to restart next run
with open(os.path.join(self.restart_path,
self.restart_calendar_file), 'w') as restart_file:
restart = {'endtime': data_nml['parm03']['endTime']},
restart = {'endtime': data_nml['parm03']['endTime']}
restart_file.write(yaml.dump(restart, default_flow_style=False))

# Remove symbolic links to input or pickup files:
Expand Down

0 comments on commit 7b48732

Please sign in to comment.