Nils Lehmann
Nils Lehmann
I just ran into the same Issue: `ValueError: cannot reshape array of size 6803400000 into shape (np.int32(100), np.int32(100), np.int32(9860), np.int32(69))`
Sure, here is an example `.nc` file in [google drive](https://drive.google.com/file/d/1_C7I7ZpBmlNtzNMjayPvmsfJXZYIupVA/view?usp=sharing) and the below code: ``` import xarray as xr import xesmf as xe import numpy as np dataset = xr.open_dataset("example_data.nc")...
Thanks a lot for your reply, I have added a finetuning step, which changes the results but does not really improve them, so I must still be doing something wrong...