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 2807c2b commit 8bf7ad7Copy full SHA for 8bf7ad7
components/eamxx/src/control/atmosphere_driver.cpp
@@ -561,7 +561,7 @@ void AtmosphereDriver::create_fields()
561
bool mismatch_found = false;
562
563
const auto reqs = fr.second;
564
- const bool is_first_turb_advect = ekat::contains(reqs.front().groups, "turbulence_advected_tracers")
+ const bool is_first_turb_advect = ekat::contains(reqs.front().groups, "turbulence_advected_tracers");
565
for (size_t i=1; i<reqs.size(); ++i) {
566
const bool is_turb_advect = ekat::contains(reqs[i].groups, "turbulence_advected_tracers");
567
if (is_turb_advect != is_first_turb_advect) {
0 commit comments