I am new user in paraview. I would like to process triangular unstructured mesh data in paraview. I am struggling loading correctly the data in paraview. The netcdf data loads perfectly fine. Paraview understand the global coordinates, but it fails to render the triangles. I am probably missing a attribute in the netcdf file. I tried “element_type” without success. Any ideas as how could I do it? Thanks in advance for all your help.
thanks so much for your reply. I attach you a link with two files. The first one is the raw netcdf data (fesom_netcdf.nc). If you load it you can see the globe and the topography with hexagons instead of triangles. I did a bit of research about the format. It seems that I needed to convert it to netcdf ugrid (fesom_netcdf-ugrid.nc). However, I failed as I get a flat disk. I think I am getting there but I am not sure what else I am missing. This is the code I used to convert it to ugrid.