Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
57 views

I need help on the usage of MetPy's interpolate_to_isosurface function (link). My goal was to interpolate a gridded meteorological dataset, such that its vertical coordinate is transformed from ...
Brian Añano's user avatar
3 votes
1 answer
818 views

An example HRRR file I'm trying to open with xarray: https://storage.googleapis.com/high-resolution-rapid-refresh/hrrr.20250427/conus/hrrr.t18z.wrfprsf06.grib2 When trying to open the dataset with ...
Ryan Connelly's user avatar
0 votes
1 answer
122 views

From one grid point of ERA5 reanalysis pressure-level data, both surface_based_cape_cin() and most_unstable_cape_cin() functions returned a very large negative CAPE. Tried but haven't figured out ...
Xingang Fan's user avatar
0 votes
1 answer
268 views

I'm using metpy.calc.windchill in order to calculate wind chill values, and it automatically spits out an array with a numpy mask on it. t2m, uwind, and vwind all come from ERA5 (on the Google Cloud: ...
user29903541's user avatar
0 votes
1 answer
104 views

I want to plot precip type from the start of the GFS run (hour 0) through hour 240 at 6-hour intervals. (in this code I only try to go to hour 108) Also, at the end of the code when saving the the ...
Matthew Labenz's user avatar
0 votes
0 answers
108 views

The plot I made for snowfall analysis looks good but when I plot the colorbar, for some reason it skips over the second to last color and using the extend = 'max' function, it only plots the last ...
Matthew Labenz's user avatar
1 vote
2 answers
200 views

I have a large script where I am processing terabytes of weather/climate data that comes in gridded format. I have a script that uses an outer loop (over years - 1979 to 2024), and for each year, ...
user8229029's user avatar
  • 1,295
1 vote
1 answer
120 views

I'm using the metpy library to do weather calculations. I'm using the multiprocessing library to run them in parallel, but I get rare exceptions, which completely stop the program. I am not able to ...
user8229029's user avatar
  • 1,295
0 votes
1 answer
86 views

I'm trying to solve for surface turbulent latent heat flux and I need surface saturation humidity (qs) and surface air humidity (qa) I currently have the 2m dew point temperature and 2m temperature ...
mEXsACHINE's user avatar
0 votes
1 answer
126 views

I am trying to properly open and read a GRIB1 NARR data file as obtained from https://thredds.rda.ucar.edu/thredds/catalog/files/g/d608000/3HRLY/catalog.html. I have tried using xr.open_dataset with ...
user8229029's user avatar
  • 1,295
0 votes
1 answer
101 views

I installed Metpy using pip3 install metpy. However when I try a simple example for using the dew point temperature I get nothing but errors. The errors are related (I think) to the import statements. ...
John Barrett's user avatar
0 votes
1 answer
1k views

Basic python with numpy 2.0 is throwing a big error. I thought metpy 1.6 fixed numpy 2.0 issues. Is anyone still having this? Thanks. OS: Ubuntu 24.04 Code: #!/home/ccc/miniconda3/bin/python import ...
psuchuck's user avatar
-1 votes
1 answer
92 views

Is hourly climate forecast data, for example NOAA GFS model datafiles, for the coming hour, e.g. the 11 AM datafile is for the time from 11:00 to 11:59 AM? This is what I have been assuming. However, ...
Coudert's user avatar
  • 11
0 votes
1 answer
84 views

I am trying to calculate downdraft CAPE using the Metpy calc function. Although, when I attempt to import this calculation by using: from metpy.calc import downdraft_cape But I receiving an import ...
franke11's user avatar
0 votes
1 answer
276 views

I think there's a potential issue with the computation that I wanted to raise, but first I needed to figure out exactly how this is computed to verify exactly what might be going wrong, and I think ...
Researcher R's user avatar

15 30 50 per page
1
2 3 4 5
16