-
Notifications
You must be signed in to change notification settings - Fork 0
Support arbitrary xgcm topologies for boundaries and masks #22
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
base: main
Are you sure you want to change the base?
Changes from all commits
514c650
448014e
18acd29
f0f6a19
9bd3e39
a0db635
418f228
b53293e
13beeed
dfcb653
0e3cdd0
e422c19
0d6d962
e75bd7c
c5ff7b2
650d37e
7c0bf6a
9a697d0
f738f88
adef715
25a7c67
3746419
1fe021f
eeff588
53fd212
a66d244
220c3f4
788614e
01f8d37
c947ad9
1bdd4f2
9d25b99
212ec0c
430e1d7
fedc223
fc45e39
f6733db
75712ae
4fbbc35
fb7f32f
27ec43e
6d9b26a
fe66c66
dd43a0c
b8c641e
e0cb20c
824a5da
0d03648
5e4a17b
b8baa1d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,9 +3,18 @@ | |
| ## Requirements | ||
|
|
||
| regionate is compatible with python 3 (>= version 3.11). It requires | ||
| [xgcm](https://xgcm.readthedocs.io/en/stable/) and its sibling package | ||
| [xgcm](https://xgcm.readthedocs.io/en/stable/) (>= 0.10.1, which ships the | ||
| bipolar north-fold boundary and the multi-tile `face_connections` padding fixes) | ||
| and the topology-driven API of its sibling package | ||
| [sectionate](https://github.com/MOM6-community/sectionate). | ||
|
|
||
| The topology-driven sectionate API is not on PyPI yet, so install it from its | ||
| development branch first: | ||
|
|
||
| ```bash | ||
| pip install "sectionate @ git+https://github.com/hdrake/sectionate.git@topology-driven-neighbors" | ||
| ``` | ||
|
|
||
|
Comment on lines
+11
to
+17
Owner
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove this. |
||
| ## From conda-forge | ||
|
|
||
| ```bash | ||
|
|
||
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
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.
Remove the version qualifiers on these packages. Dependency information lives in pyproject.toml and the rationale for the specific version pins lives in git history.