-
Notifications
You must be signed in to change notification settings - Fork 62
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
SAMOS Recipe failing #120
Comments
More details: While i can convert the dates[] array to this 1980 epoch, I don't know how to tell ConcatDim to use this epoch as the index dimension of the NetCDF file. The following doesn't work:
array([21565440., 21566880.]) ## This epoch calculation is correct. (base) ERICs-MBP-2:3VbRfPbW ericrehm$ ncdump ~/Downloads/ZCYL5_20210101v30001.nc [skip other variables]
time = 21565440, 21565441, 21565442, 21565443, 21565444, 21565445, 21565446, |
@reint-fischer and @SBS-EREHM, as promised in pangeo-forge/pangeo-forge-recipes#315 (comment), here's a summary of my progress debugging your recipe:
|
Update: pydata/xarray#6476 was merged today, so following the next Xarray release, there should not be any other blockers for this recipe. |
Used example recipe and changed make_url. It makes the proper urls that when executed in a browser, do download the NetCDF data, e.g.,
Index({DimIndex(name='time', index=0, sequence_len=2, operation=<CombineOp.CONCAT: 2>)}) http://tds.coaps.fsu.edu/thredds/fileServer/samos/data/research/ZCYL5/2021/ZCYL5_20210101v30001.nc Index({DimIndex(name='time', index=1, sequence_len=2, operation=<CombineOp.CONCAT: 2>)}) http://tds.coaps.fsu.edu/thredds/fileServer/samos/data/research/ZCYL5/2021/ZCYL5_20210102v30001.nc
(Template URL: See here and copy/paste #3 (HTTPServer)
When it runs, it seems to access first file, but has errors like:
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmp3zzmk1oe/ri5TAkGy/.zmetadata'
The text was updated successfully, but these errors were encountered: