From 3dedcc475b1f8b557a20d7523fabb9dbdf10e154 Mon Sep 17 00:00:00 2001 From: daminton Date: Thu, 15 Dec 2016 15:37:07 +0000 Subject: [PATCH] Reduced the size of the countable crater limit --- src/globals/module_globals.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/globals/module_globals.f90 b/src/globals/module_globals.f90 index a48062c3..7fac6189 100644 --- a/src/globals/module_globals.f90 +++ b/src/globals/module_globals.f90 @@ -255,7 +255,7 @@ module module_globals ! Global variables integer(I4B),parameter :: PBCLIM = 3 ! periodic boundary condition limit -integer(I4B),parameter :: SMALLESTCOUNTABLE = 5 ! Minimum pixel diameter for a crater to be considered countable +integer(I4B),parameter :: SMALLESTCOUNTABLE = 3 ! Minimum pixel diameter for a crater to be considered countable real(DP),parameter :: SMALLESTEJECTA = 1.5 ! Minimum number of pixels from center of crater for an ejecta to have any surface effects integer(I4B),parameter :: TRUECOLS = 6 ! Number of columns in the true crater count array integer(I4B) :: NTHREADS = 1 ! Number of OpenMP threads (reset by OpenMP if a parallel environment is detected)