Changes between Initial Version and Version 1 of Ticket #662


Ignore:
Timestamp:
03/27/15 19:54:04 (9 years ago)
Author:
arango
Comment:

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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #662

    • Property ResolutionFixed
    • Property Status newclosed
    • Property Type bugdefect
  • Ticket #662 – Description

    initial v1  
    1 In lmd_skpp and lmd_bkpp, there is a clamp applied to the boundary layer depth:
     1In l'''md_skpp.F''' and '''lmd_bkpp.F''', there is a clamp applied to the boundary layer depth:
    22{{{
    33          hsbl(i,j)=MIN(hsbl(i,j),z_w(i,j,N(ng)))
     
    55
    66}}}
    7 This happens before the Shapiro filter is applied (if it is applied). It also needs to happen after the filter.
     7This happens before the Shapiro filter ('''LMD_SHAPIRO''') is applied (if it is applied). It also needs to happen after the filter.