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.
2 parents e3e0dd1 + 63579bb commit 414591eCopy full SHA for 414591e
include/libcloudph++/blk_1m/rhs_cellwise.hpp
@@ -123,7 +123,7 @@ namespace libcloudphxx
123
124
dot_rv += rr_to_rv;
125
dot_rr -= rr_to_rv;
126
- dot_th -= const_cp::l_v(T) / (moist_air::c_pd<real_t>() * theta_std::exner(p)) * dot_rv / si::kelvins;
+ dot_th -= const_cp::l_v(T) / (moist_air::c_pd<real_t>() * theta_std::exner(p)) * rr_to_rv / si::kelvins;
127
}
128
129
0 commit comments