NCAR / wrf-python

A collection of diagnostic and interpolation routines for use with output from the Weather Research and Forecasting (WRF-ARW) Model.
https://wrf-python.readthedocs.io
Apache License 2.0
402 stars 152 forks source link

Calculation WRF=4.5.1 #218

Open ensarc7 opened 10 months ago

ensarc7 commented 10 months ago

Hi,

I used WRF=4.5.1 . I want to calculate rh,slp variables from wrf-python. Results seems wrong. What could be the problem? I used vertintp function, their results seem normaly.

wrf_slp

December0w0 commented 10 months ago

I had the same problem just like u. Have u solved it already?

ensarc7 commented 9 months ago

I had the same problem just like u. Have u solved it already?

The cause of problem is python version. Python version must be <= 3.10 . It isn't supported by 3.11

December0w0 commented 9 months ago

I had the same problem just like u. Have u solved it already?

The cause of problem is python version. Python version must be <= 3.10 . It isn't supported by 3.11

Got it. Downgraded my python to 3.10 and the problem was solved. Thx :D

December0w0 commented 8 months ago

I had the same problem just like u. Have u solved it already?

The cause of problem is python version. Python version must be <= 3.10 . It isn't supported by 3.11

Dude, I updated my anaconda today and this happened again. :( Trying to solve it