Skip to content

Commit

Permalink
Set output correctly for new variables
Browse files Browse the repository at this point in the history
  • Loading branch information
tcclevenger committed Jul 22, 2024
1 parent d71781f commit 6e5097d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/eamxx/src/physics/shoc/impl/shoc_main_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,8 @@ Int Functions<S,D>::shoc_main(
w3_s, wqls_sec_s, brunt_s, isotropy_s); // Diagnostic Output Variables

shoc_output.pblh(i) = pblh_s;
shoc_output.ustar(i) = ustar_s;
shoc_output.obklen(i) = obklen_s;
});
Kokkos::fence();
#else
Expand Down

0 comments on commit 6e5097d

Please sign in to comment.