Closed johnryantaylor closed 1 year ago
Patch and project coverage have no change.
Comparison is base (
21fb27c
) 63.82% compared to head (1f87d4d
) 63.82%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Could we do:
vâ‚€ = V(0, 0, 0, 0, background_state_parameters)
Δx = minimum_xspacing(grid, Center(), Center(), Center())
Δy = minimum_yspacing(grid, Center(), Center(), Center())
Δz = minimum_zspacing(grid, Center(), Center(), Center())
Δt₀ = 0.75 * min(Δx, Δy, Δz) / v₀
simulation = Simulation(model, Δt = Δt₀, stop_time = 10days)
so that it is setup right whatever grid size someone uses?
Good idea - this might work On Aug 29, 2023 at 10:32 AM +0100, Jago Strong-Wright @.***>, wrote:
Could we do: vâ‚€ = V(0, 0, 0, 0, background_state_parameters)
Δx = minimum_xspacing(grid, Center(), Center(), Center()) Δy = minimum_yspacing(grid, Center(), Center(), Center()) Δz = minimum_zspacing(grid, Center(), Center(), Center())
Δt₀ = 0.75 * min(Δx, Δy, Δz) / v₀
simulation = Simulation(model, Δt = Δt₀, stop_time = 10days) so that it is setup right whatever grid size someone uses? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
reduced initial timestep to 1 minute in Eady.jl to be more conservative and avoid CFL violation on finer grids