Added by nazanin tavakoli almost 4 years ago
Hello, I want to resample my data from 250 meters to 2km. So, I used this code:
cdo genbil,gridfile.txt clay0_5.nc bil.nc
cdo remap,gridfile.txt,bil.nc clay0_5.nc caly0_5_final.nc
But, unfortunately, it shows me this error:
Error (gridDefBoundsGeneric) : Allocation of 8964179904 bytes failed. [ line 3041 file grid.c ]
System error message : Cannot allocate memory
How can I fix this error?
Here is my data:
https://drive.google.com/file/d/1waDfD32EqdKg2ePmMrxWHUjutQNCMBPX/view?usp=sharing
How much memory does your computer have? It looks like it might have less than 8GB.