ensrkhisttime and ensrkhistspace problem
Added by Ping-Gin Chiu over 3 years ago
Hi,
I'm trying to do Ranked Histogram with CDO 1.9.8.
But I have no luck on ensrkhisttime and ensrkhistspace operators.
For example, the command works well:cdo infov -ensrkhisttime model_sst_ano_mem{01..03}.nc
But if I want to output result to file:cdo -ensrkhisttime model_sst_ano_mem{01..03}.nc out.nc
It result to Segementation fault.
Did anyone use it successfully?
sample_data.zip (31.2 MB) sample_data.zip |
Replies (2)
RE: ensrkhisttime and ensrkhistspace problem - Added by Ping-Gin Chiu over 3 years ago
BTW, cdo -v output following:
Climate Data Operators version 1.9.8 (https://mpimet.mpg.de/cdo)
System: x86_64-conda-linux-gnu
CXX Compiler: /home/conda/feedstock_root/build_artifacts/cdo_1604152990137/_build_env/bin/x86_64-conda-linux-gnu-c++ -fPIC -DPIC -g -O2 -std=c++11 -fopenmp -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /projects/NS9039K/shared/python3env/include -fdebug-prefix-map=/home/conda/feedstock_root/build_artifacts/cdo_1604152990137/work=/usr/local/src/conda/cdo-1.9.8 -fdebug-prefix-map=/projects/NS9039K/shared/python3env=/usr/local/src/conda-prefix -fopenmp
CXX version : unknown
C Compiler: /home/conda/feedstock_root/build_artifacts/cdo_1604152990137/_build_env/bin/x86_64-conda-linux-gnu-cc -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /projects/NS9039K/shared/python3env/include -fdebug-prefix-map=/home/conda/feedstock_root/build_artifacts/cdo_1604152990137/work=/usr/local/src/conda/cdo-1.9.8 -fdebug-prefix-map=/projects/NS9039K/shared/python3env=/usr/local/src/conda-prefix -fopenmp
C version : unknown
F77 Compiler: /home/conda/feedstock_root/build_artifacts/cdo_1604152990137/_build_env/bin/x86_64-conda-linux-gnu-gfortran -fopenmp -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /projects/NS9039K/shared/python3env/include -fdebug-prefix-map=/home/conda/feedstock_root/build_artifacts/cdo_1604152990137/work=/usr/local/src/conda/cdo-1.9.8 -fdebug-prefix-map=/projects/NS9039K/shared/python3env=/usr/local/src/conda-prefix
F77 version : unknown
Features: 754GB 80threads C++11 Fortran DATA PTHREADS OpenMP HDF5 NC4/HDF5/threadsafe OPeNDAP UDUNITS2 PROJ XML2 CURL FFTW3 SSE3
Libraries: HDF5/1.10.6 proj/7.1.1 xml2/2.9.10 curl/7.71.1
Filetypes: srv ext ieg grb1 grb2 nc1 nc2 nc4 nc4c nc5
CDI library version : 1.9.8
cgribex library version : 1.9.4
ecCodes library version : 2.19.0
NetCDF library version : 4.7.4 of Dec 14 2020 16:15:57 $
hdf5 library version : 1.10.6 threadsafe
exse library version : 1.4.1
FILE library version : 1.8.3
RE: ensrkhisttime and ensrkhistspace problem - Added by Ping-Gin Chiu over 3 years ago
For now it is a bypass method.cdo -outputkey,value -ensrkhisttime model_sst_ano_mem{01..03}.nc > output.txt
It output result with text. Not perfect but work.