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

Flux partitioning #360

Closed
6 tasks done
LenkaNovak opened this issue Jul 26, 2023 · 0 comments · Fixed by #361
Closed
6 tasks done

Flux partitioning #360

LenkaNovak opened this issue Jul 26, 2023 · 0 comments · Fixed by #361
Assignees
Labels
🍃 leaf Issue coupled to a PR

Comments

@LenkaNovak
Copy link
Collaborator

LenkaNovak commented Jul 26, 2023

Leaf issue of and closes #311

Currently, fluxes are calculated on the atmospheric grid. If an atmospheric grid cell overlays two surfaces (e.g. land and ocean), the states of those surfaces are averaged into "combined fields", which are computed once in each cell. We want to add the ability to calculate fluxes in the coupler more accurately over different surfaces separately.

Components

  • add such functionality into FluxCalculator
    • partitioned_turbulent_fluxes! iterates over all surface models and calculates their individual fluxes. The area-weighted average is then passed to the atmosphere
  • add unit tests
  • implement in the AMIP driver
  • add bucket-specific surface thermo state

QA

  • Ensure energy conservation (n.b. some minor physical behavior expected)
Screen Shot 2023-07-26 at 11 17 50 AM
@LenkaNovak LenkaNovak added the 🍃 leaf Issue coupled to a PR label Jul 26, 2023
@LenkaNovak LenkaNovak self-assigned this Jul 26, 2023
@LenkaNovak LenkaNovak mentioned this issue Jul 26, 2023
1 task
@bors bors bot closed this as completed in #361 Aug 8, 2023
@LenkaNovak LenkaNovak mentioned this issue Aug 8, 2023
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍃 leaf Issue coupled to a PR
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant