Added by Nurul Ain almost 4 years ago
Hi, how can I get specific range of data, for instance -1 till -4? And then I need to calculate the number of the value.
Hi Nurul,
the setvrange operator is what you are looking for. See https://code.mpimet.mpg.de/projects/cdo/embedded/cdo.pdf#subsection.2.6.15
-Karin
Hi thank you very much! It such a big helps for me!
Can I ask if, I can apply this equation in cdo?
F=n/N×100
%F = drought frequency ()
%n = number of drought months
%N= total number of months
in cdo?