Added by Natalia L almost 5 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
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.txtThanks in advance
Natalia
I solved it with "nohead" parameter.