pyMeteo icon indicating copy to clipboard operation
pyMeteo copied to clipboard

Index error

Open mahronid opened this issue 4 years ago • 1 comments

Traceback (most recent call last): File "/usr/local/bin/skewt", line 4, in import('pkg_resources').run_script('pymeteo==1.0.1', 'skewt') File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 658, in run_script self.require(requires)[0].run_script(script_name, ns) File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 1438, in run_script exec(code, namespace, namespace) File "/usr/local/lib/python3.6/dist-packages/pymeteo-1.0.1-py3.6.egg/EGG-INFO/scripts/skewt", line 160, in main() File "/usr/local/lib/python3.6/dist-packages/pymeteo-1.0.1-py3.6.egg/EGG-INFO/scripts/skewt", line 99, in main skewt.plot_wrf(args.f, args.lat, args.lon, args.t, args.output) File "/usr/local/lib/python3.6/dist-packages/pymeteo-1.0.1-py3.6.egg/pymeteo/skewt.py", line 366, in plot_wrf p_surface = f.variables['PSFC'][time,j,i] File "netCDF4/_netCDF4.pyx", line 3961, in netCDF4._netCDF4.Variable.getitem File "netCDF4/_netCDF4.pyx", line 4796, in netCDF4._netCDF4.Variable._get IndexError

mahronid avatar Jul 18 '19 15:07 mahronid

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?

cwebster2 avatar Oct 11 '19 14:10 cwebster2