Skip to content

Commit

Permalink
fixed too-long line
Browse files Browse the repository at this point in the history
  • Loading branch information
awallcraft authored and Hallberg-NOAA committed Dec 9, 2024
1 parent ccb1c4f commit d84ac6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/MOM_open_boundary.F90
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,8 @@ module MOM_open_boundary
logical :: add_tide_constituents = .false. !< If true, add tidal constituents to the boundary elevation
!! and velocity. Will be set to true if n_tide_constituents > 0.
character(len=2), allocatable, dimension(:) :: tide_names !< Names of tidal constituents to add to the boundary data.
real, allocatable, dimension(:) :: tide_frequencies !< Angular frequencies of chosen tidal constituents [rad T-1 ~> rad s-1].
real, allocatable, dimension(:) :: tide_frequencies !< Angular frequencies of chosen tidal
!! constituents [rad T-1 ~> rad s-1].
real, allocatable, dimension(:) :: tide_eq_phases !< Equilibrium phases of chosen tidal constituents [rad].
real, allocatable, dimension(:) :: tide_fn !< Amplitude modulation of boundary tides by nodal cycle [nondim].
real, allocatable, dimension(:) :: tide_un !< Phase modulation of boundary tides by nodal cycle [rad].
Expand Down

0 comments on commit d84ac6c

Please sign in to comment.