Skip to content

Commit

Permalink
Put back melt zone calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jul 23, 2021
1 parent 92a72d9 commit fbcd4da
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/ejecta/ejecta_emplace.f90
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,13 @@ subroutine ejecta_emplace(user,surf,crater,domain,ejb,ejtble,deltaMtot,age,age_r
real(DP) :: vsq, ejtheta
integer(I4B) :: ind,klo

! Age
real(SP) :: age_mean


! Executable code

!call regolith_melt_zone(user,crater,crater%imp,crater%impvel,rm,dm)
call regolith_melt_zone(user,crater,crater%imp,crater%impvel,rm,dm)

cdepth = DDRATIO * crater%fcrat
crater%vdepth = crater%ejrim + cdepth
Expand Down

0 comments on commit fbcd4da

Please sign in to comment.