Skip to content

Commit d026d1e

Browse files
Add copy restarts flag to ROMS driver (#630)
1 parent a662f10 commit d026d1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

payu/models/roms.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ def __init__(self, expt, name, config):
2525
self.config_files = []
2626
self.optional_config_files = []
2727

28+
self.copy_restarts = True
29+
2830
def setup(self):
2931
## handle mandatory config files
3032
if 'model_config' not in self.config:

0 commit comments

Comments
 (0)