Skip to content

Commit

Permalink
set moist compressible integration-test to use 4x1
Browse files Browse the repository at this point in the history
  • Loading branch information
tommbendall authored Feb 29, 2024
1 parent 8bcd62d commit 57a9350
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration-tests/equations/test_moist_compressible.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ def run_moist_compressible(tmpdir):
# Time stepper
stepper = SemiImplicitQuasiNewton(eqn, io, transported_fields,
transport_methods,
linear_solver=linear_solver)
linear_solver=linear_solver,
num_outer=4, num_inner=1)

# ------------------------------------------------------------------------ #
# Initial conditions
Expand Down

0 comments on commit 57a9350

Please sign in to comment.