Added by Riccardo Valenti 8 months 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
Hi Riccardo,
IMO not with CDO but you can use a shell script to do remove the lines where value is missing value.