From 1986bd81767eb175cb5bfed275d429514fe66d17 Mon Sep 17 00:00:00 2001 From: David Minton Date: Tue, 10 Sep 2019 10:37:34 -0400 Subject: [PATCH] Updated reference to Minton et al. 2019 to correct year --- src/globals/module_globals.f90 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/globals/module_globals.f90 b/src/globals/module_globals.f90 index 22637e33..f3f271ae 100644 --- a/src/globals/module_globals.f90 +++ b/src/globals/module_globals.f90 @@ -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