Added by Jessica Steinkopf almost 4 years ago
Hi All
I have two netcdf files: file1 (cru pre) and file2 (chirps precip).
Is there a way with cdo to assign any value in file1 to missing if the corresponding value in file2 is missing (and vice versa)? I am wanting to ensure I compare the fdlmean based off matching data points.
I had thought of creating a mask with missing values = 0 and non-missing values = 1 for each file, but didn't know how to generate this mask?
I am new to CDO.
Thanks