[Met_help] [rt.rap.ucar.edu #80427] History for running grid stat with grib1 surface data

John Halley Gotway via RT met_help at ucar.edu
Fri May 12 12:33:53 MDT 2017


----------------------------------------------------------------
  Initial Request
----------------------------------------------------------------

Good Afternoon,

    I am trying to run grid_stat with grib1 data.  I would like to run it
with
2M temperatures, but I have not figured out how to set up the config file.
What I have is
// Forecast and observation fields to be verified
//
fcst = {

   field = [
      {
        name       = "TMP";
        level      = [Z0];
      }
   ];

}

This does not work.  In my grib file I have the following:
234:22165724:d=99010200:TMP:kpds5=11:kpds6=105:kpds7=2:TR=10:P1=0:P2=24:TimeU=1:2
m above gnd:24hr fcst:NAve=0.

I have temperatures at 2meters,80 meters and 100meters.  I only want the 2m
temperatures.

At your convenience could you please help me with the level information for
the grib1 file.

 Many Thanks,
  Sherrie


----------------------------------------------------------------
  Complete Ticket History
----------------------------------------------------------------

Subject: running grid stat with grib1 surface data
From: Sherrie Fredrick - NOAA Affiliate
Time: Thu May 11 14:18:02 2017

Good Afternoon Again,

     I did not send enough information in my first email.  Met accepts
the
fcst entry ok.  I have
// Forecast and observation fields to be verified
//
fcst = {

   field = [
      {
        name       = "TMP";
        level      = ["Z0"];
      }
   ];

}
 This is accepted.  It it the obs that it does not accept.  I have
obs = {

   field = [
      {
        name       = "2T";
        level      = ["Z0"];
      }
   ];

}


The wgrib for the observations is
3:260864:d=00062000:2T:kpds5=167:kpds6=1:kpds7=0:TR=0:P1=0:P2=0:TimeU=1:sfc:anl:type=analysis:NAve=0
The error that I get is

MetGrib1DataFile::data_plane() -> No exact match found for VarInfo
"2T/Z0"
in GRIB file

I am not sure of what I should put in for the level in the obs case.

Many Thanks,
 Sherrie

On Thu, May 11, 2017 at 1:57 PM, met_help at ucar.edu via RT
<met_help at ucar.edu
> wrote:

> Greetings,
>
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding:
>         "running grid stat with grib1 surface data",
> a summary of which appears below.
>
> There is no need to reply to this message right now.  Your ticket
has been
> assigned an ID of [rt.rap.ucar.edu #80427].
>
> Please include the string:
>
>          [rt.rap.ucar.edu #80427]
>
> in the subject line of all future correspondence about this issue.
To do
> so,
> you may reply to this message.
>
>                         Thank you,
>                         met_help at ucar.edu
>
>
-------------------------------------------------------------------------
> Good Afternoon,
>
>     I am trying to run grid_stat with grib1 data.  I would like to
run it
> with
> 2M temperatures, but I have not figured out how to set up the config
file.
> What I have is
> // Forecast and observation fields to be verified
> //
> fcst = {
>
>    field = [
>       {
>         name       = "TMP";
>         level      = [Z0];
>       }
>    ];
>
> }
>
> This does not work.  In my grib file I have the following:
> 234:22165724:d=99010200:TMP:kpds5=11:kpds6=105:kpds7=2:TR=
> 10:P1=0:P2=24:TimeU=1:2
> m above gnd:24hr fcst:NAve=0.
>
> I have temperatures at 2meters,80 meters and 100meters.  I only want
the 2m
> temperatures.
>
> At your convenience could you please help me with the level
information for
> the grib1 file.
>
>  Many Thanks,
>   Sherrie
>
>

------------------------------------------------
Subject: running grid stat with grib1 surface data
From: Sherrie Fredrick - NOAA Affiliate
Time: Thu May 11 14:37:07 2017

Hi again,

    Sorry for so many messages.  I was able to figure out my problem
and
have Met running now
with the surface data.  So you can delete my two earlier messages.

    Have a good afternoon,
     Sherrie Fredrick

On Thu, May 11, 2017 at 2:17 PM, Sherrie Fredrick - NOAA Affiliate <
sherrie.fredrick at noaa.gov> wrote:

> Good Afternoon Again,
>
>      I did not send enough information in my first email.  Met
accepts the
> fcst entry ok.  I have
> // Forecast and observation fields to be verified
> //
> fcst = {
>
>    field = [
>       {
>         name       = "TMP";
>         level      = ["Z0"];
>       }
>    ];
>
> }
>  This is accepted.  It it the obs that it does not accept.  I have
> obs = {
>
>    field = [
>       {
>         name       = "2T";
>         level      = ["Z0"];
>       }
>    ];
>
> }
>
>
> The wgrib for the observations is 3:260864:d=00062000:2T:kpds5=
>
167:kpds6=1:kpds7=0:TR=0:P1=0:P2=0:TimeU=1:sfc:anl:type=analysis:NAve=0
> The error that I get is
>
> MetGrib1DataFile::data_plane() -> No exact match found for VarInfo
"2T/Z0"
> in GRIB file
>
> I am not sure of what I should put in for the level in the obs case.
>
> Many Thanks,
>  Sherrie
>
> On Thu, May 11, 2017 at 1:57 PM, met_help at ucar.edu via RT <
> met_help at ucar.edu> wrote:
>
>> Greetings,
>>
>> This message has been automatically generated in response to the
>> creation of a trouble ticket regarding:
>>         "running grid stat with grib1 surface data",
>> a summary of which appears below.
>>
>> There is no need to reply to this message right now.  Your ticket
has been
>> assigned an ID of [rt.rap.ucar.edu #80427].
>>
>> Please include the string:
>>
>>          [rt.rap.ucar.edu #80427]
>>
>> in the subject line of all future correspondence about this issue.
To do
>> so,
>> you may reply to this message.
>>
>>                         Thank you,
>>                         met_help at ucar.edu
>>
>>
-------------------------------------------------------------------------
>> Good Afternoon,
>>
>>     I am trying to run grid_stat with grib1 data.  I would like to
run it
>> with
>> 2M temperatures, but I have not figured out how to set up the
config file.
>> What I have is
>> // Forecast and observation fields to be verified
>> //
>> fcst = {
>>
>>    field = [
>>       {
>>         name       = "TMP";
>>         level      = [Z0];
>>       }
>>    ];
>>
>> }
>>
>> This does not work.  In my grib file I have the following:
>> 234:22165724:d=99010200:TMP:kpds5=11:kpds6=105:kpds7=2:TR=10
>> :P1=0:P2=24:TimeU=1:2
>> m above gnd:24hr fcst:NAve=0.
>>
>> I have temperatures at 2meters,80 meters and 100meters.  I only
want the
>> 2m
>> temperatures.
>>
>> At your convenience could you please help me with the level
information
>> for
>> the grib1 file.
>>
>>  Many Thanks,
>>   Sherrie
>>
>>
>

------------------------------------------------
Subject: running grid stat with grib1 surface data
From: John Halley Gotway
Time: Fri May 12 12:32:49 2017

Sherrie,

Great, glad you were able to figure it all out!  I'll go ahead and
resolve
those tickets.

Just let us know what other issues/questions arise.

Thanks,
John Halley Gotway

On Thu, May 11, 2017 at 2:37 PM, Sherrie Fredrick - NOAA Affiliate via
RT <
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80427 >
>
> Hi again,
>
>     Sorry for so many messages.  I was able to figure out my problem
and
> have Met running now
> with the surface data.  So you can delete my two earlier messages.
>
>     Have a good afternoon,
>      Sherrie Fredrick
>
> On Thu, May 11, 2017 at 2:17 PM, Sherrie Fredrick - NOAA Affiliate <
> sherrie.fredrick at noaa.gov> wrote:
>
> > Good Afternoon Again,
> >
> >      I did not send enough information in my first email.  Met
accepts
> the
> > fcst entry ok.  I have
> > // Forecast and observation fields to be verified
> > //
> > fcst = {
> >
> >    field = [
> >       {
> >         name       = "TMP";
> >         level      = ["Z0"];
> >       }
> >    ];
> >
> > }
> >  This is accepted.  It it the obs that it does not accept.  I have
> > obs = {
> >
> >    field = [
> >       {
> >         name       = "2T";
> >         level      = ["Z0"];
> >       }
> >    ];
> >
> > }
> >
> >
> > The wgrib for the observations is 3:260864:d=00062000:2T:kpds5=
> >
167:kpds6=1:kpds7=0:TR=0:P1=0:P2=0:TimeU=1:sfc:anl:type=analysis:NAve=0
> > The error that I get is
> >
> > MetGrib1DataFile::data_plane() -> No exact match found for VarInfo
> "2T/Z0"
> > in GRIB file
> >
> > I am not sure of what I should put in for the level in the obs
case.
> >
> > Many Thanks,
> >  Sherrie
> >
> > On Thu, May 11, 2017 at 1:57 PM, met_help at ucar.edu via RT <
> > met_help at ucar.edu> wrote:
> >
> >> Greetings,
> >>
> >> This message has been automatically generated in response to the
> >> creation of a trouble ticket regarding:
> >>         "running grid stat with grib1 surface data",
> >> a summary of which appears below.
> >>
> >> There is no need to reply to this message right now.  Your ticket
has
> been
> >> assigned an ID of [rt.rap.ucar.edu #80427].
> >>
> >> Please include the string:
> >>
> >>          [rt.rap.ucar.edu #80427]
> >>
> >> in the subject line of all future correspondence about this
issue. To do
> >> so,
> >> you may reply to this message.
> >>
> >>                         Thank you,
> >>                         met_help at ucar.edu
> >>
> >> ------------------------------------------------------------
> -------------
> >> Good Afternoon,
> >>
> >>     I am trying to run grid_stat with grib1 data.  I would like
to run
> it
> >> with
> >> 2M temperatures, but I have not figured out how to set up the
config
> file.
> >> What I have is
> >> // Forecast and observation fields to be verified
> >> //
> >> fcst = {
> >>
> >>    field = [
> >>       {
> >>         name       = "TMP";
> >>         level      = [Z0];
> >>       }
> >>    ];
> >>
> >> }
> >>
> >> This does not work.  In my grib file I have the following:
> >> 234:22165724:d=99010200:TMP:kpds5=11:kpds6=105:kpds7=2:TR=10
> >> :P1=0:P2=24:TimeU=1:2
> >> m above gnd:24hr fcst:NAve=0.
> >>
> >> I have temperatures at 2meters,80 meters and 100meters.  I only
want the
> >> 2m
> >> temperatures.
> >>
> >> At your convenience could you please help me with the level
information
> >> for
> >> the grib1 file.
> >>
> >>  Many Thanks,
> >>   Sherrie
> >>
> >>
> >
>
>

------------------------------------------------


More information about the Met_help mailing list