Opened 9 years ago

Last modified 9 years ago

#662 closed defect

LMD_SHAPIRO problem — at Initial Version

Reported by: kate Owned by: arango
Priority: major Milestone: Release ROMS/TOMS 3.7
Component: Nonlinear Version: 3.7
Keywords: Cc:

Description

In lmd_skpp and lmd_bkpp, there is a clamp applied to the boundary layer depth:

          hsbl(i,j)=MIN(hsbl(i,j),z_w(i,j,N(ng)))
          hsbl(i,j)=MAX(hsbl(i,j),z_w(i,j,0))

This happens before the Shapiro filter is applied (if it is applied). It also needs to happen after the filter.

Change History (0)

Note: See TracTickets for help on using tickets.