Skip to content

Error Using Multiple Poly Files as Mask in Grid_Diag Config File #1090

Locked Answered by JohnHalleyGotway
chasecalkins asked this question in File I/O
Discussion options

You must be logged in to vote

@chasecalkins I see you have a question about configuring the Grid-Diag tool in MET. Whereas other tools, like Point-Stat and Grid-Stat, support the use of multiple masking regions in a single run, the Grid-Diag tool does not.

Here's the "mask" dictionary from the default Grid-Diag configuration file:

mask = {
   grid = "";
   poly = "";
}

Since these entries are formatted as strings ("") instead of square brackets ([]), they only accept a single entry. The square brackets in MET config files indicate that arrays of multiple values are supported. If left to their default values of empty strings, then the PDFs are computed using data from all points in the verification domain. If a "grid"…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by georgemccabe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment