Opened 9 years ago

Closed 9 years ago

#662 closed defect (Fixed)

LMD_SHAPIRO problem

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

Description (last modified by arango)

In lmd_skpp.F and lmd_bkpp.F, 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 (LMD_SHAPIRO) is applied (if it is applied). It also needs to happen after the filter.

Change History (1)

comment:1 by arango, 9 years ago

Description: modified (diff)
Resolution: Fixed
Status: newclosed
Type: bugdefect

Yes, indeed. Thank you. We also should multiplied by the mask too in case it is modified by the Shapiro Filter.

Note: See TracTickets for help on using tickets.