-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add MOM5 kernel #8
Comments
The package is ready to have laplacians added to it. They should be added to this file: https://github.com/ocean-eddy-cpt/gcm-filters/blob/master/gcm_filters/kernels.py There are three things that need to be added in that file:
Then the kernel will automatically get tested in the gcm-filters/tests/test_kernels.py Lines 15 to 18 in 91cd579
For the tests, we will need to decide about #5. I have some ideas about that I'll share in that issue. |
@jbusecke maybe you could give a quick overview of the development process
|
@rabernat - Thanks for cc-ing! Laure, her postdoc Arthur, and I have been discussing the formulation of the Laplacian in MOM5 and will contribute to this |
Sure thing. Where should that go? As a docs page? |
I was thinking just a comment on github, but a contributor guide on the docs is probably more robust. Could probably just be copy-pasted from one of our other projects. |
How detailed should this be with regard to git? Full step by step with add/commit/...? |
Take a look at my PR #16 |
I think our scalar Laplacians work for MOM5, and #106 is developing a vector Laplacian that should work for MOM5. Can we close this issue? |
cc @LaureZanna, as discussed on Slack
The text was updated successfully, but these errors were encountered: