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

Switch to PartitionedFluxes #1117

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Switch to PartitionedFluxes #1117

wants to merge 2 commits into from

Conversation

Sbozzolo
Copy link
Member

@Sbozzolo Sbozzolo commented Dec 12, 2024

CombinedStateFluxes, while simple, is not super physically less sound (combining states of different component models into a single average state is necessarily the best idea). In addition to this, CombinedStateFluxes relies on the infrastructure in ClimaAtmos to compute turbulent fluxes, which is highly complex and difficult to understand.

This commit fixes PartionedStateFluxes and switches all the jobs to use this system. PartionedStateFluxes was broken for certain jobs because it was not setting certain values, such as ustar, which are needed (e.g., in EDMF).

In this commit, we also change how surface temperature is propagated to atmos. Here, we take directly the area-weighted value computed from the surface models and directly set it in atmos.

@Sbozzolo Sbozzolo force-pushed the gb/tubu branch 4 times, most recently from 61c4a4a to cca017f Compare January 28, 2025 22:54
`CombinedStateFluxes`, while simple, is not super physically less
sound (combining states of different component models into a single
average state is necessarily the best idea). In addition to this,
`CombinedStateFluxes` relies on the infrastructure in ClimaAtmos to
compute turbulent fluxes, which is highly complex and difficult to
understand.

This commit fixes `PartionedStateFluxes` and switches all the jobs to
use this system. `PartionedStateFluxes` was broken for certain jobs
because it was not setting certain values, such as ustar, which are
needed (e.g., in EDMF).

In this commit, we also change how surface temperature is propagated to
atmos. Here, we take directly the area-weighted value computed from the
surface models and directly set it in atmos.
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.

1 participant