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
#1992 removed the uniform_vertical_levels function. This led to a GPU error downstream in ClimaLand (see error message below). This PR reverts that change and makes a patch release - this has been tested from ClimaLand (see run here).
The error came up in ClimaLand in a PR switching the canopy temperature variable from being stepped explicitly to implicitly. We also step soil water content implicitly, but there has been no error with that case. In the soil-only case, our implicit variable is defined on a ExtrudedFiniteDifferenceSpace. In the new combined soil/canopy case, we have one implicit variable on a ExtrudedFiniteDifferenceSpace, and the other on a SpectralElementSpace2D. Maybe the bug comes from having two variables on two different spaces, or from the SpectralElementSpace2D specifically?
xref:
The text was updated successfully, but these errors were encountered: