Add Tides

Add Tides#

Tides can be added into a CrocoDash case, using functions from regional_mom6 and called from configure_forcings. There are three parameters in configure forcings and many parameters adjusted in MOM6.

case.configure_forcings(
    date_range = ["2020-01-01 00:00:00", "2020-01-09 00:00:00"],
    tidal_constituents = ['M2'],
    tpxo_elevation_filepath = "<TPXO_H>",
    tpxo_velocity_filepath = "<TPXO_U>"
)