Skip to content

Commit

Permalink
Added ability to alter ejecta thickness based on the relative slope o…
Browse files Browse the repository at this point in the history
…f the impact site to the downrange location.
  • Loading branch information
daminton committed Dec 2, 2016
1 parent cb00421 commit 32fff4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ejecta/module_ejecta.f90
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ end subroutine ejecta_table_define
end interface

interface
subroutine ejecta_interpolate(crater,domain,lrad,ejb,ejtble,ebh,vsq,theta,melt)
subroutine ejecta_interpolate(crater,domain,lrad,ejb,ejtble,ebh,vsq,theta,erad,melt)
use module_globals
implicit none
type(cratertype),intent(in) :: crater
Expand All @@ -114,7 +114,7 @@ subroutine ejecta_interpolate(crater,domain,lrad,ejb,ejtble,ebh,vsq,theta,melt)
type(ejbtype),dimension(ejtble),intent(in) :: ejb
real(DP),intent(out) :: ebh
real(DP),intent(out),optional :: vsq,theta
real(DP),intent(out),optional :: melt
real(DP),intent(out),optional :: erad,melt
end subroutine ejecta_interpolate
end interface

Expand Down

0 comments on commit 32fff4e

Please sign in to comment.