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 28240a1 commit 8a83882Copy full SHA for 8a83882
src/utils/variable_manipulations.jl
@@ -69,7 +69,7 @@ Returns:
69
"""
70
tracer_names(field) =
71
unrolled_filter(MatrixFields.top_level_names(field)) do name
72
- !(name in (@name(ρ), @name(ρe_tot), @name(uₕ)))
+ !(name in (@name(ρ), @name(ρe_tot), @name(uₕ), @name(sgs⁰), @name(sgsʲs)))
73
end
74
75
0 commit comments