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

Unsuccessful one-year, full-depth access using llcreader #326

Open
Shirui-peng opened this issue Aug 26, 2023 · 0 comments
Open

Unsuccessful one-year, full-depth access using llcreader #326

Shirui-peng opened this issue Aug 26, 2023 · 0 comments

Comments

@Shirui-peng
Copy link

Hello,

I'm trying to use the llc2160 outputs to analyze Argo profiles data but haven't been successful. In particular, I want to subsample full-depth, one-year temperature and salinity data with daily resolution at selected grid points around the Kuroshio region. Here are lines of example code for one location.

import xmitgcm.llcreader as llcreader
model = llcreader.ECCOPortalLLC2160Model()
n = 413
ds = model.get_dataset(varnames=['Theta','SALT'],
iter_start=92160+n*1920,iter_stop=92160+(n+365)*1920,iter_step=1920)
pT = ds.Theta.isel(face=7,i=1600,j=320).values

Ideally I want to access hundreds or thousands of grid points corresponding to Argo profile locations. But I'm constantly getting a timeout error or one of these two:
aiohttp.client_exceptions.ClientResponseError: 500, message='Internal Server Error', url=URL('https://data.nas.nasa.gov/ecco/download_data.php?file=/e
ccodata/llc_2160/compressed/0001370880/Theta.0001370880.data.shrunk')

FileNotFoundError: https://data.nas.nasa.gov/ecco/download_data.php?file=/eccodata/llc_2160/compressed/0001409280/Theta.0001409280.data.shrunk

I would appreciate any suggestions on how to do this efficiently. Thanks in advance!

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