Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rorlija1 committed Aug 23, 2024
1 parent 1d363d7 commit 5c035b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit_tests/common_unit_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ end
end

Y = CO.initialise_state(p3_moist, precip_p3, ip)
aux = CO.initialise_aux(FT, ip, params..., 0.0, 0.0, equil_moist, ps)
aux = CO.initialise_aux(FT, ip, params..., 0.0, 0.0, p3_moist, precip_p3)
CO.precompute_aux_thermo!(p3_moist, Y, aux)
CO.precompute_aux_precip!(precip_p3, Y, aux)
for el in merge(aux.velocities, aux.microph_variables)
Expand Down

0 comments on commit 5c035b9

Please sign in to comment.