Skip to content

Commit

Permalink
remove barrier
Browse files Browse the repository at this point in the history
  • Loading branch information
baperry2 committed Dec 15, 2023
1 parent a3f95af commit 84a8b59
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Source/Diffusion/PBLModels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {

Expand Down

0 comments on commit 84a8b59

Please sign in to comment.