Skip to content
Discussion options

You must be logged in to vote

Hi @mpm-meto,

GridDiag wrapper does not read separate FCST and OBS data like other MET tools do. The config variable to set to read in files is GRID_DIAG_INPUT_TEMPLATE, not FCST_GRID_DIAG_INPUT_TEMPLATE and OBS_GRID_DIAG_INPUT_TEMPLATE. Setting LOG_LEVEL = DEBUG in your user config file may have given you a hint as to why you could not find any files, but I did notice that there was no check if GRID_DIAG_INPUT_TEMPLATE is not set to report a useful error message. I just added that so it will be available for the upcoming 4.1.0 release. This should make it more clear why it couldn't find any files.

You will want to pass in the templates to read as a list:

GRID_DIAG_INPUT_TEMPLATE = {INPUT…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@mpm-meto
Comment options

mpm-meto Mar 8, 2022
Collaborator Author

@georgemccabe
Comment options

@georgemccabe
Comment options

@georgemccabe
Comment options

Answer selected by georgemccabe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants