Skip to content

Wind-forced simulation is exploding with lateral noise #2839

Discussion options

You must be logged in to vote

Two comments

  1. vector invariant advection is good for 3D simulations but not so much for 2D because it does not implicitly diffuse the vertical direction. For Nohydrostatic simulations, vector invariant mode is not supported, so WENO(vector_invariant = VelocityStencil()) falls back to WENO()
  2. Try using a simple vertical diffusion parametrization VerticalScalarDiffusivity(ν = 1e-4, κ = 1e-5) + ConvectiveAdjustmentVerticalDiffusivity(convective_κz = 1.0)

Be careful with the advective and diffusive CFL. For biharmonic diffusion ν < Δ⁴ / 32Δt, which means that if you are time stepping with Δt = 5minutes, you are limited to ν < 1e8. Having such a large biharmonic diffusion might be the whole is…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@iuryt
Comment options

iuryt Nov 26, 2022
Collaborator Author

@iuryt
Comment options

iuryt Nov 28, 2022
Collaborator Author

@simone-silvestri
Comment options

@iuryt
Comment options

iuryt Nov 28, 2022
Collaborator Author

@glwagner
Comment options

Answer selected by iuryt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants