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

Issue on page /format_metadata.html #15

Closed
paolap opened this issue Nov 8, 2021 · 0 comments · Fixed by #25
Closed

Issue on page /format_metadata.html #15

paolap opened this issue Nov 8, 2021 · 0 comments · Fixed by #25

Comments

@paolap
Copy link
Contributor

paolap commented Nov 8, 2021

Your issue content here.I'm not sure who has been working on this page.
I found an issue which could be added here under "Time"

I changed the dimensions order for the OISST time series, so that Time would be the fastest varying dimension
Going from
float sst(time, lat, lon)
to
float sst(lat, lon, time)
The files are ok with ncdump, xarray, NCO, but CDO produces an error:

Warning (cdfScanVarAttr): Time must be the first dimension! Unsupported array structure, skipped variable sst!
Warning (cdf_set_var): Inconsistent variable definition for sst!
Warning (cdfInqContents): No data arrays found!
cdo    sinfo: Open failed on >oisst_timeseries_1981.nc<
              Unsupported file structure

Files to check this are in /g/data/ua8/NOAA_OISST/AVHRR/timeseries_test/

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

Successfully merging a pull request may close this issue.

1 participant