Skip to content

Commit 1456d3e

Browse files
committed
Merge pull request #55 from apcraig/wave
add Qing Li changes for wavewatch coupling from July 2015
2 parents 15bf182 + 4bb3739 commit 1456d3e

File tree

4 files changed

+170
-7
lines changed

4 files changed

+170
-7
lines changed

src/shared/cvmix_kinds_and_types.F90

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,13 @@ module cvmix_kinds_and_types
9494
! Index of cell containing OBL (fraction > .5 => below cell center)
9595
real(cvmix_r8) :: kOBL_depth
9696
! units: unitless
97+
! QL, 150610
98+
! Langmuir mixing induced enhancement factor to turbulent velocity scale
99+
real(cvmix_r8) :: LangmuirEnhancementFactor
100+
! units: unitless
101+
! Surface Stokes drift magnitude
102+
real(cvmix_r8) :: SurfaceStokesDrift
103+
! units: m/s
97104

98105
! Values on interfaces (dimsize = nlev+1)
99106
! --------------------

0 commit comments

Comments
 (0)