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
There are some ClimaAtmos functions that call several functions, resulting in several expensive calls. We could either cache the expensive variables in the thermo state, or we could define a getter that efficiently computes all of the variables and returns a struct where it's cached. One advantage of this is that it's use is optional.
There are some ClimaAtmos functions that call several functions, resulting in several expensive calls. We could either cache the expensive variables in the thermo state, or we could define a getter that efficiently computes all of the variables and returns a struct where it's cached. One advantage of this is that it's use is optional.
For example:
is a massive kernel:
Hyperdiffusion (on the left) is shown for scale. It's called 3 times and each one is 10% of root.
The text was updated successfully, but these errors were encountered: