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
410 stars 155 forks source link

wrf.ctt not working with MPAS outputs #166

Open knubez opened 2 years ago

knubez commented 2 years ago

I’m trying to calculate cloud top temperature with wrf.ctt using MPAS outputs. I post-processed the outputs by interpolating to lat and lon grid and isobaric levels. Unfortunately, when I run the cell with the function on my Jupyterhub notebook it stays stuck. I tried using just a small bit of the data and still it never stops running. While it was running it looked like the resource usage wasn’t doing anything- at least after the first 2 seconds or so. Any help would be much appreciated!

Kelly