Hi Veera,
I think you havn't got any response yet on your OpenDX
netCDF problem. I have only taken a quick look at the file
pe_PB_frc_nrg_mod.nc on your web site.
When I import it using the OpenDX importer I get the response
attached. I think that your major problem is that you specify the
variables themselves as being the positions component.
time:positions = "time" ;
buoy_avg:positions = "buoy_avg" ;
ke_extavg:positions = "ke_extavg" ;
and so on ...
Also, time is specified as a field, I don't think that is correct either.
time:field = "time, scalar, series" ;
Hope this can be of some help to you. If I find some spare time I'll see if
I can dive more deeply into your problems.
/Nils
Starting DX executive
Incorrectly built binary which accesses errno, h_errno or _res directly. Needs
to be fixed.
Memory cache will use 246 MB (14 for small items, 232 for large)
port = 1900
Begin Execution
server: accepted connection from client
0: worker here [13937]
Object Description:
Input object is a Group which contains 17 members.
member 0 is named Tmask
member 1 is named Vmask
member 2 is named time
member 3 is named average buoyancy work
member 4 is named internal KE averages
...
member 12 is named average surface tracer
member 13 is named average tracer
member 14 is named T_convection
member 15 is named T_variance
Begin Execution
member 16 is named average velocity
The group contains members of different object types
Input is not ready to be rendered because 60 Field(s) in the Input object have
bad positions (less than 1D or greater than 3D).
If > 3D, use the `Slice' module or `Mark' and `Compute' to reduce them to 3D or
less.
ECHO:
> I have a netcdf file that cannot be visualized without getting error
> messages.
> I added fake positions components and it then allowed me to see the
> first 2 variables, tmask and vmask without crashing. But trying to see
> any other variable gives me an error message.I know this is because my
> positions are incorrect, but I don't know what the correct one's should be.
> It seems that our data may be laid out in a different way or something?
>
> I've put a link to the files below. As an example, take the variable
> buoy_avg.
> This takes two parameters--time and level2--time has 15 dimensions
> currently
> and level2 has 12. Time has positions data in the data section and buoy_avg
> is like this:
>
> buoy_avg =
> -1.052707e-15, 0, 7.9007513e-06,... (12 values of these same dim as
> level2)
>
> 5.223503e-15, 0, 7.604971e05,...
> .
> .
> .
> (15 lines of 12 values--so 12 values in the level2 series at each time
> point?)
>
> So my question is: how do i describe this in positions? It seems like I
> need to break up
> the data a bit, but I'm not sure...
>
> My file is in the directory below:
> pe_PB_orig.nc is the one that won't run at all
> and pe_PB_frc_nrg_mod.nc has my positions components added (incorrectly)
> where tmask and vmask can be seen but nothing else...
>
> http://puma.wellesley.edu/~rpollard
>
> any thoughts would be appreciated,
> veera
>
>
>
>