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 8eec182 commit efeca26Copy full SHA for efeca26
components/eamxx/src/share/io/scorpio_output.cpp
@@ -1367,7 +1367,6 @@ AtmosphereOutput::create_diagnostic (const std::string& diag_field_name)
1367
for (const auto& freq : diag->get_required_field_requests()) {
1368
const auto& fname = freq.fid.name();
1369
if (!sim_field_mgr->has_field(fname)) {
1370
- std::cout << diag_field_name << " depends on the diag " << fname << "\n";
1371
// This diag depends on another diag. Create and init the dependency
1372
if (m_diagnostics.count(fname)==0) {
1373
m_diagnostics[fname] = create_diagnostic(fname);
0 commit comments