Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
ashjbarnes committed Feb 16, 2024
1 parent f8caf13 commit 8b14b91
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion regional_mom6/regional_mom6.py
Original file line number Diff line number Diff line change
Expand Up @@ -1448,7 +1448,11 @@ def cpu_layout(self, layout):
return

def setup_run_directory(
self, regional_mom6_path = ".",surface_forcing=False, using_payu=False, overwrite=False
self,
regional_mom6_path=".",
surface_forcing=False,
using_payu=False,
overwrite=False,
):
"""Sets up the run directory for MOM6. Either copies a pre-made set of files, or modifies existing files in the `rundir` directory for the experiment.
Expand Down

0 comments on commit 8b14b91

Please sign in to comment.