Skip to content

Commit

Permalink
Eliminated an argument from lin_strat_sfcsink_kk.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-cohere committed Nov 22, 2023
1 parent 8229087 commit a47fc2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mam4xx/lin_strat_chem.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ void lin_strat_chem_solve(

KOKKOS_INLINE_FUNCTION
void lin_strat_sfcsink_kk(const Real delta_t, const Real pdel, // in
Real &o3l_vmr, const Real o3_sfc, const int o3_lbl,
const Real o3_tau, Real &do3mass) {
Real &o3l_vmr, const Real o3_sfc, const Real o3_tau,
Real &do3mass) {
constexpr Real one = 1.0;
// BAD CONSTANT
constexpr Real mwo3 = 48.; // molecular weight O3
Expand Down

0 comments on commit a47fc2d

Please sign in to comment.