Project

General

Profile

Remove missing values when using outputtab

Added by Riccardo Valenti 11 days ago

Hello everyone

I want to print the content of a .nc file as a .csv file.
For this I'm using the OUTPUTTAB command as follows:

cdo outputtab,name,date,lon,lat,value infile > outfile

Is there a way to remove missing values when doing this?

Thank you very much :)


Replies (1)

RE: Remove missing values when using outputtab - Added by Karin Meier-Fleischer 9 days ago

Hi Riccardo,

IMO not with CDO but you can use a shell script to do remove the lines where value is missing value.

    (1-1/1)