Skip to content

Commit

Permalink
Tuned back seismic shaking linear coefficient (SHEFF)
Browse files Browse the repository at this point in the history
  • Loading branch information
richar94 committed Mar 3, 2017
1 parent 0dc721c commit d0b8c0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/globals/module_globals.f90
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module module_globals
real(DP),parameter :: COOKIESIZE = 3.0_DP ! Relative size of old crater to new crater that cookie cutting is applied
! Only craters smaller than COOKIESIZE times the new crater are cookie cut
real(DP),parameter :: ALPHA = 0.125_DP
real(DP),parameter :: DISEJB = 50.0_DP ! The extent of discontinuous ejecta in the unit of crater radii. It is used in ejecta_table_define.f90
real(DP),parameter :: DISEJB = 100.0_DP ! The extent of discontinuous ejecta in the unit of crater radii. It is used in ejecta_table_define.f90

type regodatatype
real(DP) :: thickness
Expand Down Expand Up @@ -301,7 +301,7 @@ module module_globals

! Seismic shaking parameters
real(DP),parameter :: SEISFREQ = 20.0_DP ! seismic wave frequency
real(DP),parameter :: SHEFF = 0.00639_DP ! linear proportionality constant
real(DP),parameter :: SHEFF = 0.0001_DP ! linear proportionality constant
real(DP),parameter :: QFAC = 1.80_DP ! seismic quality factor exponent
real(DP),parameter :: NFAC = 0.294_DP ! impact efficiency exponent
real(DP),parameter :: PFAC = 0.809_DP ! impactor diameter exponent
Expand Down

0 comments on commit d0b8c0a

Please sign in to comment.