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

(0.4.0) Integrate sea ice in the flux computation #294

Merged
merged 145 commits into from
Feb 14, 2025

Conversation

simone-silvestri
Copy link
Collaborator

@simone-silvestri simone-silvestri commented Dec 11, 2024

This PR is a tentative implementation for atmosphere-sea-ice computations to be able to integrate sea-ice in the OceanSeaIceModel.

The objective is trying to reuse as much as possible of the infrastructure in place for atmosphere - ocean fluxes

I think everything is roughly in place, we just need to change the surface properties and implement a way to limit the surface temperature to the melting temperature in the surface temperature computation

@simone-silvestri simone-silvestri changed the title Integrate sea ice in the flux computation (0.4.0) Integrate sea ice in the flux computation Feb 13, 2025
@simone-silvestri
Copy link
Collaborator Author

I cannot approve this PR since I am the author, if someone approves it, I can merge when the tests pass.

Qio = sea_ice_ocean_fluxes.heat[i, j, 1]
Jˢio = sea_ice_ocean_fluxes.salt[i, j, 1]
Qio = get_ice_heat_flux(i, j, 1, grid, sea_ice_ocean_fluxes)[i, j, 1]
Jˢio = get_ice_salt_flux(i, j, 1, grid, sea_ice_ocean_fluxes)[i, j, 1]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just remember to give some weight to the value of refactoring if that would help clean things up

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah I have reordered a bit, I like it better now

@simone-silvestri simone-silvestri merged commit 8f87178 into main Feb 14, 2025
20 checks passed
@simone-silvestri simone-silvestri deleted the ss/integrate-sea-ice branch February 14, 2025 11:12
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.

3 participants