Skip to content

Commit

Permalink
Update src/Limiters/vertical_mass_borrowing_limiter.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Tapio Schneider <[email protected]>
  • Loading branch information
charleskawczynski and tapios authored Nov 20, 2024
1 parent fd7ce3d commit 1367b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Limiters/vertical_mass_borrowing_limiter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import .DataLayouts as DL
A vertical-only mass borrowing limiter.
The mass borrower borrows tracer mass from an adjacent, lower layer.
It conserves the mass and can avoid negative tracers.
It conserves the total tracer mass and can avoid negative tracers.
At level k, it will first borrow the mass from the layer k+1 (lower level).
If the mass is not sufficient in layer k+1, it will borrow mass from
Expand Down

0 comments on commit 1367b37

Please sign in to comment.