Added by Patrick Jöckel about 2 years ago
With version 2.0.6 of cdo the `-m` Option is not working correctly:
cdo -M -m -1.E+34 ...
yields the error message
cdo (Abort): missing argument for -m
With a positive value it seems to work.
hi Patrick!
the problem is, that -
on the command line is used by CDO in indicate an operator. Hence `-m -9999` leaves CDO with a missing argument to `-m`.
But you can use the -setmissval
operator instead. it does the same thing and has not problems with negative values:
cdo -f nc -setmissval,-11111111111 -setrtomiss,0,10000 -topo,global_1.0 t.nc