[Paraview] [Paraview-users] Is it possible to use xdmf + netcdf for Paraview?

2012-08-21 Thread William Oquendo
Hello, The latest version of netcdf uses hdf5 as the printing backend, if compiled. Is it possible to use xdmf together with netcdf to visualize in Paraview? or, as an aside question, is there a way to convert from netcdf to hdf5? Thanks a lot. Best regards / Cordialmente, William-Fernando Oquen

Re: [Paraview] [Paraview-users] Is it possible to use xdmf + netcdf for Paraview?

2012-08-22 Thread David E DeMarle
xdmf directly links to hdf5 and doesn't know anything about netcdf4. I think you have to implement a new XdmfValues sublcass that makes netcdf lib calls to do this. You might have better luck asking on the xdmf mailing list. There someone familiar with the xdmf3 work might know if it has already b

Re: [Paraview] [Paraview-users] Is it possible to use xdmf + netcdf for Paraview?

2012-08-22 Thread Jason Fleming
Yes, I do this all the time. I work with a coastal ocean model that generates netcdf4-formatted output (which is hdf5, as you say). I wrote a little utility that looks at the netcdf4 data file and generates a small ascii xml file in XDMF format to accompany and describe the much larger netcdf4 da

Re: [Paraview] [Paraview-users] Is it possible to use xdmf + netcdf for Paraview?

2012-08-22 Thread David E DeMarle
On Wed, Aug 22, 2012 at 10:14 AM, Jason Fleming wrote: > Yes, I do this all the time. I work with a coastal ocean model that > generates netcdf4-formatted output (which is hdf5, as you say). Nice! > I wrote a little utility that looks at the netcdf4 data file and > generates a small ascii xml fi

Re: [Paraview] [Paraview-users] Is it possible to use xdmf + netcdf for Paraview?

2012-08-22 Thread Aashish Chaudhary
On Wed, Aug 22, 2012 at 10:30 AM, David E DeMarle wrote: > On Wed, Aug 22, 2012 at 10:14 AM, Jason Fleming > wrote: > > Yes, I do this all the time. I work with a coastal ocean model that > > generates netcdf4-formatted output (which is hdf5, as you say). > > Nice! > > > I wrote a little utility

Re: [Paraview] [Paraview-users] Is it possible to use xdmf + netcdf for Paraview?

2012-08-22 Thread Jason Fleming
Hello Yes I am happy to post the source code anywhere you like! Let me tell you more about this utility that I've written: 1. The utility is generateXDMF.f90 (435 lines) ... plus adcmesh.f90 (263 lines), both written in fortran (since the developer community for this model is most familiar with