Skip to content

Commit

Permalink
Merge Pull Request #2988 from E3SM-Project/scream/ambrad/eamxx/dp-rm-…
Browse files Browse the repository at this point in the history
…use_moisture

Automatically Merged using E3SM Pull Request AutoTester
PR Title: DPxx: Remove unused use_moisture line.
PR Author: ambrad
PR LABELS: AT: AUTOMERGE
  • Loading branch information
E3SM-Bot authored Sep 10, 2024
2 parents 4d52213 + 7bca469 commit 474edd8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/eamxx/src/dynamics/homme/eamxx_homme_iop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,6 @@ apply_iop_forcing(const Real dt)
auto Q_dyn = m_helper_fields.at("Q_dyn").get_view<Pack*****>();
auto Qdp_dyn = get_internal_field("Qdp_dyn").get_view<Pack*****>();

const bool use_moisture = (params.moisture == Homme::MoistDry::MOIST);

// Load data from IOP files, if necessary
m_iop->read_iop_file_data(timestamp());

Expand Down

0 comments on commit 474edd8

Please sign in to comment.