INTERFACE:
subroutine shear(nlev,cnpar)DESCRIPTION:
The (square of the) shear frequency is defined as
USES:
use meanflow, only: h,u,v,uo,vo
use meanflow, only: SS,SSU,SSV
IMPLICIT NONE
INPUT PARAMETERS:
number of vertical layers
integer, intent(in) :: nlev
numerical "implicitness" parameter
REALTYPE, intent(in) :: cnpar
REVISION HISTORY:
Original author(s): Lars Umlauf
$Log: shear.F90,v $
Revision 1.1 2005-06-27 10:54:33 kbk
new files needed
Karsten Bolding 2012-01-24