Lukas Pilz

Results 37 comments of Lukas Pilz

@fmaussion Thanks for pointing me to those tests, I completely missed them. Generating dask-powered xarrays using `ds = salem.open_wrf_dataset(salem.utils.get_demo_file('wrf_tip_d1.nc')).chunk(chunks={"west_east": 100, "south_north": 100})` works nicely but I tried `ds = salem.open_wrf_dataset(salem.utils.get_demo_file('wrf_tip_d1.nc'),...

@tjwixtrom I think your code could be a nice starting point indeed. Some ideas on how to build upon it might be: formalizing the CF-compliance by using e.g. [cfdm](https://ncas-cms.github.io/cfdm/) or...

@jthielen Thanks for picking this up. I'd definitely be interested in dedicating some time to this. Also, cf-xarray is probably more sensible than using cfdm, didn't know this project existed....

No worries, I was busy the last weeks too so it actually kinda worked out. - I was thinking about using delayed variables because they essentially have zero overhead (except...

Hi everyone, great to see so much enthusiasm for new developments in wrf data postprocessing. I concur with @jthielen that a more discussion-friendly communications format would certainly be helpful and...

I have the same problem, however your suggested fix doesn't work for me. After a bit of debugging, I found out that `dx` seems to be reset to `0.` during...

This seems to work. @pblossey thanks so much for the heads up. I just created a PR :)

I have the same issue on `conda 22.9.0`, however `conda init bash` errored for me (see #11530)

Thanks for the quick response. This is actually also an issue on `2022.9.0`, I just had the wrong kernel selected. -> Updated the `show_version` output

Hey, thanks for the quick response - I fixed the broken tests. Just wanted to ask whether you generated the test-files using WPS or manually. And if you use WPS,...