How can i open a netcdf in matlab? From url or a downloaded file?
2 views (last 30 days)
Show older comments
I need to read huge MERRA data files for global solar radiation but do not even know the structure of data in the netcdf file. I have never worked with netcdf. Matlab help does not give much info. I do not understand. I tried the open netcdf example but no result and no error (ncid = netcdf.open('example.nc','NOWRITE'); netcdf.close(ncid);).
Downloaded file name example: MERRA2_100.tavg3_3d_rad_Nv.19800301.nc4. Is this even a netcdf file?
Im using matlab 2012b
Highly appreciate any help. Thanks
0 Comments
Answers (0)
See Also
Categories
Find more on NetCDF in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!