We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a662f10 commit d026d1eCopy full SHA for d026d1e
payu/models/roms.py
@@ -25,6 +25,8 @@ def __init__(self, expt, name, config):
25
self.config_files = []
26
self.optional_config_files = []
27
28
+ self.copy_restarts = True
29
+
30
def setup(self):
31
## handle mandatory config files
32
if 'model_config' not in self.config:
0 commit comments