From 44836f31cf9b3572a16713db74eba1af5ee2a238 Mon Sep 17 00:00:00 2001 From: Helena Richie Date: Thu, 15 Aug 2024 18:39:31 -0400 Subject: [PATCH] correct H.min_dt --- src/grid/grid3D.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/grid/grid3D.cpp b/src/grid/grid3D.cpp index a400b15e3..02643e41e 100644 --- a/src/grid/grid3D.cpp +++ b/src/grid/grid3D.cpp @@ -165,7 +165,7 @@ void Grid3D::Initialize(struct Parameters *P) C_cfl = 0.3; #ifdef AVERAGE_SLOW_CELLS - H.min_dt_slow = 0.13; // Initialize the minumum dt to a tiny number + H.min_dt_slow = 0.0326; // Initialize the minumum dt to a tiny number #endif // AVERAGE_SLOW_CELLS #ifdef CLOUD_TRACKING