Skip to content

Commit

Permalink
Merge pull request mom-ocean#925 from Hallberg-NOAA/rescale_TKE_vars
Browse files Browse the repository at this point in the history
Rescaled 20 TKE-related variables
  • Loading branch information
marshallward authored May 17, 2019
2 parents fd077d5 + 806e8d9 commit 82ce6f9
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 119 deletions.
3 changes: 2 additions & 1 deletion src/core/MOM_variables.F90
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ module MOM_variables
ustar_BBL => NULL() !< The turbulence velocity in the bottom boundary layer at h points [Z s-1 ~> m s-1].
real, pointer, dimension(:,:) :: TKE_BBL => NULL()
!< A term related to the bottom boundary layer source of turbulent kinetic
!! energy, currently in [m3 s-3], but will later be changed to [W m-2].
!! energy, currently in [Z3 T-3 ~> m3 s-3], but may at some time be changed
!! to [kg Z3 m-3 T-3 ~> W m-2].
real, pointer, dimension(:,:) :: &
taux_shelf => NULL(), & !< The zonal stresses on the ocean under shelves [Pa].
tauy_shelf => NULL() !< The meridional stresses on the ocean under shelves [Pa].
Expand Down
Loading

0 comments on commit 82ce6f9

Please sign in to comment.