rompy.schism.boundary_conditions.create_tidal_only_boundary_config#

rompy.schism.boundary_conditions.create_tidal_only_boundary_config(constituents: str | List[str] = 'major', tidal_database: str | Path | None = None, tidal_model: str | None = 'FES2014', nodal_corrections: bool = True, tidal_potential: bool = True, cutoff_depth: float = 50.0, tide_interpolation_method: str = 'bilinear')[source]#

Create a configuration where all open boundaries are treated as tidal boundaries.

Parameters:
  • constituents (str or list, optional) – Tidal constituents to include, by default “major”

  • tidal_database (str or Path, optional) – Path to tidal database for pyTMD, by default None

  • tidal_model (str, optional) – Tidal model to use, by default ‘FES2014’

  • nodal_corrections (bool, optional) – Whether to apply nodal corrections, by default True

  • tidal_potential (bool, optional) – Whether to include tidal potential, by default True

  • cutoff_depth (float, optional) – Depth threshold for tidal potential, by default 50.0

  • tide_interpolation_method (str, optional) – Method for tide interpolation, by default “bilinear”

Returns:

Configured boundary conditions

Return type:

SCHISMDataBoundaryConditions