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
So, we're doing two passes over solve_sw!, which is likely not ideal. The cost of the callback compared to step! is staggering:
Despite calling this infrequently, it's still probably worth figuring out a way to do this in a single pass (since some variables may be shareable between the two passes).
The text was updated successfully, but these errors were encountered:
ClimaAtmos calls RRTMGP in this way:
So, we're doing two passes over
solve_sw!
, which is likely not ideal. The cost of the callback compared tostep!
is staggering:Despite calling this infrequently, it's still probably worth figuring out a way to do this in a single pass (since some variables may be shareable between the two passes).
The text was updated successfully, but these errors were encountered: