Tide and Surge Boundary ConditionsΒΆ

SPECIFICATION OF TIDE AND SURGE OPEN BOUNDARY CONDITIONS

  • TIDAL_BC_ABS: logical parameter for tidal absorbing boundary conditions, T - tide and surge at open boundaries, F - no tide or surge.

  • TIDAL_BC_GEN_ABS: logical parameter for the combined tidal and absorbing-generating boundary conditions, T - ture, F - false.

  • TideBcType: string parameter for data types. Default: TideBcType = CONSTANT

  • TideWest_ETA: constant eta value at the WEST boundary.

  • TideWest_U: constant u value at the WEST boundary, defalut: 0.0.

  • TideWest_V: constant v value at the WEST boundary, defalut: 0.0.

  • TideEast_ETA: constant eta value at the EAST boundary.

  • TideEast_U: constant u value at the EAST boundary, defalut: 0.0.

  • TideEast_V: constant v value at the EAST boundary, defalut: 0.0.

  • TideSouth_ETA: constant eta value at the SOUTH boundary.

  • TideSouth_U: constant u value at the SOUTH boundary, defalut: 0.0.

  • TideSouth_V: constant v value at the SOUTH boundary, defalut: 0.0.

  • TideNorth_ETA: constant eta value at the NORTH boundary.

  • TideNorth_U: constant u value at the NORTH boundary, defalut: 0.0.

  • TideNorth_V: constant v value at the NORTH boundary, defalut: 0.0.

  • TideWestFileName: file name for WEST boundary data.

  • TideEastFileName: file name for EAST boundary data.

  • TideSouthFileName: file name for SOUTH boundary data.

  • TideNorthFileName: file name for NORTH boundary data.

Examples can be found in /simple_cases/, or see Tidal module