Skip to content

Commit

Permalink
Fix argument to compute_relative_humidty
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Sep 12, 2023
1 parent 98dad06 commit 52e49aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diagnostics/core_diagnostics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ compute_relative_humidity_from_integrator!(out, integrator) =
compute_relative_humidity_from_integrator!(
out,
integrator,
integrator.p.atmos,
integrator.p.atmos.moisture_model,
)

# FIXME: Gabriele wrote this as an example. Gabriele doesn't know anything about the
Expand Down

0 comments on commit 52e49aa

Please sign in to comment.