Capturing Rain on Snow events
Added by Santosh Neupane about 7 years ago
Hi everyone,
I have a data including two variables of rainfall and swe in a single netcdf file, I need to filter out those rainy days in the condition swe on the ground. Can anyone help me out to fix the problem using coo command? The file size is quit big containing data from 1950 to 2100. So, I have attached the screenshot of data to show what it looks like.
Thank you in advance.
Replies (1)
RE: Capturing Rain on Snow events - Added by Karin Meier-Fleischer about 7 years ago
Hi Santosh,
what do you mean with 'in the condition swe on the ground'? What is the variable swe?
You should have a look at the expr operator described in the documentation:
[[https://code.mpimet.mpg.de/projects/cdo/embedded/index.html#x1-2860002.7.1]]
Or in the Tutorial section:
[[https://code.mpimet.mpg.de/projects/cdo/wiki/Tutorial#The-expr-Operator]]
-Karin