Skip to content

Removing the "FULL" mask in grid_stat #1410

Discussion options

You must be logged in to vote

Hi @CPKalb,

The default value of mask.grid in GridStat is a list with just the string "FULL"

https://github.com/dtcenter/MET/blob/5e1f551d86fcb5b731e3a83c0b043dbd7ef3c7aa/met/data/config/GridStatConfig_default#L117-L118

Since the default value is not an empty list, the METplus config variable GRID_STAT_MASK_GRID can be set to an empty string which will set the value to an empty string.

The following variables should accomplish what you need:

GRID_STAT_MASK_POLY = /home/nowcast/tina/verification/Taiwan_poly.nc
GRID_STAT_MASK_GRID =

Replies: 1 comment

Comment options

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