Added by Jay Su over 4 years ago
Hello,
The following command always failed:
cdo -s -L -f nc4 -z zip_4 setattribute,history1='history' intlevel,100.0,500.0 infile outfile
in v1.9.7.
Thanks,
Jay
Try
cdo -s -L -f nc4 -z zip_4 -setattribute,history1='history' -intlevel,100.0,500.0 infile outfile
Thank you Karin for reminding me,
I should have thought about this