Netcdf is not saving as the format I specify
1 次查看(过去 30 天)
显示 更早的评论
I've been using netcdf for a while now, but always within the matlab environment. Now I was creating a netcdf file that later must be read by another python program, and my surprise, is that when reading it with python I have seen that the file is not being saved as I am specifying.
When I create the netcdf file in matlab with the format "NETCDF4" as explained in this web (https://es.mathworks.com/help/matlab/ref/netcdf.create.html) , when reading it with python it recognizes it as HDF5 file. Likewise, if I try to save it with the "CLASSIC_MODEL" format, instead of saving it as NETCDF4-Classic, it saves it as NETCDF3.
I open these files with the program "panoply" and get the same result, matlab is not paying attention to the specifications I am writing.
How can I solve this?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 NetCDF 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!