CDO
A collection of command line tools for climate model data analysis.
CDO requires an environment module
In order to use CDO, you must first load the appropriate environment module:
module load gnu
CDO is a climate science package. It is a set of command line tools which are designed to manipulate and analyze datasets coming from various climate models and weather models including the NWP model.
Using CDO on RCC Resources#
In order to run CDO, start by logging into an HPC login node and running the program with any appropriate options and inputs for your job.
Then, simply type the cdo
command into the command line. Calls to CDO functions generally follow the pattern:
Where [COMMAND]
is the cdo operation you wish to perform and -[OPTS]
is a list of command line options. CDO commands
usually have an input file required in the argument list and may also have an output file required as part of
the argument list depending on which command you are running.
Additional Resources and References#
- CDO Tutorial. (2023). https://code.mpimet.mpg.de/projects/cdo/wiki/Tutorial
- CDO Documentation. (2023). https://code.mpimet.mpg.de/projects/cdo/embedded/index.html