[Met_help] [rt.rap.ucar.edu #74452] History for Composite Reflectivity abbreviation in MET
John Halley Gotway via RT
met_help at ucar.edu
Tue Jan 26 12:13:49 MST 2016
----------------------------------------------------------------
Initial Request
----------------------------------------------------------------
Dear Met Help,
I've been working on comparing reflectivity using MET, and get the following error:
ERROR :
ERROR : VarInfoGrib::set_dict() - unrecognized GRIB1 field abbreviation 'REFC' for table version 2
ERROR :
It's composite reflectivity. I verified the grib tables, and such is the abbreviation. Is there a different abbreviation applied for Composite Reflectivity in MET?
Thanks for the help as always,
Jose M. Garcia-Rivera
This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed. If the reader of this e-mail is not the intended recipient or his or her authorized agent, the reader is hereby notified that any dissemination, distribution or copying of this e-mail is prohibited. If you have received this e-mail in error, please notify the sender by replying to this message and delete this e-mail immediately.
----------------------------------------------------------------
Complete Ticket History
----------------------------------------------------------------
Subject: Composite Reflectivity abbreviation in MET
From: John Halley Gotway
Time: Fri Dec 18 14:14:28 2015
Jose,
Looking on this page, I see that reflectivity (REFC) is defined in
GRIB1
parameter table version 129, rather than the default parameter table
version number 2:
http://www.nco.ncep.noaa.gov/pmb/docs/on388/table2.html#TABLE129
Please try editing your configuration file by adding:
GRIB_PTV = 129;
So it'd look something like this:
field = [
{
name = "REFC";
level = [ "L0" ];
GRIB_PTV = 129;
}
];
If that doesn't do the trick, just let us know.
Thanks,
John
On Fri, Dec 18, 2015 at 1:40 PM, Jose Garcia-Rivera via RT <
met_help at ucar.edu> wrote:
>
> Fri Dec 18 13:40:32 2015: Request 74452 was acted upon.
> Transaction: Ticket created by GarciaJ at imsg.com
> Queue: met_help
> Subject: Composite Reflectivity abbreviation in MET
> Owner: Nobody
> Requestors: GarciaJ at imsg.com
> Status: new
> Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=74452 >
>
>
> Dear Met Help,
>
> I've been working on comparing reflectivity using MET, and get the
> following error:
>
> ERROR :
> ERROR : VarInfoGrib::set_dict() - unrecognized GRIB1 field
abbreviation
> 'REFC' for table version 2
> ERROR :
>
> It's composite reflectivity. I verified the grib tables, and such is
the
> abbreviation. Is there a different abbreviation applied for
Composite
> Reflectivity in MET?
>
> Thanks for the help as always,
> Jose M. Garcia-Rivera
>
> This e-mail, including attachments, may include confidential and/or
> proprietary information, and may be used only by the person or
entity to
> which it is addressed. If the reader of this e-mail is not the
intended
> recipient or his or her authorized agent, the reader is hereby
notified
> that any dissemination, distribution or copying of this e-mail is
> prohibited. If you have received this e-mail in error, please notify
the
> sender by replying to this message and delete this e-mail
immediately.
>
>
------------------------------------------------
Subject: RE: [rt.rap.ucar.edu #74452] Composite Reflectivity abbreviation in MET
From: Jose Garcia-Rivera
Time: Fri Dec 18 14:19:03 2015
Dear John,
I followed your suggestion:
field = [
{
name = "REFC";
level = [ "L0" ];
cat_thresh = [ >=30, >=45 ];
GRIB_PTV = 129;
}
];
}
And still get the same error.
Take care,
Jose
-----Original Message-----
From: John Halley Gotway via RT [mailto:met_help at ucar.edu]
Sent: Friday, December 18, 2015 4:14 PM
To: Jose Garcia-Rivera
Subject: Re: [rt.rap.ucar.edu #74452] Composite Reflectivity
abbreviation in MET
Jose,
Looking on this page, I see that reflectivity (REFC) is defined in
GRIB1 parameter table version 129, rather than the default parameter
table version number 2:
http://www.nco.ncep.noaa.gov/pmb/docs/on388/table2.html#TABLE129
Please try editing your configuration file by adding:
GRIB_PTV = 129;
So it'd look something like this:
field = [
{
name = "REFC";
level = [ "L0" ];
GRIB_PTV = 129;
}
];
If that doesn't do the trick, just let us know.
Thanks,
John
On Fri, Dec 18, 2015 at 1:40 PM, Jose Garcia-Rivera via RT <
met_help at ucar.edu> wrote:
>
> Fri Dec 18 13:40:32 2015: Request 74452 was acted upon.
> Transaction: Ticket created by GarciaJ at imsg.com
> Queue: met_help
> Subject: Composite Reflectivity abbreviation in MET
> Owner: Nobody
> Requestors: GarciaJ at imsg.com
> Status: new
> Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=74452
> >
>
>
> Dear Met Help,
>
> I've been working on comparing reflectivity using MET, and get the
> following error:
>
> ERROR :
> ERROR : VarInfoGrib::set_dict() - unrecognized GRIB1 field
> abbreviation 'REFC' for table version 2 ERROR :
>
> It's composite reflectivity. I verified the grib tables, and such is
> the abbreviation. Is there a different abbreviation applied for
> Composite Reflectivity in MET?
>
> Thanks for the help as always,
> Jose M. Garcia-Rivera
>
> This e-mail, including attachments, may include confidential and/or
> proprietary information, and may be used only by the person or
entity
> to which it is addressed. If the reader of this e-mail is not the
> intended recipient or his or her authorized agent, the reader is
> hereby notified that any dissemination, distribution or copying of
> this e-mail is prohibited. If you have received this e-mail in
error,
> please notify the sender by replying to this message and delete this
e-mail immediately.
>
>
This e-mail, including attachments, may include confidential and/or
proprietary information, and may be used only by the person or entity
to which it is addressed. If the reader of this e-mail is not the
intended recipient or his or her authorized agent, the reader is
hereby notified that any dissemination, distribution or copying of
this e-mail is prohibited. If you have received this e-mail in error,
please notify the sender by replying to this message and delete this
e-mail immediately.
------------------------------------------------
Subject: Composite Reflectivity abbreviation in MET
From: John Halley Gotway
Time: Fri Dec 18 15:14:01 2015
Jose,
My apologies, please use "GRIB1_ptv = 129;" instead.
This is mentioned on page 50 of the MET User's Guide:
http://www.dtcenter.org/met/users/docs/users_guide/MET_Users_Guide_v5.1.pdf
Sorry for getting that wrong the first time.
John
On Fri, Dec 18, 2015 at 2:19 PM, Jose Garcia-Rivera via RT <
met_help at ucar.edu> wrote:
>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=74452 >
>
> Dear John,
>
> I followed your suggestion:
>
> field = [
> {
> name = "REFC";
> level = [ "L0" ];
> cat_thresh = [ >=30, >=45 ];
> GRIB_PTV = 129;
> }
> ];
>
> }
>
> And still get the same error.
>
> Take care,
> Jose
>
> -----Original Message-----
> From: John Halley Gotway via RT [mailto:met_help at ucar.edu]
> Sent: Friday, December 18, 2015 4:14 PM
> To: Jose Garcia-Rivera
> Subject: Re: [rt.rap.ucar.edu #74452] Composite Reflectivity
abbreviation
> in MET
>
> Jose,
>
> Looking on this page, I see that reflectivity (REFC) is defined in
GRIB1
> parameter table version 129, rather than the default parameter table
> version number 2:
> http://www.nco.ncep.noaa.gov/pmb/docs/on388/table2.html#TABLE129
>
> Please try editing your configuration file by adding:
> GRIB_PTV = 129;
>
> So it'd look something like this:
>
> field = [
> {
> name = "REFC";
> level = [ "L0" ];
> GRIB_PTV = 129;
> }
> ];
>
>
> If that doesn't do the trick, just let us know.
>
> Thanks,
> John
>
> On Fri, Dec 18, 2015 at 1:40 PM, Jose Garcia-Rivera via RT <
> met_help at ucar.edu> wrote:
>
> >
> > Fri Dec 18 13:40:32 2015: Request 74452 was acted upon.
> > Transaction: Ticket created by GarciaJ at imsg.com
> > Queue: met_help
> > Subject: Composite Reflectivity abbreviation in MET
> > Owner: Nobody
> > Requestors: GarciaJ at imsg.com
> > Status: new
> > Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=74452
> > >
> >
> >
> > Dear Met Help,
> >
> > I've been working on comparing reflectivity using MET, and get the
> > following error:
> >
> > ERROR :
> > ERROR : VarInfoGrib::set_dict() - unrecognized GRIB1 field
> > abbreviation 'REFC' for table version 2 ERROR :
> >
> > It's composite reflectivity. I verified the grib tables, and such
is
> > the abbreviation. Is there a different abbreviation applied for
> > Composite Reflectivity in MET?
> >
> > Thanks for the help as always,
> > Jose M. Garcia-Rivera
> >
> > This e-mail, including attachments, may include confidential
and/or
> > proprietary information, and may be used only by the person or
entity
> > to which it is addressed. If the reader of this e-mail is not the
> > intended recipient or his or her authorized agent, the reader is
> > hereby notified that any dissemination, distribution or copying of
> > this e-mail is prohibited. If you have received this e-mail in
error,
> > please notify the sender by replying to this message and delete
this
> e-mail immediately.
> >
> >
>
> This e-mail, including attachments, may include confidential and/or
> proprietary information, and may be used only by the person or
entity to
> which it is addressed. If the reader of this e-mail is not the
intended
> recipient or his or her authorized agent, the reader is hereby
notified
> that any dissemination, distribution or copying of this e-mail is
> prohibited. If you have received this e-mail in error, please notify
the
> sender by replying to this message and delete this e-mail
immediately.
>
>
>
------------------------------------------------
More information about the Met_help
mailing list