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


  

Reply via email to