Opened 10 years ago
Closed 10 years ago
#662 closed defect (Fixed)
LMD_SHAPIRO problem — at Version 1
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 )
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 , 10 years ago
Description: | modified (diff) |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
Type: | bug → defect |
Note:
See TracTickets
for help on using tickets.
Yes, indeed. Thank you. We also should multiplied by the mask too in case it is modified by the Shapiro Filter.