Cdo
CDO is a collection of command-line operators for operating and analyzing climate and NWP model data.
Note
This installation document has been written and tested multiple times. If installation issues arise, please check the system environment and ensure no steps were missed due to carelessness. Environments are loaded temporarily; if the connection is interrupted, reload the environment before compiling. This document applies only to the software versions specified herein; any updates are for reference only.
# https://code.mpimet.mpg.de/projects/cdo
module load intel/2022 intelmpi/2022 python/3.9.12 gcc/12
# Version 2.3.0 requires compiler support for C++17. If compiling with Intel versions below 2023, you need to load a GCC version as well.
tar -xf cdo-2.3.0.tar.gz
./configure --prefix=$HOME/cdo CC=mpiicc CXX=mpiicpc FC=mpiifort
make
make install