Skip to content

Commit

Permalink
remove assertion of no moisture with anelastic (#1907)
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren authored Oct 23, 2024
1 parent 5ddedcc commit dda9720
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/TimeIntegration/ERF_slow_rhs_pre.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ void erf_slow_rhs_pre (int level, int finest_level,

// We cannot use anelastic with terrain or with moisture
AMREX_ALWAYS_ASSERT(!l_use_terrain || !l_anelastic);
AMREX_ALWAYS_ASSERT(!l_use_moisture || !l_anelastic);

const Box& domain = geom.Domain();
const int domhi_z = domain.bigEnd(2);
Expand Down

0 comments on commit dda9720

Please sign in to comment.