I'm trying to open a grib2 file using pygrib but the error shows like this. Any help would be appreciated as I'm a new Python user
In [2]: debugfile('E:/NASA2/untitled0.py', wdir='E:/NASA2') File "e:\nasa2\untitled0.py", line 12 grbs = pygrib.open(2011.grb2) ^ SyntaxError: invalid syntax