You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
real(DP) :: small ! Smallest unit of measurement (m)
integer(I4B) :: smallest_impactor_index ! Index of the smallest impactor to draw from the production SFD
integer(I4B) :: smallest_ejecta_index !Indext of the smallest impactor to produce ejecta otherwise a crater smaller than this will be ignored and treated as a part of vertical mixing model based on the assumption of their insignificant volume of ejecta
integer(I4B) :: smallest_ejecta_index !Index of the smallest impactor to produce ejecta otherwise a crater smaller than this will be ignored and treated as a part of vertical mixing model based on the assumption of their insignificant volume of ejecta
real(DP) :: smallest_ejecta_crater
real(DP) :: biggest_crater ! Largest crater to generate
real(DP) :: smallest_ejecta ! Smallest ejecta to generate (possibly from craters smaller than smallest_produced_crater)