Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ewquon committed Aug 23, 2024
1 parent 3d63e43 commit d594472
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Diffusion/PBLModels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ ComputeTurbulentViscosityPBL (const MultiFab& xvel,
const auto& u_star_arr = u_star_mf->const_array(mfi);
const auto& t_star_arr = t_star_mf->const_array(mfi);
const auto& q_star_arr = (use_moisture) ? q_star_mf->const_array(mfi) : Array4<Real>{};
auto pblh_arr = pblh_mf->array(mfi);

const Array4<Real const> z_nd_arr = use_terrain ? z_phys_nd->const_array(mfi) : Array4<Real>{};

Expand Down

0 comments on commit d594472

Please sign in to comment.