Project

General

Profile

convert to ascii files without headers?

Added by Natalia L almost 4 years ago

Hello,

I use the following command in order to convert a NetCDF file into an ascii file. Is it possible to create the ascii file without the header (e.g. #value)?
cdo outputtab,value -selname,test infile.nc > outfile.txt

Thanks in advance

Natalia


Replies (1)

RE: convert to ascii files without headers? - Added by Natalia L almost 4 years ago

Natalia L wrote:

Hello,

I use the following command in order to convert a NetCDF file into an ascii file. Is it possible to create the ascii file without the header (e.g. #value)?
cdo outputtab,value -selname,test infile.nc > outfile.txt

Thanks in advance

Natalia

I solved it with "nohead" parameter.

    (1-1/1)