Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Point-Stat config files in METplus were not fully updated for met-8.1. #248

Closed
JohnHalleyGotway opened this issue Jun 21, 2019 · 1 comment
Labels
METplus: Configuration priority: high High Priority requestor: NOAA/EMC NOAA Environmental Modeling Center type: bug Fix something that is not working

Comments

@JohnHalleyGotway
Copy link
Collaborator

This is based on a met-help issue from Perry Shafran:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=90740

When he runs Point-Stat via METplus he gets:
ERROR : PointStatVxOpt::set_vx_pd() -> "message_type_group_map" must contain an entry for "LANDSF".

I see that the Point-Stat config files included in METplus were not fully updated for met-8.1. Specifically, we need to update the message_type_group map setting by adding entries for LANDSF and WATERSF:

Here's the default setting for met-8.1:
message_type_group_map = [
{ key = "SURFACE"; val = "ADPSFC,SFCSHP,MSONET"; },
{ key = "ANYAIR"; val = "AIRCAR,AIRCFT"; },
{ key = "ANYSFC"; val = "ADPSFC,SFCSHP,ADPUPA,PROFLR,MSONET"; },
{ key = "ONLYSF"; val = "ADPSFC,SFCSHP"; },
{ key = "LANDSF"; val = "ADPSFC,MSONET"; },
{ key = "WATERSF"; val = "SFCSHP"; }
];

@JohnHalleyGotway JohnHalleyGotway added type: bug Fix something that is not working component: use case configuration priority: high High Priority requestor: NOAA/EMC NOAA Environmental Modeling Center labels Jun 21, 2019
@JohnHalleyGotway JohnHalleyGotway added this to the METplus-2.1 Bugfix milestone Jun 21, 2019
@georgemccabe
Copy link
Collaborator

I added the land and water message items to the PointStat config files under grid_to_obs and pushed the changes to master_v2.1. Do we want to cut another bugfix release for this change?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
METplus: Configuration priority: high High Priority requestor: NOAA/EMC NOAA Environmental Modeling Center type: bug Fix something that is not working
Projects
None yet
Development

No branches or pull requests

3 participants