User Tools

Site Tools


cdo
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
Last revision
cdo [2014/01/04 21:12] potthast
Line 1: Line 1:
 +[ [[misc]] ][ [[cdo]] ][ [[journals]] ][ [[fortran]] ][ [[mpi]] ][ [[paper notes]] ]
  
 +
 +====== CDO = Climate Data Operators ======
 +
 +See [[https://code.zmaw.de/projects/cdo|CDO Homepage at MPI]]. 
 +
 +==== Some Usefull Commands ====
 +
 +Generate **Land Sea Mask** (Sea=0, Land=1)
 +
 +  cdo -f nc -gtc,0 -remapcon,test.nc -topo land_sea_mask.nc
 +
 +The **topography** on the same resolution is given by: 
 +
 +  cdo -f nc  -remap,test.nc -topo topography.nc
 +
 +Some graphics using the masks: 
 +
 +{{land_temperature.png?600x270}}
 +
 +{{topography_earth.png?600x270}}
 +
 +{{boundaries.png?600x270}}
cdo.txt · Last modified: 2023/03/28 09:14 by 127.0.0.1