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

Refactor SlabSeaIceModel to provide an Oceananigans-style interface into equation configuration #19

Open
glwagner opened this issue Sep 13, 2023 · 0 comments
Assignees
Labels
📜 documentation Improvements or additions to documentation 🚀 enhancement New feature or request

Comments

@glwagner
Copy link
Member

SlabSeaIceModel evolves one essential prognostic variable, the ice thickness h.

It should also evolve another sometimes essential variable, the vertically-averaged salinity S.

Finally, it should also support tracers.

It'd be nice to provide an Oceananigans-style interface for controlling the behavior of the thickness equation, the salinity equation, and the tracer equations, including optional user-defined forcing.

This implementation probably also needs to come with documentation that gives a mathematical description of the SlabSeaIceModel.

@glwagner glwagner added 📜 documentation Improvements or additions to documentation 🚀 enhancement New feature or request labels Sep 13, 2023
@glwagner glwagner self-assigned this Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📜 documentation Improvements or additions to documentation 🚀 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant