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 7a60e92 commit 3476f74Copy full SHA for 3476f74
components/eamxx/src/physics/cld_fraction/eamxx_cld_fraction_process_interface.cpp
@@ -113,6 +113,7 @@ void CldFraction::run_impl (const double /* dt */)
113
114
// Sync input to host
115
liq_cld_frac.sync_to_host();
116
+ qi.sync_to_host();
117
118
double ice_threshold = m_params.get<double>("ice_cloud_threshold");
119
double ice_4out_threshold = m_params.get<double>("ice_cloud_for_analysis_threshold");
@@ -127,8 +128,6 @@ void CldFraction::run_impl (const double /* dt */)
127
128
}
129
130
// Sync outputs to dev
- qi.sync_to_dev();
131
- liq_cld_frac.sync_to_dev();
132
ice_cld_frac.sync_to_dev();
133
tot_cld_frac.sync_to_dev();
134
ice_cld_frac_4out.sync_to_dev();
0 commit comments