Skip to content

Commit

Permalink
Default to TPXO tides.
Browse files Browse the repository at this point in the history
  • Loading branch information
jreniel committed Mar 3, 2021
1 parent f4061bd commit 00250cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyschism/forcing/tides/tides.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __init__(
self,
elevation: bool = True,
velocity: bool = False,
database: Union[str, TidalDatabase] = TidalDatabase.HAMTIDE,
database: Union[str, TidalDatabase] = TidalDatabase.TPXO,
):
"""Main class for requesting tidal boundary forcing for a SCHISM run.
Expand Down

0 comments on commit 00250cf

Please sign in to comment.