Skip to content

Commit

Permalink
Merge pull request #67 from wenrongcao/main
Browse files Browse the repository at this point in the history
add output path in test_erosion.jl
  • Loading branch information
boriskaus authored Jan 2, 2025
2 parents e6fe353 + d08272d commit 69604f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/test_erosion.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ using GeophysicalModelGenerator
# Main model setup
model = Model(Grid(nel=(32,1,32), x=[-50,50], z=[-50,20], y=[-1,1] ),
Scaling(GEO_units(stress=1000MPa, viscosity=1e20Pa*s)),
Time(dt=1e-2, dt_min=1e-5, dt_max=1e-1, nstep_out=5, nstep_max=200, time_end=5))
Time(dt=1e-2, dt_min=1e-5, dt_max=1e-1, nstep_out=5, nstep_max=200, time_end=5),
Output(out_dir="erosion_test_folder"))

# add an air phase, phase =0
add_box!(model; xlim = (-50, 50),
Expand Down Expand Up @@ -54,4 +55,4 @@ using GeophysicalModelGenerator

end

end
end

0 comments on commit 69604f6

Please sign in to comment.