You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using the RVIC parameters generation tool to generate parameters on a 10km grid in the Arctic. The temporary remap files are pretty large (16GB each) and are not being cleaned fast enough to save enough disk space for the next file to be able to fit on the disk (200 GB in total).
For large domains with many outlets, we may need to rethink the workflow when using REMAP=TRUE and multiprocessing. For now, the work around seems that we need to use less processors so the total temporary file load remains less than the disk space.
The text was updated successfully, but these errors were encountered:
I'm using cdo v. 1.7.1rc1 for my command line cdo, and I find that when I run cdo remapcon,file1.nc file2.nc, I get *** Error in cdo: malloc(): memory corruption: 0x0000000002e5f6d0 ***; however, if I use a grid file, I am able to get remapcon to finish. That workflow looks like:
I've been using the RVIC parameters generation tool to generate parameters on a 10km grid in the Arctic. The temporary remap files are pretty large (16GB each) and are not being cleaned fast enough to save enough disk space for the next file to be able to fit on the disk (200 GB in total).
For large domains with many outlets, we may need to rethink the workflow when using
REMAP=TRUE
andmultiprocessing
. For now, the work around seems that we need to use less processors so the total temporary file load remains less than the disk space.The text was updated successfully, but these errors were encountered: