Skip to content

Commit 1fd3c61

Browse files
Update src/utils/variable_manipulations.jl
Co-authored-by: Tapio Schneider <tapio@caltech.edu>
1 parent 5159e7e commit 1fd3c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/variable_manipulations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ tracer_names(field) =
7575
"""
7676
foreach_tracer(f::F, Yₜ, Y) where {F}
7777
78-
Applies a given function `f` to each scalar variable (except `ρ` and `ρe_tot`)
78+
Applies a given function `f` to each grid-scale scalar variable (except `ρ` and `ρe_tot`)
7979
in the state `Y` and its corresponding tendency `Yₜ`.
8080
This utility abstracts the process of iterating over all scalars. It uses
8181
`tracer_names` to identify the relevant variables and `unrolled_foreach` to

0 commit comments

Comments
 (0)