-
Notifications
You must be signed in to change notification settings - Fork 12
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
Update FAQs, HPC guide, and Gentle Introduction #650
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tomvothecoder
changed the title
Update FAQs and HPC guide
Update FAQs, HPC guide, and Gentle Introduction
Apr 30, 2024
tomvothecoder
force-pushed
the
docs/589-general
branch
from
May 28, 2024 21:28
d69e2c1
to
32bb27f
Compare
tomvothecoder
commented
Jun 7, 2024
Comment on lines
-47
to
-58
Note that ``xesmf`` is an optional dependency, which is required for using ``xesmf`` | ||
based horizontal regridding APIs in ``xcdat``. ``xesmf`` is not currently supported | ||
on `osx-arm64`_ or `windows`_ because ``esmpy`` is not yet available on these | ||
platforms. Windows users can try `WSL2`_ as a workaround. | ||
|
||
.. _windows: https://github.com/conda-forge/esmf-feedstock/issues/64 | ||
.. _osx-arm64: https://github.com/conda-forge/esmf-feedstock/issues/74 | ||
.. _WSL2: https://docs.microsoft.com/en-us/windows/wsl/install | ||
|
||
You may also want to use ``xcdat`` with some additional packages. For example, you can | ||
install ``xcdat`` with ``matplotlib``, ``ipython``, and ``ipykernel`` (see the next | ||
section for more about ``ipykernel``): |
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.
FYI: xesmf
is no longer an optional dependency
tomvothecoder
force-pushed
the
docs/589-general
branch
from
June 7, 2024 19:55
327c8d0
to
0859692
Compare
tomvothecoder
commented
Jun 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Summary of Changes
introduction-to-xcdat.ipynb
xcdat=0.7.0
andxarray=2024.03.0
add_bounds=True
withadd_bounds=["X", "Y", "T"]
.compute()
faqs.rst
getting-started-hpc-jupyter.rst
cartopy
to conda commandxesmf
being an optional dependency and removexesmf
from conda commandChecklist
If applicable: