-
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
A low resolution coupled simulation #345
base: main
Are you sure you want to change the base?
Conversation
…into ss/one-degree-take3
…into ss/one-degree-take3
…into ss/one-degree-take3
…nto ss/new-coupled-sim
maybe also delete the unused experiments |
Yes please |
@inbounds begin | ||
Tm = melting_temperature(liquidus, S[i, j, k]) | ||
T[i, j, k] = max(T[i, j, k], Tm) | ||
end |
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.
why not 3D?
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.
also this should go in source code for sure and write a test
if k == size(grid, 3) | ||
T[i, j, k] = melting_temperature(liquidus, S[i, j, k]) | ||
end | ||
@inbounds T[i, j, Nz] = melting_temperature(liquidus, S[i, j, Nz]) | ||
end | ||
|
||
function adjust_ocean_temperature!(ocean, sea_ice) |
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.
function adjust_ocean_temperature!(ocean, sea_ice) | |
function above_freezing_ocean_temperature!(ocean, sea_ice) |
to be a playground to test the fluxes in a simple setting.