Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
costachris committed Sep 20, 2024
1 parent 74422aa commit 696e069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/prognostic_equations/edmfx_entr_detr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function entrainment(
entr_coeff * abs(ᶜwʲ - ᶜw⁰) / (ᶜz - z_sfc) +
min_area_limiter

return max(entr, 0)
return entr
end

function detrainment(
Expand Down Expand Up @@ -295,7 +295,7 @@ function detrainment(
max_area_limiter
end

return max(detr, 0)
return detr
end

function detrainment(
Expand Down

0 comments on commit 696e069

Please sign in to comment.