Help with Skew-T charts #3191
-
Hello everyone, Working on a new Skew-T chart that will read in WRF output and create model skew-t. So I'm having some strange issues. First off I am following and modifying these tutorials. Now I have run the 18z wrf and looked at the 0z Model skew-t vs the real skew-t taken at KDRT Actual Observation: python code that is in the correct format according to tutorial but wrong chart is produced. Python code that is wrong according to the tutoiral but the chart is correct. Now I have attached the two different python codes here: The issue seems to be with the lat lon functions in my python code: This is the section I think it is happening:
Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I don't understand what makes you say the bottom code is "wrong format" if it produces the correct chart? As we indicated in the email support, everything seems to be working correctly based on how the wrf-python API is working. |
Beta Was this translation helpful? Give feedback.
-
The issue was that I thought the netcdf data was in lat, long format but it was in long, lat format. |
Beta Was this translation helpful? Give feedback.
sorry for the confusion.