Skip to content

Commit 123c0ef

Browse files
authored
EAMxx:: workaround for aodvis type conversions
1 parent 23ace69 commit 123c0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/eamxx/src/diagnostics/aodvis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ void AODVis::initialize_impl(const RunType /*run_type*/) {
4747
auto nondim = ekat::units::Units::nondimensional();
4848
const auto &grid_name =
4949
m_diagnostic_output.get_header().get_identifier().get_grid_name();
50-
const auto var_fill_value = constants::DefaultFillValue<Real>().value;
50+
const auto var_fill_value = Real(constants::DefaultFillValue<float>::value);
5151

5252
m_mask_val = m_params.get<double>("mask_value", var_fill_value);
5353

0 commit comments

Comments
 (0)