Skip to content

Commit

Permalink
minor typo
Browse files Browse the repository at this point in the history
"to simulations can be safely restarted" --> "so simulations can be safely restarted"
  • Loading branch information
jty53 authored Dec 5, 2024
1 parent 33a2af5 commit 4ed37e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver/type_getters.jl
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ function get_simulation(config::AtmosConfig)
accum_str =
join(CA.promote_period.(collect(periods_reductions)), ", ")
checkpt_str = CA.promote_period(checkpoint_frequency)
@warn "The checkpointing frequency (dt_save_state_to_disk = $checkpt_str) should be an integer multiple of all diagnostics accumulation periods ($accum_str) to simulations can be safely restarted from any checkpoint"
@warn "The checkpointing frequency (dt_save_state_to_disk = $checkpt_str) should be an integer multiple of all diagnostics accumulation periods ($accum_str) so simulations can be safely restarted from any checkpoint"
end
end
else
Expand Down

0 comments on commit 4ed37e3

Please sign in to comment.