From 00250cff8b8eb0750691f5f02953ecd61963cd78 Mon Sep 17 00:00:00 2001 From: Jaime R Calzada Date: Wed, 3 Mar 2021 14:59:39 -0500 Subject: [PATCH] Default to TPXO tides. --- pyschism/forcing/tides/tides.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyschism/forcing/tides/tides.py b/pyschism/forcing/tides/tides.py index ff29d4c2..47855104 100644 --- a/pyschism/forcing/tides/tides.py +++ b/pyschism/forcing/tides/tides.py @@ -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.