Oceananigans.jl icon indicating copy to clipboard operation
Oceananigans.jl copied to clipboard

Remove tendency computation at model construction

Open simone-silvestri opened this issue 5 months ago • 2 comments

At the moment, the tendencies were updated at each call of update_state!. This PR makes it so that the tendencies are computed only inside the time-stepping where we need them.

see ClimaOcean#164

simone-silvestri avatar Aug 27 '24 19:08 simone-silvestri