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

can't use read_nctiles function in Matlab #16

Open
ghost opened this issue Jun 16, 2022 · 1 comment
Open

can't use read_nctiles function in Matlab #16

ghost opened this issue Jun 16, 2022 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 16, 2022

I have learned that I must use read_nctiles function to read the ECCO nctiles data. Unfortunately, Matlab keeps reporting errors when running the basic function: " errors read_nctiles (line 172) fldTile=netcdf.getVar(nc,vv,start,count)", and reminds me that the "START" parameter must be 5 numbers but not 4 when call netcdflib function. For example, when I want to read THETA_199201.nc data, ncdisp('THETA_199201.nc') shows the THETA is a 5-D data, but the "start" parameter of read_nctiles seems to be 4 but not 5. I am a rookie to the gcmfaces function toolbox, and I really want to know why this happens.

@owang01
Copy link
Contributor

owang01 commented Jul 21, 2022

@cyang2022 Thanks for reporting this. Can you please post an example command you used and also which data set you were trying to read?

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