We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In callback_helpers.jl, we use call_every_n_steps and call_every_dt. Both of these can be replaced by the equivalent callbacks in ClimaTimeSteppers.
callback_helpers.jl
call_every_n_steps
call_every_dt
The only functionality that need to be implemented for callbacks in ClimaTimeSteppers is call_at_end and save_positions.
call_at_end
save_positions
The text was updated successfully, but these errors were encountered:
ph-kev
Successfully merging a pull request may close this issue.
In
callback_helpers.jl
, we usecall_every_n_steps
andcall_every_dt
. Both of these can be replaced by the equivalent callbacks in ClimaTimeSteppers.The only functionality that need to be implemented for callbacks in ClimaTimeSteppers is
call_at_end
andsave_positions
.The text was updated successfully, but these errors were encountered: