Skip to content

Commit

Permalink
format black
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Apr 22, 2024
1 parent ecc2414 commit 2afc66e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion regional_mom6/regional_mom6.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,9 @@ def _make_vgrid(self):

return vcoord

def initial_condition(self, ic_path, varnames, arakawa_grid="A", vcoord_type="height"):
def initial_condition(
self, ic_path, varnames, arakawa_grid="A", vcoord_type="height"
):
"""
Reads the initial condition from files in ``ic_path``, interpolates to the
model grid, fixes up metadata, and saves back to the input directory.
Expand Down

0 comments on commit 2afc66e

Please sign in to comment.