Skip to content

Commit

Permalink
Merge branch 'bg/moist-equations-lucas' of github.com:trixi-framework…
Browse files Browse the repository at this point in the history
…/TrixiAtmo.jl into bg/moist-equations-lucas
  • Loading branch information
benegee committed Jul 23, 2024
2 parents 4beadf7 + 51cbcea commit 46d0688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/equations/compressible_moist_euler_2d_lucas.jl
Original file line number Diff line number Diff line change
Expand Up @@ -353,11 +353,11 @@ import Trixi: varnames, flux_chandrashekar, boundary_condition_slip_wall,
zero(eltype(u)), zero(eltype(u)))
end

# Raylight damping sponge source term form A. Sridhar et al.,
# Rayleigh damping sponge source term form A. Sridhar et al.,
# Large-eddy simulations with ClimateMachine: a new open-sourcecode for
# atmospheric simulations on GPUs and CPUs, 2 Oct 2021, doi: 10.5194/gmd-15-6259-2022,
# https://arxiv.org/abs/2110.00853 [physics.ao-ph] .
@inline function source_terms_nonhydrostatic_raylight_sponge(u, x, t,
@inline function source_terms_nonhydrostatic_rayleigh_sponge(u, x, t,

Check warning on line 360 in src/equations/compressible_moist_euler_2d_lucas.jl

View check run for this annotation

Codecov / codecov/patch

src/equations/compressible_moist_euler_2d_lucas.jl#L360

Added line #L360 was not covered by tests
equations::CompressibleMoistEulerEquations2D)
rho, rho_v1, rho_v2, rho_e, rho_qv, rho_ql = u
v1 = rho_v1 / rho
Expand Down

0 comments on commit 46d0688

Please sign in to comment.