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 5159e7e commit 1fd3c61Copy full SHA for 1fd3c61
src/utils/variable_manipulations.jl
@@ -75,7 +75,7 @@ tracer_names(field) =
75
"""
76
foreach_tracer(f::F, Yₜ, Y) where {F}
77
78
-Applies a given function `f` to each scalar variable (except `ρ` and `ρe_tot`)
+Applies a given function `f` to each grid-scale scalar variable (except `ρ` and `ρe_tot`)
79
in the state `Y` and its corresponding tendency `Yₜ`.
80
This utility abstracts the process of iterating over all scalars. It uses
81
`tracer_names` to identify the relevant variables and `unrolled_foreach` to
0 commit comments