File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,9 @@ NVTX.@annotate function set_cloud_fraction!(
94
94
end
95
95
end
96
96
97
- ᶜmixing_length = compute_gm_mixing_length (Y, p)
97
+ # TODO - tmp fix for the Coupler test. To be removed soon.
98
+ ᶜmixing_length_field = p. scratch. ᶜtemp_scalar
99
+ ᶜmixing_length_field .= compute_gm_mixing_length (Y, p)
98
100
99
101
diagnostic_covariance_coeff = CAP. diagnostic_covariance_coeff (params)
100
102
@. cloud_diagnostics_tuple = quad_loop (
@@ -103,7 +105,7 @@ NVTX.@annotate function set_cloud_fraction!(
103
105
Geometry. WVector (p. precomputed. ᶜgradᵥ_q_tot),
104
106
Geometry. WVector (p. precomputed. ᶜgradᵥ_θ_liq_ice),
105
107
diagnostic_covariance_coeff,
106
- ᶜmixing_length ,
108
+ ᶜmixing_length_field ,
107
109
thermo_params,
108
110
)
109
111
end
You can’t perform that action at this time.
0 commit comments