Open aidanheerdegen opened 6 years ago
To expand on this. It appears that the smoothing as it stands allows the the boundary layer depth to be smoothed to below the maximum depth of the water column if the surrounding values of hblt
are large enough. It appears that subsequent code assumes that the value of hblt
is sensible when calculating kblt
etc. There should be a sanity check for the value, something like hblt=min(hblt,zbot) where zbot is the depth of the column.
I agree @russfiedler ; sanity check is needed.
Grid scale noise observed in the ACCESS-OM2 models (https://github.com/OceansAus/access-om2/issues/110) could be addressed if the
smooth_hblt
option was fixed.https://github.com/mom-ocean/MOM5/blob/master/src/mom5/ocean_param/lateral/ocean_submesoscale.F90#L1330