Skip to content

Commit

Permalink
Fixed McGetchin equation as it was already supposed to be in units of…
Browse files Browse the repository at this point in the history
… meters
  • Loading branch information
daminton committed Feb 17, 2022
1 parent f4ef3e9 commit 055f18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crater/crater_dimensions.f90
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ subroutine crater_dimensions(user,crater,domain)
! Calculate the radius where the inner wall meets the original pre-existing surface
! This is used to demark the location where excavation transitions to deposition
crater%ejrad = max(crater_profile_find_r_inner_wall(user,crater) * crater%frad, crater%rad)
crater%ejrim = 0.14_DP * (crater%fcrat * 1e-3 * 0.5_DP)**(0.74_DP) * 1e3_DP ! McGetchin et al. (1973) Thickness of ejecta at rim
crater%ejrim = 0.14_DP * (crater%fcrat * 0.5_DP)**(0.74_DP) ! McGetchin et al. (1973) Thickness of ejecta at rim

!find rim for counting purposes
crater%frim = RIMFAC * crater%frad
Expand Down

0 comments on commit 055f18c

Please sign in to comment.