Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated reference to Minton et al. 2019 to correct year
  • Loading branch information
daminton committed Sep 10, 2019
1 parent cd7c613 commit 1986bd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/globals/module_globals.f90
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ module module_globals
real(DP) :: regcoh ! target surface regolith layer cohesion

! Crater diffusion input parameters
real(DP) :: Kd1 ! Degradation function coefficient (from Minton et al. (2018))
real(DP) :: psi ! Degradation function exponent (from Minton et al. (2018))
real(DP) :: fe ! Scale factor for size of degradation region (from Minton et al. (2018))
real(DP) :: Kd1 ! Degradation function coefficient (from Minton et al. (2019))
real(DP) :: psi ! Degradation function exponent (from Minton et al. (2019))
real(DP) :: fe ! Scale factor for size of degradation region (from Minton et al. (2019))

! Ejecta softening variables
logical :: dosoftening ! Set T to use the extra crater softening model
Expand Down

0 comments on commit 1986bd8

Please sign in to comment.