I have the following netcdf file which is a global grid with latitude from -90 to 90 and longitude from 0 to 360 degrees.
Let's suppose I would like to set to NAs (or missing values) all the gridpoints (or region) included within latitude -90 to 90 and longitude 20E to 100E.
How can I achieve this? Is this possible with CDO?