cdo segmentation fault
Added by Simon Krichak over 9 years ago
Hello,
I am getting a segmentation fault diagnostic by attempting to perform the following command
cdo -s seltime, 00:00, 06:00, 12:00, 18:00 -mulc, 1000 snw_CLMcom-CCLM5_MENA-44_6hr_1980010100_1980020100.tmp.nc new.nc
Please see the netcdf file, cdo -V, gcc -v, and gfortran -v log files as well as the cdo-segmentation-file example attached.
Please help.
Simon
test251015.tar.gz (1.74 MB) test251015.tar.gz |
Replies (1)
RE: cdo segmentation fault - Added by Uwe Schulzweida over 9 years ago
Hello Simon,
Your dataset is stored in netCDF4/HDF. If you are using CDO operator chaining then the netCDF4/HDF installation must be configured thread-safe. Otherwise unexpected errors could occur during the processing with CDO.
See also: https://code.zmaw.de/projects/cdo/wiki#Errors-with-operator-chaining-and-netCDF4HDF5-files
Cheers,
Uwe