We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd41e1 commit a14c823Copy full SHA for a14c823
src/mam4xx/mo_gas_phase_chemdr.hpp
@@ -204,6 +204,7 @@ void perform_atmospheric_chemistry_and_microphysics(
204
205
// vmr0 stores mixing ratios before chemistry changes the mixing
206
const auto vmr_col = View2D(work_set_het_ptr, nlev, gas_pcnst);
207
+ work_set_het_ptr += nlev * gas_pcnst;
208
const int sethet_work_len = mam4::mo_sethet::get_work_len_sethet();
209
const auto work_sethet_call = View1D(work_set_het_ptr, sethet_work_len);
210
work_set_het_ptr += sethet_work_len;
0 commit comments