Skip to content

Commit

Permalink
Add optional config files to the cesm_cmeps driver (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhilsabareesh8 committed Dec 20, 2023
1 parent 4b83730 commit 8089edb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions payu/models/cesm_cmeps.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@
},
"ww3dev": {
"config_files": ["wav_in"],
"optional_config_files" : ["ww3_shel.nml"]
"optional_config_files" : [
"ww3_shel.nml",
"ww3_points.list",
],
},
"datm": {
"config_files": [
Expand Down Expand Up @@ -292,4 +295,4 @@ def set(self, section, variable, new_value):

def write(self):
with open(self.file, 'w') as f:
f.write(self.contents)
f.write(self.contents)

0 comments on commit 8089edb

Please sign in to comment.