From 84a8b598c392535088be2a853b5a28b2eab497c0 Mon Sep 17 00:00:00 2001 From: Bruce Perry Date: Thu, 14 Dec 2023 18:02:19 -0700 Subject: [PATCH] remove barrier --- Source/Diffusion/PBLModels.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/Diffusion/PBLModels.cpp b/Source/Diffusion/PBLModels.cpp index c78d42de7..4d99744b6 100644 --- a/Source/Diffusion/PBLModels.cpp +++ b/Source/Diffusion/PBLModels.cpp @@ -30,9 +30,6 @@ ComputeTurbulentViscosityPBL (const amrex::MultiFab& xvel, { const bool use_terrain = (z_phys_nd != nullptr); - // DEBUG DEBUG DEBUG - if (use_terrain) {amrex::Abort("PBL model not yet supported with Terrain");} - // MYNN Level 2.5 PBL Model if (turbChoice.pbl_type == PBLType::MYNN25) {