Added by Lili Xia almost 10 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!