Skip to content

Commit

Permalink
Updated the default values for the diffusion parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Feb 22, 2017
1 parent ed1eb3a commit 0590ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/io/io_input.f90
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ subroutine io_input(infile,user)
user%testtally = .false.
user%killatmaxcrater = .false.
user%doporosity = .false.
user%soften_factor = 0.43_DP
user%soften_slope = 1.8_DP
user%soften_factor = 37.0_DP
user%soften_slope = 2.0_DP
user%ejecta_truncation = 10.0_DP

open(unit=LUN,file=infile,status="old",iostat=ierr)
Expand Down

0 comments on commit 0590ac5

Please sign in to comment.