Skip to content

Commit

Permalink
Changed subpixel diffusion to be in terms of radius like what is in t…
Browse files Browse the repository at this point in the history
…he paper. Changed default value.
  • Loading branch information
daminton committed Dec 7, 2016
1 parent 75e635b commit 10265d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/io_input.f90
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ subroutine io_input(infile,user)
user%testtally = .false.
user%killatmaxcrater = .false.
user%doporosity = .false.
user%soften_factor = 0.9_DP
user%soften_factor = 0.43_DP
user%soften_slope = 1.8_DP
user%discontinuous = .true.

Expand Down

0 comments on commit 10265d4

Please sign in to comment.