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 9215dc4 commit 11cf489Copy full SHA for 11cf489
include/libcloudph++/common/ice_nucleation.hpp
@@ -42,12 +42,12 @@ namespace libcloudphxx
42
BOOST_GPU_ENABLED
43
real_t operator()(const thrust::tuple<real_t, real_t> &tpl) const
44
{
45
- const real_t &rd3_insol = thrust::get<0>(tpl); // from rd3 vector
+ const real_t &rd2_insol = thrust::get<0>(tpl); // from rd2 vector
46
const real_t &rand = thrust::get<1>(tpl); // from rand vector
47
48
return ice_nucleation::T_freeze_CDF_inv<real_t>(
49
INP_type,
50
- rd3_insol * si::meters,
+ rd2_insol * si::meters,
51
rand
52
).value();
53
}
0 commit comments