Skip to content

Commit

Permalink
fix small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickscholz committed Oct 30, 2024
1 parent 0057487 commit 38aa22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tripyview/sub_zmoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
def calc_zmoc(mesh, data, dlat=1.0, which_moc='gmoc', do_onelem=False,
do_info=True, diagpath=None, do_checkbasin=False,
do_compute=False, do_load=True, do_persist=False,
do_parallel=False, n_workers=10, basin_shppath=None
do_parallel=False, n_workers=10, basin_shppath=None,
**kwargs,
):
#_________________________________________________________________________________________________
Expand Down

0 comments on commit 38aa22d

Please sign in to comment.