Skip to content

Commit

Permalink
Overhauled crater formation routine. All raised rims are now part of …
Browse files Browse the repository at this point in the history
…the ejecta blanket
  • Loading branch information
daminton committed Feb 9, 2017
1 parent 18b78ae commit 20b60cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/crater/module_crater.f90
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,14 @@ end subroutine crater_form_interior
end interface

interface
subroutine crater_form_exterior(user,surfi,crater,domain,lradsq,newelev,deltaMi)
subroutine crater_form_exterior(user,surfi,crater,domain,lradsq,newelev,rimheight,deltaMi)
use module_globals
implicit none
type(usertype),intent(in) :: user
type(surftype),intent(inout) :: surfi
type(cratertype),intent(in) :: crater
type(domaintype),intent(in) :: domain
real(DP),intent(in) :: newelev,lradsq
real(DP),intent(in) :: newelev,lradsq,rimheight
real(DP),intent(out) :: deltaMi
end subroutine crater_form_exterior
end interface
Expand Down

0 comments on commit 20b60cf

Please sign in to comment.