Open dcherian opened 1 year ago
Minor comment but I'm pretty sure this check is wrong and unnecessary when horiz_background_mixing is activated.
horiz_background_mixing
https://github.com/NCAR/MOM6/blob/9786710c3eff31468891767852600eeadf368589/src/parameterizations/vertical/MOM_bkgnd_mixing.F90#L249-L257
Kv and CS%Kd aren't used at all and prandtl_bkgnd is always used to get Kvfrom Kd
Kv
CS%Kd
prandtl_bkgnd
Kd
Minor comment but I'm pretty sure this check is wrong and unnecessary when
horiz_background_mixing
is activated.https://github.com/NCAR/MOM6/blob/9786710c3eff31468891767852600eeadf368589/src/parameterizations/vertical/MOM_bkgnd_mixing.F90#L249-L257
Kv
andCS%Kd
aren't used at all andprandtl_bkgnd
is always used to getKv
fromKd