Skip to content

Commit

Permalink
Black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
manishvenu committed Sep 26, 2024
1 parent 5b78b7c commit 5e44fba
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions regional_mom6/regional_mom6.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ def __init__(
repeat_year_forcing=False,
read_existing_grids=False,
minimum_depth=4,
tidal_constituents = [],
tidal_constituents=[],
):
## in case list was given, convert to tuples
self.longitude_extent = tuple(longitude_extent)
Expand Down Expand Up @@ -1725,7 +1725,11 @@ def cpu_layout(self, layout):
return

def setup_run_directory(
self, surface_forcing=None, using_payu=False, overwrite=False, with_tides_rectangular=False
self,
surface_forcing=None,
using_payu=False,
overwrite=False,
with_tides_rectangular=False,
):
"""
Set up the run directory for MOM6. Either copy a pre-made set of files, or modify
Expand Down

0 comments on commit 5e44fba

Please sign in to comment.