Skip to content

Commit

Permalink
next atempt
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskaus committed Apr 22, 2024
1 parent 5eec788 commit 218f0bf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions scripts/TM_Subduction_example.jl
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,8 @@ else
end

try testing == true
args = "-nstep_max 2 -nstep_out 1" # if we test, only do 2 timesteps
# if we run this as part of the test suite, use fewer timesteps
run_lamem(model, ncores, "-nstep_max 2 -nstep_out 1")
catch
args = ""
end

run_lamem(model, ncores, args) # run
run_lamem(model, ncores)
end

0 comments on commit 218f0bf

Please sign in to comment.