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 4f552df commit bcda95dCopy full SHA for bcda95d
src/prognostic_equations/remaining_tendency.jl
@@ -87,6 +87,8 @@ function ᶜremaining_tendency_ρe_tot(ᶜY, ᶠY, p, t)
87
thermo_params = CAP.thermodynamics_params(p.params)
88
thermo_args = (thermo_params, moisture_model, precip_model)
89
ᶜz = Fields.coordinate_field(ᶜY).z
90
+ ᶜJ = Fields.local_geometry_field(ᶜY).J
91
+ ᶠJ = Fields.local_geometry_field(ᶠY).J
92
ᶜρ = ᶜY.ρ
93
ᶜuₕ = ᶜY.uₕ
94
ᶜρe_tot = ᶜY.ρe_tot
0 commit comments