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
One of our calls to saturation adjustment is unnecessary-- we call thermo_state! in explicit horizontal advection, after it's been computed in the implicit tendency function, so it can be removed. If we want to be able to swap the order of these calls (which some timesteppers may require), then we should either prescribe a flag to call them in a particular order, or a flag to indicate whether it's already been computed or not.
The text was updated successfully, but these errors were encountered:
One of our calls to saturation adjustment is unnecessary-- we call
thermo_state!
in explicit horizontal advection, after it's been computed in the implicit tendency function, so it can be removed. If we want to be able to swap the order of these calls (which some timesteppers may require), then we should either prescribe a flag to call them in a particular order, or a flag to indicate whether it's already been computed or not.The text was updated successfully, but these errors were encountered: