Skip to content
New issue

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

Add copy to compute! functions for radiation #3365

Merged
merged 1 commit into from
Oct 8, 2024
Merged

Add copy to compute! functions for radiation #3365

merged 1 commit into from
Oct 8, 2024

Commits on Oct 7, 2024

  1. Add copy to compute! functions for radiation

    The radiation diagnostics were returning references to objects, leading
    to conflicts when multiple diagnostics were added at the same time.
    
    This commit ensures that all the radiation diagnostics return a new
    object.
    
    CliMA/ClimaDiagnostics.jl#88 fixes the problem
    direclty in ClimaDiagnostics, but I think it is still worth fixing in
    atmos, too, so that we can be compatible with previous versions of
    ClimaDiagnostics and more uniform with what we are doing with all the
    other diagnostics
    Sbozzolo committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ac3e831 View commit details
    Browse the repository at this point in the history