Skip to content

Commit

Permalink
corrected description of decay_rate array
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Dussin authored and Hallberg-NOAA committed Jan 14, 2025
1 parent 0e7f5f4 commit 7e2db9a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/parameterizations/lateral/MOM_internal_tides.F90
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,10 @@ module MOM_internal_tides
integer :: En_restart_power !< A power factor of 2 by which to multiply the energy in restart [nondim]
type(time_type), pointer :: Time => NULL() !< A pointer to the model's clock.
character(len=200) :: inputdir !< directory to look for coastline angle file
real, allocatable, dimension(:,:,:,:) :: decay_rate_2d !< same as above but with a horizontal
!! structure for each harmonic [T-1 ~> s-1].
real, allocatable, dimension(:,:,:,:) :: decay_rate_2d !< rate at which internal tide energy is
!! lost to the interior ocean internal wave field
!! as a function of longitude, latitude, frequency
!! and vertical mode [T-1 ~> s-1].
real :: cdrag !< The bottom drag coefficient [nondim].
real :: drag_min_depth !< The minimum total ocean thickness that will be used in the denominator
!! of the quadratic drag terms for internal tides when
Expand Down

0 comments on commit 7e2db9a

Please sign in to comment.