pyMeteo
pyMeteo copied to clipboard
Index error
Traceback (most recent call last):
File "/usr/local/bin/skewt", line 4, in
p_surface = f.variables['PSFC'][time,j,i]
Does your netcdf file have a variable named PSFC in it? if it does, can you provide the dimensions of that variable in your file and the command you ran that produced this output?