James-96

Results 7 comments of James-96

This works well , but it appears another error: `RuntimeError: main thread is not in main loop` Which can be solved by `matplotlib.use('Agg')` I'm writing down this if someone have...

Hi, I'm trying to use salem.plevel to do the interpolation. A RuntimeError keeps appear, but the process isn't finished. So, this error shows again and again. Also, the same error...

Hi, What variables are necessary for GEOPOTENTIAL and PRESSURE? I have so many wrfout files, so I'm trying to extract the necessary vars first.

Hi again, I've met a new error. ``` wrf_cli = Dataset('./wind_climatology.nc') wrf_cli = salem.open_wrf_dataset('./wind_climatology.nc') Traceback (most recent call last): File "wind_plot.py", line 19, in wrf_cli = salem.open_wrf_dataset('./wind_climatology.nc') File "C:\Users\73900\AppData\Roaming\Python\Python37\site-packages\salem\sio.py", line...

> Can you share the `ncdump -h` of the file? $ ncdump -h wind_climatology.nc netcdf wind_climatology { dimensions: XTIME = UNLIMITED ; // (12 currently) west_east_stag = 288 ; south_north...

It's interesting that this error only appears in wind files. What is PR?

I'm a beginner of coding. Maybe it's a little complex for me. I will try my best to prevent it.