Skip to content

Commit

Permalink
Update src/solver/model_getters.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Tapio Schneider <[email protected]>
  • Loading branch information
szy21 and tapios authored Dec 22, 2023
1 parent e4d43e4 commit 2d8135f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver/model_getters.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function get_hyperdiffusion_model(parsed_args, ::Type{FT}) where {FT}
# for equation A18 and A19
Ne = parsed_args["h_elem"]
κ₄_vorticity = FT(0.15 * (30 / Ne * 1.1 * 10^5)^3) # ν_vort
κ₄_tracer = FT(0.15 * (30 / Ne * 1.1 * 10^5)) # ν_q
κ₄_tracer = FT(0.75 * (30 / Ne * 1.1 * 10^5)^3) # ν_q
ClimaHyperdiffusion(;
κ₄_vorticity,
κ₄_tracer,
Expand Down

0 comments on commit 2d8135f

Please sign in to comment.