Added by Ian MacKenzie over 12 years ago
Hello,
Is there a simple way to delete one or more selected time steps (or dates) from a NetCDF. That is, if I want to remove one day from a yearly file, is there a way to specify the single day to be removed from the output file rather than using seltimestep to specify all the days to be retained?
iam
Have you checked the delete operator? It's available in cdo-1.6.0, just type
cdo -h deletefor documentation.