We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reduce
The ClimaAtmos gravity wave parameterization requires reduce-like operations over columns. See
argmin
Example here
wave_forcing
We really need to add support for these pieces before this pattern spreads because it:
Int
PlusHalf
parent
The text was updated successfully, but these errors were encountered:
@dennisYatunin , should we close this?
Sorry, something went wrong.
Yup, this was closed by #1903 (and the ClimaAtmos changes were in CliMA/ClimaAtmos.jl#3226).
No branches or pull requests
The ClimaAtmos gravity wave parameterization requires
reduce
-like operations over columns. Seeargmin
Example here
argmin
is used to find the minimum level index at which a condition is met. That level index is then used to access several variables at that level.wave_forcing
. I believe that this can be reformulated, and replaced, by an interpolation operation, see sketch in Improve design of nonorographic gravity wave parameterization ClimaAtmos.jl#897 (comment).more functions
We really need to add support for these pieces before this pattern spreads because it:
Int
/PlusHalf
)parent
)The text was updated successfully, but these errors were encountered: