[netcdfgroup] Creating a NetCDF file for VisIt with an unstructured grid

Hello,

I have a relatively simple task. I have 2D data, of dimension 200x100 that
belong to an unstructured grid that contains X and Y, both of which are
dimension 200x100.  In other words, I have DATA = f(X,Y).

I'm trying to plot this in VisIt, but am having a tough time applying the
unstructured grid to the actually data.  In MATLAB, for example, this is
easily accomplished with surf(X,Y,DATA), but I'm having difficulties
finding the equivalent in NetCDF.  How do I do this?  Is this problem
solved in NetCDF or in VisIt?

I am using the Python library NetCDF to transform unformatted Fortran data
into NetCDF format.  I have read this page (
http://cf-pcmdi.llnl.gov/documents/cf-conventions/1.4/cf-conventions.html#id2984605
)
but I do not understand how to do this with the NetCDF library in python.
 Should I use another data format besides NetCDF?

Any help would be greatly appreciated.

Thanks,
Tim
  • 2012 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the netcdfgroup archives: