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
At the moment we can't get (pseudo)-dissipation when the model has a tuple closure.
I'm not sure if it's possible to get actual dissipation when the diffusivity isn't isotropic, but it should be straightforward to get pseudo-dissipation.
The text was updated successfully, but these errors were encountered:
We also can't get dissipation when the closure doesn't use an eddy diffusivity, right? So it's not possible to calculate diffusivity for any turbulence closure.
We also can't get dissipation when the closure doesn't use an eddy diffusivity, right? So it's not possible to calculate diffusivity for any turbulence closure.
True. Although we could consider throwing a useful error in those cases?
I think we should at least support the common cases (like (VerticalDiffusivity(), HorizontalDiffusivity())) though, especially because it should be pretty straightforward.
At the moment we can't get (pseudo)-dissipation when the model has a tuple closure.
I'm not sure if it's possible to get actual dissipation when the diffusivity isn't isotropic, but it should be straightforward to get pseudo-dissipation.
The text was updated successfully, but these errors were encountered: