I have a netcdf file with global temperature (tas, degC) data over the 1990-2001 period at daily time-steps in a 1x1deg lat-lon grid.
I am interested only in tas days > 10degC.
Is there a way I can subset with CDO the netcdf file and create a new one with only tas days > 10degC?
The gtc
operator can be related to my issue but it only creates a mask with 0s and 1s, while I need true values >10degC.