Problems with xarray broadcasting/dimensions #2069
Labels
Area: Calc
Pertains to calculations
Area: Xarray
Pertains to xarray integration
Type: Bug
Something is not working like it should
Milestone
I've encountered pretty easily some challenges trying to use XArray-based data, specifically when pulling out 1D pressure coordinates to use as a data field. I was able to easily fix
heat_index
by addingbroadcast
to thepreprocess_and_wrap
decorator, but I haven't quickly figured out this one withdewpoint_from_specific_humidity
:This gives:
It's also disconcerting to see this warning:
The text was updated successfully, but these errors were encountered: