Skip to content

Commit 7bca469

Browse files
committed
DPxx: Remove unused use_moisture line.
1 parent 4d52213 commit 7bca469

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/eamxx/src/dynamics/homme/eamxx_homme_iop.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,6 @@ apply_iop_forcing(const Real dt)
268268
auto Q_dyn = m_helper_fields.at("Q_dyn").get_view<Pack*****>();
269269
auto Qdp_dyn = get_internal_field("Qdp_dyn").get_view<Pack*****>();
270270

271-
const bool use_moisture = (params.moisture == Homme::MoistDry::MOIST);
272-
273271
// Load data from IOP files, if necessary
274272
m_iop->read_iop_file_data(timestamp());
275273

0 commit comments

Comments
 (0)