Skip to content

Commit

Permalink
Changed parameters to be closer to Guo et al. (2018) ray generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Blevins committed Nov 17, 2023
1 parent 3fa3464 commit a33cf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ejecta/ejecta_emplace.f90
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ subroutine ejecta_emplace(user,surf,crater,domain,ejb,ejtble,deltaMtot,cumulativ
character(len=MESSAGESIZE) :: message ! message for the progress bar
real(DP) :: vmelt, totmelt, volm
real(DP) :: frayreduction = 0.5_DP ! Factor to apply to reduce the relative thickness of the ray for each subsequent pattern
integer(I4B), parameter :: Npatt = 10 ! Number of times to call ray pattern
integer(I4B), parameter :: Npatt = 8 ! Number of times to call ray pattern



Expand Down

0 comments on commit a33cf19

Please sign in to comment.