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 insolation_tuple only when needed #3318

Merged
merged 1 commit into from
Sep 19, 2024
Merged

Add insolation_tuple only when needed #3318

merged 1 commit into from
Sep 19, 2024

Conversation

Sbozzolo
Copy link
Member

@Sbozzolo Sbozzolo commented Sep 19, 2024

insolation_tuple was unconditionally added to the cache, even it is used only by a specific type of insolation. This change ensures that the value is not added when it not going to be used.

Closes #3312

@Sbozzolo Sbozzolo requested a review from szy21 September 19, 2024 15:04
`insolation_tuple` was unconditionally added to the cache, even it is
used only by a specific type of insolation. This change ensures that the
value is not added when it not going to be used.
@Sbozzolo Sbozzolo added this pull request to the merge queue Sep 19, 2024
Merged via the queue into main with commit 8886eac Sep 19, 2024
13 of 16 checks passed
@Sbozzolo Sbozzolo deleted the gb/insolation branch September 19, 2024 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ClimaAtmos should not add insolation_tuple when it is not needed
2 participants