-
Notifications
You must be signed in to change notification settings - Fork 15
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
Conversation
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] |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
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