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 2f45d82 commit e4d43e4
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 @@ -50,7 +50,7 @@ function get_hyperdiffusion_model(parsed_args, ::Type{FT}) where {FT}
# https://agupubs.onlinelibrary.wiley.com/doi/epdf/10.1029/2017MS001257
# for equation A18 and A19
Ne = parsed_args["h_elem"]
κ₄_vorticity = FT(0.15 * (30 / Ne * 1.1 * 10^5)) # ν_vort
κ₄_vorticity = FT(0.15 * (30 / Ne * 1.1 * 10^5)^3) # ν_vort
κ₄_tracer = FT(0.15 * (30 / Ne * 1.1 * 10^5)) # ν_q
ClimaHyperdiffusion(;
κ₄_vorticity,
Expand Down

0 comments on commit e4d43e4

Please sign in to comment.