Spherical coordinates
ICON uses spherical coordinates (lat lon). Conduit supports them in the mesh blueprint (r, theta phi) but paraview/catalyst does not.
Current workaround: Register the coordinates as cartesian coordinates (x -> lon, y->lat) and use a calculator to transform it into spherical coordinates.
Could also be transformed by the plugin itself but would require additional memory.