Jonas Hörsch
Jonas Hörsch
@lkstrp Do you understand the missing schema errors in the macos test runs for the data download?
Damn, the way i retrieve the long-run average of the era5 data does not work, since the monthly means are of the vector components. rather than the wind speed. which...
Ok, updated to use the hourly windspeeds and new usage modi which will allow us to distribute a global correction factor, but also embed it into the cutout.
Hi @lkstrp , thanks for the comments. I think most of your issues point at us having to overhaul the cutout generation and disentangle it from Cutout's `__init__` method. I...
@lkstrp I think I addressed your code style comments where adequate. Additional changes would require us to come up with a better cutout preparation routine. I still need to add...
Re: @euronion > @coroa I haven't looked at the new version yet - let me know when I should review. > > Thanks for the great effort! :) I expect...
I would rather sanitize on every export, ie default to `sanitize = True`, i think the consistency between `m.solve()` and `m.to_file(...)` is important. And I also don't think `inifinity`s or...
Just scrolling through old PRs. Any status update here?
Hi @martabresco , I unfortunately don't have the files for the SARAH dataset so i can't test anything easily atm. 1. Please try adding `chunks={"time": 100, "lat": -1, "lon": -1}`...
Could those deps move into a project.toml? So that I can just do uv run snakemake?