Project

General

Profile

compress a netcdf file by only selecting variables = certain constant

Added by Lili Xia about 9 years ago

I have a netcdf file which contains variables: a(x), b(t,x), c(x), and I want to extract a file containing all three variables, but with the condition of c(x)=6.
Is there a way to get a output file without data of c(x).ne.6 instead of setting them as missing value?

Thanks very much!