Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in boundary_k_range if hbl > htot
In cases where the boundary layer depth is larger than the column thickness, the returned indices of the layer would point to the top of the column. This behavior is fixed such that if hbl > htot, k_bot and z_bot point to the bottom of the column.
- Loading branch information