Replies: 2 comments 1 reply
-
@ESMValGroup/scientific-lead-development-team Any suggestions anyone? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am also not sure, but could you try the following and let us know how it goes: mask_fillvalues:
threshold_fraction: 0.8
time_window: 12 NB: Make sure your data starts in a January... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am working with observational monthly data, and I'd like to check if there is more than 9 unmasked months per year before computing the annual means. If 9 months or less are present in a given year, I'd like the 12 months to be masked before computing the annual mean. Is this something that could be accomplished with the
mask_fillvalues
preprocessor? I've been trying to understand how it works and I'm still not quite sure if it can provide what I need.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions