CDO is a collection of command line Operators to manipulate and analyse Climate and NWP model Data. Supported data formats are GRIB 1/2, netCDF 3/4, SERVICE, EXTRA and IEG. There are more than 600 operators available.
(Source: https://code.mpimet.mpg.de/projects/cdo/ )
Simple steps to install CDO in your Windows subsystem for LINUX in Windows 10 (UBUNTU 16.04 LTS)
1. open UBUNTU 16.04 (clicking the icon to open LINUX bash shell window and type
sudo -s -H
Enter your password for root privilege (for possibilty to install a package)
2. Type:
add-apt-repository "deb http://archive.ubuntu.com/ubuntu trusty main universe restricted multiverse"
apt-get update
apt-get install cdo and press y to install
3. Type cdo to check CDO is properly installed
Comments