Skip to content

Commit

Permalink
Adjusted ejecta softening function
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Dec 8, 2016
1 parent 6721c12 commit 4e55266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ejecta/ejecta_soften.f90
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ subroutine ejecta_soften(user,surf,N,indarray,cumulative_elchange)
integer(I4B),dimension(2,N,N),intent(in) :: indarray
real(DP),dimension(N,N),intent(inout) :: cumulative_elchange
!real(DP),parameter :: SOFTEN_FACTOR = 2.50_DP ! Constant in topographic diffusion term for ejecta blanket softening
real(DP),parameter :: EJECTA_SOFTEN_FACTOR = 3.00_DP ! Constant in topographic diffusion term for ejecta blanket softening
real(DP),parameter :: EJECTA_SOFTEN_FACTOR = 1.50_DP ! Constant in topographic diffusion term for ejecta blanket softening

! Internal variables
integer(I4B) :: maxhits
Expand Down

0 comments on commit 4e55266

Please sign in to comment.