Joel Fiddes

Results 38 comments of Joel Fiddes

ive pinned it down to l.100 of topo_scale `plev_interp = dw.sum(['longitude', 'latitude'], keep_attrs=True) # compute horizontal inverse weighted horizontal interpolation` `Traceback (most recent call last): File "/home/joel/anaconda3/envs/downscaling/lib/python3.9/site-packages/IPython/core/interactiveshell.py", line 3505, in...

fixed with conversion to float64: ds_plev_pt = ds_plev_pt.astype('float64') da_idw = da_idw.astype('float64') l.100 now runs: dw = xr.Dataset.weighted(ds_plev_pt, da_idw)

Does it sound ok to you? chatgpt said: float32 and einsum ChatGPT said: ChatGPT It looks like the data type float32 is being used in your xarray.Dataset (ds_plev_pt), and it's...

will pin a full description of adaption to CDS-Beta here once finished.....

CDS-beta code is still a branch will merge when fully tested - currently code will not work as CDS-legacy switched off

**related discussion with Luke that led him to build his tool:** On 3 Dec 2024, at 17:50, Gregor Luke wrote: Hi Joel, Here it is :) https://gitlab.renkulab.io/pamir/era5-downloader There’s a notebook...

Ive been using this for downloading big datsets (whole alps/ 50y) successfully - it took about 10 days I think

@ArcticSnow an update on a download job, what im doing: luke code: https://pypi.org/project/era5-downloader/0.1.5/ large are HKH: so far 5 years in 18h (full 1h data, all surf and plev data)...