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

A low resolution coupled simulation #345

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

Conversation

simone-silvestri
Copy link
Collaborator

to be a playground to test the fluxes in a simple setting.

@simone-silvestri simone-silvestri marked this pull request as ready for review February 20, 2025 17:50
@glwagner
Copy link
Member

maybe also delete the unused experiments

@navidcy
Copy link
Collaborator

navidcy commented Feb 20, 2025

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
Copy link
Member

Choose a reason for hiding this comment

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

why not 3D?

Copy link
Member

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)
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
function adjust_ocean_temperature!(ocean, sea_ice)
function above_freezing_ocean_temperature!(ocean, sea_ice)

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