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

llc4320 read issue #340

Open
shu-duo opened this issue Dec 15, 2024 · 0 comments
Open

llc4320 read issue #340

shu-duo opened this issue Dec 15, 2024 · 0 comments

Comments

@shu-duo
Copy link

shu-duo commented Dec 15, 2024

how can I fix these bugs? I will appreaciate it if you help me.

codes:
import xmitgcm.llcreader as llcreader
import holoviews as hv
import holoviews.operation.datashader
from holoviews.operation.datashader import regrid
hv.extension('bokeh')
model = llcreader.PleiadesLLC4320Model()
model

errors:

OSError Traceback (most recent call last)
Cell In[5], line 1
----> 1 model = llcreader.PleiadesLLC4320Model()
2 model

File ~/.local/lib/python3.9/site-packages/xmitgcm/llcreader/known_models.py:12, in _requires_pleiades..wrapper(*args, **kwargs)
10 test_path = '/home6/dmenemen'
11 if not os.path.exists(test_path):
---> 12 raise OSError("Can't find %s. We must not be on Pleiades." % test_path)
13 func(*args, **kwargs)

OSError: Can't find /home6/dmenemen. We must not be on Pleiades

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

No branches or pull requests

1 participant