From 832aeda3f2de92f4bbafd17e8b7f3671ae1b81b9 Mon Sep 17 00:00:00 2001 From: Hannah Klion Date: Thu, 15 Aug 2024 15:06:38 -0700 Subject: [PATCH] roll back foextrap BC --- Source/TimeIntegration/REMORA_gls.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/TimeIntegration/REMORA_gls.cpp b/Source/TimeIntegration/REMORA_gls.cpp index 800db87..e08c25b 100644 --- a/Source/TimeIntegration/REMORA_gls.cpp +++ b/Source/TimeIntegration/REMORA_gls.cpp @@ -422,7 +422,9 @@ REMORA::gls_corrector (int lev, MultiFab* mf_gls, MultiFab* mf_tke, // While potentially counterintuitive, this is what ROMS does for handling shear2 at all boundaries, even // periodic + (*physbcs[lev])(mf_shear2_cached,*mf_mskr,0,1,mf_shear2_cached.nGrowVect(),t_new[lev],BCVars::zvel_bc); // (*physbcs[lev])(mf_shear2_cached,*mf_mskr,0,1,mf_shear2_cached.nGrowVect(),t_new[lev],BCVars::foextrap_bc); + mf_CF.setVal(0.0_rt); for ( MFIter mfi(*mf_gls, TilingIfNotGPU()); mfi.isValid(); ++mfi )