Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed filtered_grid_motion() to not assume dz_g(CS%nk+1)=0
- filtered_grid_motion() assumed the interface motion of the bottom was zero which precludes allow the number of levels to changes. It turns out allowing dz_g(CS%nk+1) to be filtered gives exactly zero when the number levels are the same so we've (@angus-g and I) updated filtered_grid_motion() to also filter the bottom interface.
- Loading branch information