From c5742405e698d7259855195e2754f0588a6aa837 Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Mon, 28 Dec 2020 17:32:39 -0700 Subject: [PATCH] Per #1448, set the default genesis_init_diff entry to 48 hours since that's what Dan H used in his examples. --- met/data/config/TCGenConfig_default | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/met/data/config/TCGenConfig_default b/met/data/config/TCGenConfig_default index fbef07ce23..161d12d918 100644 --- a/met/data/config/TCGenConfig_default +++ b/met/data/config/TCGenConfig_default @@ -147,9 +147,8 @@ genesis_radius = 300; // // Genesis versus initialization time offset in hours -// JHG, what is a good default value? // -genesis_init_diff = 24; +genesis_init_diff = 48; //////////////////////////////////////////////////////////////////////////////// //