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 23ace69 commit 123c0efCopy full SHA for 123c0ef
components/eamxx/src/diagnostics/aodvis.cpp
@@ -47,7 +47,7 @@ void AODVis::initialize_impl(const RunType /*run_type*/) {
47
auto nondim = ekat::units::Units::nondimensional();
48
const auto &grid_name =
49
m_diagnostic_output.get_header().get_identifier().get_grid_name();
50
- const auto var_fill_value = constants::DefaultFillValue<Real>().value;
+ const auto var_fill_value = Real(constants::DefaultFillValue<float>::value);
51
52
m_mask_val = m_params.get<double>("mask_value", var_fill_value);
53
0 commit comments