You'd have to look and see if they are even getting imported as a component to the field. Use Print to do this. If they are getting imported, then you can convert them to float using the Compute module and put them into the positions component using Mark.

David

Is there any way to convert those once in DX??
Matt

David Thompson wrote:
Matt,

OpenDX only supports "float" positions.

David

Is there a way to have positions as doubles in a netcdf file?? I can't seem to figure this out?? If I do

variables:
        double locations(start, delta) ;
        float pressure(time, ny, nx) ;
                pressure:field = "Pressure, scalar, series" ;
                pressure:positions = "locations, regular" ;

I get no plot when I import the data, however, if I use

variables:
        float locations(start, delta) ;
        float pressure(time, ny, nx) ;
                pressure:field = "Pressure, scalar, series" ;
                pressure:positions = "locations, regular" ;

it is fine??  This seems goofy??  Am I doing something wrong?
Thanks
Matt


--
.............................................................................
David L. Thompson                   Visualization and Imagery Solutions, Inc.
mailto:[EMAIL PROTECTED]    5515 Skyway Drive, Missoula, MT 59804
                                    Phone : (406)257-8530

Reply via email to