cdo

Climate Data Operators - manipulate and analyze climate model data

brewmacoslinux
Try with needOr install directly
Source

About

Climate Data Operators

Commands

cdo

Examples

Merge multiple NetCDF files into one$ cdo mergetime input1.nc input2.nc output.nc
Calculate annual mean from monthly data$ cdo yearmean input.nc output.nc
Extract a specific variable and region$ cdo -sellonlatbox,0,360,-90,90 -selname,temperature input.nc output.nc