Replies: 1 comment 1 reply
-
Normally these result files should contain a mask ie the data in the iris cube being structured in a
It could be that. depending on how these files are loaded, the mask is ignored, or, there is a bug in the last step of preprocessing that ignores the mask/doesn't write it to disk. Terse/functional answer to your question would be - if you want to mask an array with a condition, use Numpy's |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I found that preprocessed data somehow included fill values, which turned out the output data were not able to be used for plotting.
For example, the fill values are usually 1e+20. I used regrid, seasonal_statistics, and area_statistics preprocessor functions for time series plots. The output was like
Is there a way to mask out fill values in the preprocessor step?
Beta Was this translation helpful? Give feedback.
All reactions