Skip to content

gen_vx_mask as part of feature-relative use-case #1308

Locked Answered by georgemccabe
hertneky asked this question in Configuration
Discussion options

You must be logged in to vote

Hi @hertneky,

You can set up 2 instances of GenVxMask that can process each data set. Example 3 from this section of the METplus User's Guide shows an example of this:

https://metplus.readthedocs.io/en/latest/Users_Guide/systemconfiguration.html#process-list

You will need to specify an instance name for one (or both) of the instances of GenVxMask, then create a section in the config file with the same name as the instance identifier to set values for that instance only. It would look something like this:

[config]
PROCESS_LIST = GenVxMask(fcst), GenVxMask(obs), MTD

...

[fcst]
GEN_VX_MASK_INPUT_TEMPLATE = /fcst/data/path

...

[obs]
GEN_VX_MASK_INPUT_TEMPLATE = /obs/data/path

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@hertneky
Comment options

hertneky Dec 14, 2021
Collaborator Author

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