Changes between Initial Version and Version 1 of Ticket #662
- Timestamp:
- 03/27/15 19:54:04 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #662
- Property Resolution → Fixed
- Property Status new → closed
- Property Type bug → defect
-
Ticket #662 – Description
initial v1 1 In l md_skpp and lmd_bkpp, there is a clamp applied to the boundary layer depth:1 In l'''md_skpp.F''' and '''lmd_bkpp.F''', there is a clamp applied to the boundary layer depth: 2 2 {{{ 3 3 hsbl(i,j)=MIN(hsbl(i,j),z_w(i,j,N(ng))) … … 5 5 6 6 }}} 7 This happens before the Shapiro filter is applied (if it is applied). It also needs to happen after the filter.7 This happens before the Shapiro filter ('''LMD_SHAPIRO''') is applied (if it is applied). It also needs to happen after the filter.