Masking of input data with pcp_combine #2409
-
Our radar data processing capability requires us to take 12 5-min slices and sum them up to create an hourly accumulation. This forms the simplest/most fundamental building block for our radar-based verification. There are elements of QC that apply and must be accounted for. The question is can pcp_combine do it all and what is the best way?
The vld capability, we think, should be able to cope with this, i.e. setting it to 11/12 (though we don't know if that is > or >=) should suffice and remove any grid squares (and hours) where more than 1 in 12 is missing, but we want to check and ask for advice/tips. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Hi: The vld_thresh is applied at every grid point, so, this is what is recommended for the filtering in number 2 above. The vld_thresh is filtered using >=. I would recommend setting the vld_thresh to 0.9 for your case, as that sits between 10/12 and 11/12. For number 1, what does your pcp_combine command look like? Having that information would be helpful for me to give advice on what would work best in this case. Christina |
Beta Was this translation helpful? Give feedback.
-
The enhancements for this have been implemented and will be available to test in the beta5 releases. MET enhancements: dtcenter/MET#2886 |
Beta Was this translation helpful? Give feedback.
The enhancements for this have been implemented and will be available to test in the beta5 releases.
MET enhancements: dtcenter/MET#2886
METplus wrapper enhancements: #2609