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
For the Bucket, we use get_new_cache to allocate space in the cache when we want to track energy conservation. We should instead just always allocate space for this in the bucket model, and we can remove get_new_cache. See CliMA/ClimaLand.jl#1091