You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct bug in kappa shear viscosity with vertex shear option. (#824)
* Correct bug in kappa shear viscosity with vertex shear option.
- Viscosities at vertices along the coast were incorrectly zero'd out. This commit removes that mask so the non-zero shear driven viscosities can be interpolated from in the model. This bug caused diffusivities to be very large in channels and potentially near coastlines.
- A bugfix flag is added with an option to use the current behavior for legacy purposes.
* Fix missing paranthesis in previous commit (VS_viscosity_bug)
* Update logging of vertex shear viscosity bug parameter
0 commit comments