[Met_help] [rt.rap.ucar.edu #99193] History for

Minna Win via RT met_help at ucar.edu
Thu Apr 22 14:40:24 MDT 2021


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

Hi Met Help

I am trying to use grid_stat on composite radar reflectivity from WRF and
trying to verify with MRMS data. If you have any suggestions as to
alternative radar data sets, please let me know that as well..

currently, I have the wrf and MRMS on the same grid and i run grid_stat ...
the configure file has 'levels="(*,*)" ' in the example configure file
included in the met tutorial package (which, in my case is in a docker
container). The example config was APCP...

here is the error

VarInfo::set_level_info_grib() - failed to parse level string '(*,*)'

I tried a few different things that I have seen in met_tutorial online...
and some things that sortof make sense for levels but I generally get the
same error.

here is the wgrib2 -V info for the wrf data

44:4441236:vt=2021031817:entire atmosphere (considered as a single layer):5
hour fcst:REFC Composite reflectivity [dB]:

    ndata=24500000:undef=24409572:mean=-19.2125:min=-20:max=0

    grid_template=0:winds(N/S):

        lat-lon grid:(7000 x 3500) units 1e-06 input WE:NS output WE:SN res
48

        lat 54.995000 to 20.005000 by 0.010000

        lon 230.004999 to 299.994999 by 0.010000 #points=24500000
here is the info for MRMS

1:0:vt=2020121017:500 m above mean sea
level:anl:MergedReflectivityQComposite Composite Reflectivity Mosaic (max
ref) [dBZ]:

    ndata=24500000:undef=0:mean=-480.259:min=-999:max=50.7

    grid_template=0:winds(N/S):

       lat-lon grid:(7000 x 3500) units 1e-06 input WE:NS output WE:SN res
48

       lat 54.995000 to 20.005001 by 0.010000

       lon 230.004999 to 299.994997 by 0.010000 #points=24500000

If you have any suggestions how to set the 'levels' variable in the config
file and anything else, please let me know.

thanks!
-- 
Scott Gregory


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

Subject: 
From: Minna Win
Time: Tue Mar 23 10:52:05 2021

Hello Scott,

I consulted with a scientist who is familiar with using Grid-stat on
MRMS
data and here is a suggestion:


   - You were using the '(*,*)' syntax and that only works on netCDF
data,
   not grb files

>From the meta data you provided, it looks like for the 500mb level,
you can
set the level=Z500

Can you try setting the level you want to the above?

Regards,
Minna
---------------
Minna Win
National Center for Atmospheric Research
Developmental Testbed Center
Phone: 303-497-8423
Fax:   303-497-8401
---------------
Pronouns: she/her


On Tue, Mar 23, 2021 at 10:04 AM Scott Gregory via RT
<met_help at ucar.edu>
wrote:

>
> Tue Mar 23 10:03:40 2021: Request 99193 was acted upon.
> Transaction: Ticket created by scott.andrew.gregory at gmail.com
>        Queue: met_help
>      Subject: (No subject given)
>        Owner: Nobody
>   Requestors: scott.andrew.gregory at gmail.com
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
>
>
> Hi Met Help
>
> I am trying to use grid_stat on composite radar reflectivity from
WRF and
> trying to verify with MRMS data. If you have any suggestions as to
> alternative radar data sets, please let me know that as well..
>
> currently, I have the wrf and MRMS on the same grid and i run
grid_stat ...
> the configure file has 'levels="(*,*)" ' in the example configure
file
> included in the met tutorial package (which, in my case is in a
docker
> container). The example config was APCP...
>
> here is the error
>
> VarInfo::set_level_info_grib() - failed to parse level string
'(*,*)'
>
> I tried a few different things that I have seen in met_tutorial
online...
> and some things that sortof make sense for levels but I generally
get the
> same error.
>
> here is the wgrib2 -V info for the wrf data
>
> 44:4441236:vt=2021031817:entire atmosphere (considered as a single
layer):5
> hour fcst:REFC Composite reflectivity [dB]:
>
>     ndata=24500000:undef=24409572:mean=-19.2125:min=-20:max=0
>
>     grid_template=0:winds(N/S):
>
>         lat-lon grid:(7000 x 3500) units 1e-06 input WE:NS output
WE:SN res
> 48
>
>         lat 54.995000 to 20.005000 by 0.010000
>
>         lon 230.004999 to 299.994999 by 0.010000 #points=24500000
> here is the info for MRMS
>
> 1:0:vt=2020121017:500 m above mean sea
> level:anl:MergedReflectivityQComposite Composite Reflectivity Mosaic
(max
> ref) [dBZ]:
>
>     ndata=24500000:undef=0:mean=-480.259:min=-999:max=50.7
>
>     grid_template=0:winds(N/S):
>
>        lat-lon grid:(7000 x 3500) units 1e-06 input WE:NS output
WE:SN res
> 48
>
>        lat 54.995000 to 20.005001 by 0.010000
>
>        lon 230.004999 to 299.994997 by 0.010000 #points=24500000
>
> If you have any suggestions how to set the 'levels' variable in the
config
> file and anything else, please let me know.
>
> thanks!
> --
> Scott Gregory
>
>

------------------------------------------------
Subject: 
From: Scott Gregory
Time: Tue Mar 23 11:19:18 2021

Thanks Minna

changed to
level      = "Z500"; and now I get past... now it says

WARNING: read_data_plane() -> REFC/Z500 not found in file:...(WRF file
name)
is there a way to force these WRF data and the MRMS data to work
together-
can I get it to ignore the level?

any help would be great!
Thanks
Scott


On Tue, Mar 23, 2021 at 10:52 AM Minna Win via RT <met_help at ucar.edu>
wrote:

> Hello Scott,
>
> I consulted with a scientist who is familiar with using Grid-stat on
MRMS
> data and here is a suggestion:
>
>
>    - You were using the '(*,*)' syntax and that only works on netCDF
data,
>    not grb files
>
> From the meta data you provided, it looks like for the 500mb level,
you can
> set the level=Z500
>
> Can you try setting the level you want to the above?
>
> Regards,
> Minna
> ---------------
> Minna Win
> National Center for Atmospheric Research
> Developmental Testbed Center
> Phone: 303-497-8423
> Fax:   303-497-8401
> ---------------
> Pronouns: she/her
>
>
> On Tue, Mar 23, 2021 at 10:04 AM Scott Gregory via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > Tue Mar 23 10:03:40 2021: Request 99193 was acted upon.
> > Transaction: Ticket created by scott.andrew.gregory at gmail.com
> >        Queue: met_help
> >      Subject: (No subject given)
> >        Owner: Nobody
> >   Requestors: scott.andrew.gregory at gmail.com
> >       Status: new
> >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
> >
> >
> > Hi Met Help
> >
> > I am trying to use grid_stat on composite radar reflectivity from
WRF and
> > trying to verify with MRMS data. If you have any suggestions as to
> > alternative radar data sets, please let me know that as well..
> >
> > currently, I have the wrf and MRMS on the same grid and i run
grid_stat
> ...
> > the configure file has 'levels="(*,*)" ' in the example configure
file
> > included in the met tutorial package (which, in my case is in a
docker
> > container). The example config was APCP...
> >
> > here is the error
> >
> > VarInfo::set_level_info_grib() - failed to parse level string
'(*,*)'
> >
> > I tried a few different things that I have seen in met_tutorial
online...
> > and some things that sortof make sense for levels but I generally
get the
> > same error.
> >
> > here is the wgrib2 -V info for the wrf data
> >
> > 44:4441236:vt=2021031817:entire atmosphere (considered as a single
> layer):5
> > hour fcst:REFC Composite reflectivity [dB]:
> >
> >     ndata=24500000:undef=24409572:mean=-19.2125:min=-20:max=0
> >
> >     grid_template=0:winds(N/S):
> >
> >         lat-lon grid:(7000 x 3500) units 1e-06 input WE:NS output
WE:SN
> res
> > 48
> >
> >         lat 54.995000 to 20.005000 by 0.010000
> >
> >         lon 230.004999 to 299.994999 by 0.010000 #points=24500000
> > here is the info for MRMS
> >
> > 1:0:vt=2020121017:500 m above mean sea
> > level:anl:MergedReflectivityQComposite Composite Reflectivity
Mosaic (max
> > ref) [dBZ]:
> >
> >     ndata=24500000:undef=0:mean=-480.259:min=-999:max=50.7
> >
> >     grid_template=0:winds(N/S):
> >
> >        lat-lon grid:(7000 x 3500) units 1e-06 input WE:NS output
WE:SN
> res
> > 48
> >
> >        lat 54.995000 to 20.005001 by 0.010000
> >
> >        lon 230.004999 to 299.994997 by 0.010000 #points=24500000
> >
> > If you have any suggestions how to set the 'levels' variable in
the
> config
> > file and anything else, please let me know.
> >
> > thanks!
> > --
> > Scott Gregory
> >
> >
>
>

--
Scott Gregory

------------------------------------------------
Subject: 
From: Scott Gregory
Time: Tue Mar 23 11:22:20 2021

Hi again, Minna

is there a list of levels variables that are allowed?

Thanks
Scott

On Tue, Mar 23, 2021 at 11:19 AM Scott Gregory <
scott.andrew.gregory at gmail.com> wrote:

> Thanks Minna
>
> changed to
> level      = "Z500"; and now I get past... now it says
>
> WARNING: read_data_plane() -> REFC/Z500 not found in file:...(WRF
file
> name)
> is there a way to force these WRF data and the MRMS data to work
together-
> can I get it to ignore the level?
>
> any help would be great!
> Thanks
> Scott
>
>
> On Tue, Mar 23, 2021 at 10:52 AM Minna Win via RT
<met_help at ucar.edu>
> wrote:
>
>> Hello Scott,
>>
>> I consulted with a scientist who is familiar with using Grid-stat
on MRMS
>> data and here is a suggestion:
>>
>>
>>    - You were using the '(*,*)' syntax and that only works on
netCDF data,
>>    not grb files
>>
>> From the meta data you provided, it looks like for the 500mb level,
you
>> can
>> set the level=Z500
>>
>> Can you try setting the level you want to the above?
>>
>> Regards,
>> Minna
>> ---------------
>> Minna Win
>> National Center for Atmospheric Research
>> Developmental Testbed Center
>> Phone: 303-497-8423
>> Fax:   303-497-8401
>> ---------------
>> Pronouns: she/her
>>
>>
>> On Tue, Mar 23, 2021 at 10:04 AM Scott Gregory via RT
<met_help at ucar.edu>
>> wrote:
>>
>> >
>> > Tue Mar 23 10:03:40 2021: Request 99193 was acted upon.
>> > Transaction: Ticket created by scott.andrew.gregory at gmail.com
>> >        Queue: met_help
>> >      Subject: (No subject given)
>> >        Owner: Nobody
>> >   Requestors: scott.andrew.gregory at gmail.com
>> >       Status: new
>> >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
>> >
>> >
>> > Hi Met Help
>> >
>> > I am trying to use grid_stat on composite radar reflectivity from
WRF
>> and
>> > trying to verify with MRMS data. If you have any suggestions as
to
>> > alternative radar data sets, please let me know that as well..
>> >
>> > currently, I have the wrf and MRMS on the same grid and i run
grid_stat
>> ...
>> > the configure file has 'levels="(*,*)" ' in the example configure
file
>> > included in the met tutorial package (which, in my case is in a
docker
>> > container). The example config was APCP...
>> >
>> > here is the error
>> >
>> > VarInfo::set_level_info_grib() - failed to parse level string
'(*,*)'
>> >
>> > I tried a few different things that I have seen in met_tutorial
>> online...
>> > and some things that sortof make sense for levels but I generally
get
>> the
>> > same error.
>> >
>> > here is the wgrib2 -V info for the wrf data
>> >
>> > 44:4441236:vt=2021031817:entire atmosphere (considered as a
single
>> layer):5
>> > hour fcst:REFC Composite reflectivity [dB]:
>> >
>> >     ndata=24500000:undef=24409572:mean=-19.2125:min=-20:max=0
>> >
>> >     grid_template=0:winds(N/S):
>> >
>> >         lat-lon grid:(7000 x 3500) units 1e-06 input WE:NS output
WE:SN
>> res
>> > 48
>> >
>> >         lat 54.995000 to 20.005000 by 0.010000
>> >
>> >         lon 230.004999 to 299.994999 by 0.010000 #points=24500000
>> > here is the info for MRMS
>> >
>> > 1:0:vt=2020121017:500 m above mean sea
>> > level:anl:MergedReflectivityQComposite Composite Reflectivity
Mosaic
>> (max
>> > ref) [dBZ]:
>> >
>> >     ndata=24500000:undef=0:mean=-480.259:min=-999:max=50.7
>> >
>> >     grid_template=0:winds(N/S):
>> >
>> >        lat-lon grid:(7000 x 3500) units 1e-06 input WE:NS output
WE:SN
>> res
>> > 48
>> >
>> >        lat 54.995000 to 20.005001 by 0.010000
>> >
>> >        lon 230.004999 to 299.994997 by 0.010000 #points=24500000
>> >
>> > If you have any suggestions how to set the 'levels' variable in
the
>> config
>> > file and anything else, please let me know.
>> >
>> > thanks!
>> > --
>> > Scott Gregory
>> >
>> >
>>
>>
>
> --
> Scott Gregory
>


--
Scott Gregory

------------------------------------------------
Subject: 
From: Minna Win
Time: Tue Mar 23 11:39:29 2021

Hi Scott,

According to the scientist, it's typical to us Pxyz for pressure
levels and
Zxyz for heights.  The "allowed" levels are bound by what is available
in
your data.  If you request a level and it doesn't exist, you'll end up
getting no results.  Is that what you were asking?

Regards,
Minna
---------------
Minna Win
National Center for Atmospheric Research
Developmental Testbed Center
Phone: 303-497-8423
Fax:   303-497-8401
---------------
Pronouns: she/her


On Tue, Mar 23, 2021 at 11:23 AM Scott Gregory via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
>
> Hi again, Minna
>
> is there a list of levels variables that are allowed?
>
> Thanks
> Scott
>
> On Tue, Mar 23, 2021 at 11:19 AM Scott Gregory <
> scott.andrew.gregory at gmail.com> wrote:
>
> > Thanks Minna
> >
> > changed to
> > level      = "Z500"; and now I get past... now it says
> >
> > WARNING: read_data_plane() -> REFC/Z500 not found in file:...(WRF
file
> > name)
> > is there a way to force these WRF data and the MRMS data to work
> together-
> > can I get it to ignore the level?
> >
> > any help would be great!
> > Thanks
> > Scott
> >
> >
> > On Tue, Mar 23, 2021 at 10:52 AM Minna Win via RT
<met_help at ucar.edu>
> > wrote:
> >
> >> Hello Scott,
> >>
> >> I consulted with a scientist who is familiar with using Grid-stat
on
> MRMS
> >> data and here is a suggestion:
> >>
> >>
> >>    - You were using the '(*,*)' syntax and that only works on
netCDF
> data,
> >>    not grb files
> >>
> >> From the meta data you provided, it looks like for the 500mb
level, you
> >> can
> >> set the level=Z500
> >>
> >> Can you try setting the level you want to the above?
> >>
> >> Regards,
> >> Minna
> >> ---------------
> >> Minna Win
> >> National Center for Atmospheric Research
> >> Developmental Testbed Center
> >> Phone: 303-497-8423
> >> Fax:   303-497-8401
> >> ---------------
> >> Pronouns: she/her
> >>
> >>
> >> On Tue, Mar 23, 2021 at 10:04 AM Scott Gregory via RT <
> met_help at ucar.edu>
> >> wrote:
> >>
> >> >
> >> > Tue Mar 23 10:03:40 2021: Request 99193 was acted upon.
> >> > Transaction: Ticket created by scott.andrew.gregory at gmail.com
> >> >        Queue: met_help
> >> >      Subject: (No subject given)
> >> >        Owner: Nobody
> >> >   Requestors: scott.andrew.gregory at gmail.com
> >> >       Status: new
> >> >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> >
> >> >
> >> >
> >> > Hi Met Help
> >> >
> >> > I am trying to use grid_stat on composite radar reflectivity
from WRF
> >> and
> >> > trying to verify with MRMS data. If you have any suggestions as
to
> >> > alternative radar data sets, please let me know that as well..
> >> >
> >> > currently, I have the wrf and MRMS on the same grid and i run
> grid_stat
> >> ...
> >> > the configure file has 'levels="(*,*)" ' in the example
configure file
> >> > included in the met tutorial package (which, in my case is in a
docker
> >> > container). The example config was APCP...
> >> >
> >> > here is the error
> >> >
> >> > VarInfo::set_level_info_grib() - failed to parse level string
'(*,*)'
> >> >
> >> > I tried a few different things that I have seen in met_tutorial
> >> online...
> >> > and some things that sortof make sense for levels but I
generally get
> >> the
> >> > same error.
> >> >
> >> > here is the wgrib2 -V info for the wrf data
> >> >
> >> > 44:4441236:vt=2021031817:entire atmosphere (considered as a
single
> >> layer):5
> >> > hour fcst:REFC Composite reflectivity [dB]:
> >> >
> >> >     ndata=24500000:undef=24409572:mean=-19.2125:min=-20:max=0
> >> >
> >> >     grid_template=0:winds(N/S):
> >> >
> >> >         lat-lon grid:(7000 x 3500) units 1e-06 input WE:NS
output
> WE:SN
> >> res
> >> > 48
> >> >
> >> >         lat 54.995000 to 20.005000 by 0.010000
> >> >
> >> >         lon 230.004999 to 299.994999 by 0.010000
#points=24500000
> >> > here is the info for MRMS
> >> >
> >> > 1:0:vt=2020121017:500 m above mean sea
> >> > level:anl:MergedReflectivityQComposite Composite Reflectivity
Mosaic
> >> (max
> >> > ref) [dBZ]:
> >> >
> >> >     ndata=24500000:undef=0:mean=-480.259:min=-999:max=50.7
> >> >
> >> >     grid_template=0:winds(N/S):
> >> >
> >> >        lat-lon grid:(7000 x 3500) units 1e-06 input WE:NS
output WE:SN
> >> res
> >> > 48
> >> >
> >> >        lat 54.995000 to 20.005001 by 0.010000
> >> >
> >> >        lon 230.004999 to 299.994997 by 0.010000
#points=24500000
> >> >
> >> > If you have any suggestions how to set the 'levels' variable in
the
> >> config
> >> > file and anything else, please let me know.
> >> >
> >> > thanks!
> >> > --
> >> > Scott Gregory
> >> >
> >> >
> >>
> >>
> >
> > --
> > Scott Gregory
> >
>
>
> --
> Scott Gregory
>
>

------------------------------------------------
Subject: 
From: Scott Gregory
Time: Tue Mar 23 11:45:00 2021

Hi Again Minna

the level in the WRF Composite reflectivity data is

entire atmosphere (considered as a single layer)

and the level in the MRMS data is

500 m above mean sea level

Is there any way to force the WRF Composite Reflectivity into a
variable
that will work?

I was asking for a list thinking I could learn better how to use
grid_stat

any help is great!
Thanks
Scott


On Tue, Mar 23, 2021 at 11:39 AM Minna Win via RT <met_help at ucar.edu>
wrote:

> Hi Scott,
>
> According to the scientist, it's typical to us Pxyz for pressure
levels and
> Zxyz for heights.  The "allowed" levels are bound by what is
available in
> your data.  If you request a level and it doesn't exist, you'll end
up
> getting no results.  Is that what you were asking?
>
> Regards,
> Minna
> ---------------
> Minna Win
> National Center for Atmospheric Research
> Developmental Testbed Center
> Phone: 303-497-8423
> Fax:   303-497-8401
> ---------------
> Pronouns: she/her
>
>
> On Tue, Mar 23, 2021 at 11:23 AM Scott Gregory via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
> >
> > Hi again, Minna
> >
> > is there a list of levels variables that are allowed?
> >
> > Thanks
> > Scott
> >
> > On Tue, Mar 23, 2021 at 11:19 AM Scott Gregory <
> > scott.andrew.gregory at gmail.com> wrote:
> >
> > > Thanks Minna
> > >
> > > changed to
> > > level      = "Z500"; and now I get past... now it says
> > >
> > > WARNING: read_data_plane() -> REFC/Z500 not found in
file:...(WRF file
> > > name)
> > > is there a way to force these WRF data and the MRMS data to work
> > together-
> > > can I get it to ignore the level?
> > >
> > > any help would be great!
> > > Thanks
> > > Scott
> > >
> > >
> > > On Tue, Mar 23, 2021 at 10:52 AM Minna Win via RT
<met_help at ucar.edu>
> > > wrote:
> > >
> > >> Hello Scott,
> > >>
> > >> I consulted with a scientist who is familiar with using Grid-
stat on
> > MRMS
> > >> data and here is a suggestion:
> > >>
> > >>
> > >>    - You were using the '(*,*)' syntax and that only works on
netCDF
> > data,
> > >>    not grb files
> > >>
> > >> From the meta data you provided, it looks like for the 500mb
level,
> you
> > >> can
> > >> set the level=Z500
> > >>
> > >> Can you try setting the level you want to the above?
> > >>
> > >> Regards,
> > >> Minna
> > >> ---------------
> > >> Minna Win
> > >> National Center for Atmospheric Research
> > >> Developmental Testbed Center
> > >> Phone: 303-497-8423
> > >> Fax:   303-497-8401
> > >> ---------------
> > >> Pronouns: she/her
> > >>
> > >>
> > >> On Tue, Mar 23, 2021 at 10:04 AM Scott Gregory via RT <
> > met_help at ucar.edu>
> > >> wrote:
> > >>
> > >> >
> > >> > Tue Mar 23 10:03:40 2021: Request 99193 was acted upon.
> > >> > Transaction: Ticket created by scott.andrew.gregory at gmail.com
> > >> >        Queue: met_help
> > >> >      Subject: (No subject given)
> > >> >        Owner: Nobody
> > >> >   Requestors: scott.andrew.gregory at gmail.com
> > >> >       Status: new
> > >> >  Ticket <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> > >
> > >> >
> > >> >
> > >> > Hi Met Help
> > >> >
> > >> > I am trying to use grid_stat on composite radar reflectivity
from
> WRF
> > >> and
> > >> > trying to verify with MRMS data. If you have any suggestions
as to
> > >> > alternative radar data sets, please let me know that as
well..
> > >> >
> > >> > currently, I have the wrf and MRMS on the same grid and i run
> > grid_stat
> > >> ...
> > >> > the configure file has 'levels="(*,*)" ' in the example
configure
> file
> > >> > included in the met tutorial package (which, in my case is in
a
> docker
> > >> > container). The example config was APCP...
> > >> >
> > >> > here is the error
> > >> >
> > >> > VarInfo::set_level_info_grib() - failed to parse level string
> '(*,*)'
> > >> >
> > >> > I tried a few different things that I have seen in
met_tutorial
> > >> online...
> > >> > and some things that sortof make sense for levels but I
generally
> get
> > >> the
> > >> > same error.
> > >> >
> > >> > here is the wgrib2 -V info for the wrf data
> > >> >
> > >> > 44:4441236:vt=2021031817:entire atmosphere (considered as a
single
> > >> layer):5
> > >> > hour fcst:REFC Composite reflectivity [dB]:
> > >> >
> > >> >     ndata=24500000:undef=24409572:mean=-19.2125:min=-20:max=0
> > >> >
> > >> >     grid_template=0:winds(N/S):
> > >> >
> > >> >         lat-lon grid:(7000 x 3500) units 1e-06 input WE:NS
output
> > WE:SN
> > >> res
> > >> > 48
> > >> >
> > >> >         lat 54.995000 to 20.005000 by 0.010000
> > >> >
> > >> >         lon 230.004999 to 299.994999 by 0.010000
#points=24500000
> > >> > here is the info for MRMS
> > >> >
> > >> > 1:0:vt=2020121017:500 m above mean sea
> > >> > level:anl:MergedReflectivityQComposite Composite Reflectivity
Mosaic
> > >> (max
> > >> > ref) [dBZ]:
> > >> >
> > >> >     ndata=24500000:undef=0:mean=-480.259:min=-999:max=50.7
> > >> >
> > >> >     grid_template=0:winds(N/S):
> > >> >
> > >> >        lat-lon grid:(7000 x 3500) units 1e-06 input WE:NS
output
> WE:SN
> > >> res
> > >> > 48
> > >> >
> > >> >        lat 54.995000 to 20.005001 by 0.010000
> > >> >
> > >> >        lon 230.004999 to 299.994997 by 0.010000
#points=24500000
> > >> >
> > >> > If you have any suggestions how to set the 'levels' variable
in the
> > >> config
> > >> > file and anything else, please let me know.
> > >> >
> > >> > thanks!
> > >> > --
> > >> > Scott Gregory
> > >> >
> > >> >
> > >>
> > >>
> > >
> > > --
> > > Scott Gregory
> > >
> >
> >
> > --
> > Scott Gregory
> >
> >
>
>

--
Scott Gregory

------------------------------------------------
Subject: 
From: Minna Win
Time: Tue Mar 23 11:54:59 2021

Hi Scott,

Let me check and see if anyone has figured out how to do this.  Thanks
for
your patience.

Regards,
Minna
---------------
Minna Win
National Center for Atmospheric Research
Developmental Testbed Center
Phone: 303-497-8423
Fax:   303-497-8401
---------------
Pronouns: she/her


On Tue, Mar 23, 2021 at 11:45 AM Scott Gregory via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
>
> Hi Again Minna
>
> the level in the WRF Composite reflectivity data is
>
> entire atmosphere (considered as a single layer)
>
> and the level in the MRMS data is
>
> 500 m above mean sea level
>
> Is there any way to force the WRF Composite Reflectivity into a
variable
> that will work?
>
> I was asking for a list thinking I could learn better how to use
grid_stat
>
> any help is great!
> Thanks
> Scott
>
>
> On Tue, Mar 23, 2021 at 11:39 AM Minna Win via RT
<met_help at ucar.edu>
> wrote:
>
> > Hi Scott,
> >
> > According to the scientist, it's typical to us Pxyz for pressure
levels
> and
> > Zxyz for heights.  The "allowed" levels are bound by what is
available in
> > your data.  If you request a level and it doesn't exist, you'll
end up
> > getting no results.  Is that what you were asking?
> >
> > Regards,
> > Minna
> > ---------------
> > Minna Win
> > National Center for Atmospheric Research
> > Developmental Testbed Center
> > Phone: 303-497-8423
> > Fax:   303-497-8401
> > ---------------
> > Pronouns: she/her
> >
> >
> > On Tue, Mar 23, 2021 at 11:23 AM Scott Gregory via RT
<met_help at ucar.edu
> >
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
> > >
> > > Hi again, Minna
> > >
> > > is there a list of levels variables that are allowed?
> > >
> > > Thanks
> > > Scott
> > >
> > > On Tue, Mar 23, 2021 at 11:19 AM Scott Gregory <
> > > scott.andrew.gregory at gmail.com> wrote:
> > >
> > > > Thanks Minna
> > > >
> > > > changed to
> > > > level      = "Z500"; and now I get past... now it says
> > > >
> > > > WARNING: read_data_plane() -> REFC/Z500 not found in
file:...(WRF
> file
> > > > name)
> > > > is there a way to force these WRF data and the MRMS data to
work
> > > together-
> > > > can I get it to ignore the level?
> > > >
> > > > any help would be great!
> > > > Thanks
> > > > Scott
> > > >
> > > >
> > > > On Tue, Mar 23, 2021 at 10:52 AM Minna Win via RT
<met_help at ucar.edu
> >
> > > > wrote:
> > > >
> > > >> Hello Scott,
> > > >>
> > > >> I consulted with a scientist who is familiar with using Grid-
stat on
> > > MRMS
> > > >> data and here is a suggestion:
> > > >>
> > > >>
> > > >>    - You were using the '(*,*)' syntax and that only works on
netCDF
> > > data,
> > > >>    not grb files
> > > >>
> > > >> From the meta data you provided, it looks like for the 500mb
level,
> > you
> > > >> can
> > > >> set the level=Z500
> > > >>
> > > >> Can you try setting the level you want to the above?
> > > >>
> > > >> Regards,
> > > >> Minna
> > > >> ---------------
> > > >> Minna Win
> > > >> National Center for Atmospheric Research
> > > >> Developmental Testbed Center
> > > >> Phone: 303-497-8423
> > > >> Fax:   303-497-8401
> > > >> ---------------
> > > >> Pronouns: she/her
> > > >>
> > > >>
> > > >> On Tue, Mar 23, 2021 at 10:04 AM Scott Gregory via RT <
> > > met_help at ucar.edu>
> > > >> wrote:
> > > >>
> > > >> >
> > > >> > Tue Mar 23 10:03:40 2021: Request 99193 was acted upon.
> > > >> > Transaction: Ticket created by
scott.andrew.gregory at gmail.com
> > > >> >        Queue: met_help
> > > >> >      Subject: (No subject given)
> > > >> >        Owner: Nobody
> > > >> >   Requestors: scott.andrew.gregory at gmail.com
> > > >> >       Status: new
> > > >> >  Ticket <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> > > >
> > > >> >
> > > >> >
> > > >> > Hi Met Help
> > > >> >
> > > >> > I am trying to use grid_stat on composite radar
reflectivity from
> > WRF
> > > >> and
> > > >> > trying to verify with MRMS data. If you have any
suggestions as to
> > > >> > alternative radar data sets, please let me know that as
well..
> > > >> >
> > > >> > currently, I have the wrf and MRMS on the same grid and i
run
> > > grid_stat
> > > >> ...
> > > >> > the configure file has 'levels="(*,*)" ' in the example
configure
> > file
> > > >> > included in the met tutorial package (which, in my case is
in a
> > docker
> > > >> > container). The example config was APCP...
> > > >> >
> > > >> > here is the error
> > > >> >
> > > >> > VarInfo::set_level_info_grib() - failed to parse level
string
> > '(*,*)'
> > > >> >
> > > >> > I tried a few different things that I have seen in
met_tutorial
> > > >> online...
> > > >> > and some things that sortof make sense for levels but I
generally
> > get
> > > >> the
> > > >> > same error.
> > > >> >
> > > >> > here is the wgrib2 -V info for the wrf data
> > > >> >
> > > >> > 44:4441236:vt=2021031817:entire atmosphere (considered as a
single
> > > >> layer):5
> > > >> > hour fcst:REFC Composite reflectivity [dB]:
> > > >> >
> > > >> >     ndata=24500000:undef=24409572:mean=-19.2125:min=-
20:max=0
> > > >> >
> > > >> >     grid_template=0:winds(N/S):
> > > >> >
> > > >> >         lat-lon grid:(7000 x 3500) units 1e-06 input WE:NS
output
> > > WE:SN
> > > >> res
> > > >> > 48
> > > >> >
> > > >> >         lat 54.995000 to 20.005000 by 0.010000
> > > >> >
> > > >> >         lon 230.004999 to 299.994999 by 0.010000
#points=24500000
> > > >> > here is the info for MRMS
> > > >> >
> > > >> > 1:0:vt=2020121017:500 m above mean sea
> > > >> > level:anl:MergedReflectivityQComposite Composite
Reflectivity
> Mosaic
> > > >> (max
> > > >> > ref) [dBZ]:
> > > >> >
> > > >> >     ndata=24500000:undef=0:mean=-480.259:min=-999:max=50.7
> > > >> >
> > > >> >     grid_template=0:winds(N/S):
> > > >> >
> > > >> >        lat-lon grid:(7000 x 3500) units 1e-06 input WE:NS
output
> > WE:SN
> > > >> res
> > > >> > 48
> > > >> >
> > > >> >        lat 54.995000 to 20.005001 by 0.010000
> > > >> >
> > > >> >        lon 230.004999 to 299.994997 by 0.010000
#points=24500000
> > > >> >
> > > >> > If you have any suggestions how to set the 'levels'
variable in
> the
> > > >> config
> > > >> > file and anything else, please let me know.
> > > >> >
> > > >> > thanks!
> > > >> > --
> > > >> > Scott Gregory
> > > >> >
> > > >> >
> > > >>
> > > >>
> > > >
> > > > --
> > > > Scott Gregory
> > > >
> > >
> > >
> > > --
> > > Scott Gregory
> > >
> > >
> >
> >
>
> --
> Scott Gregory
>
>

------------------------------------------------
Subject: 
From: Minna Win
Time: Tue Mar 23 12:05:37 2021

Hi Scott,

One of our scientists suggests setting the level to 'L0' for WRF
(fcsts=
{level = 'L0', etc}) and for MRMS, ie obs = {...} dictionary in the
config
file, set that level to P500 and see if that works.  Can you try that
and
see if that works?

Regards,
Minna
---------------
Minna Win
National Center for Atmospheric Research
Developmental Testbed Center
Phone: 303-497-8423
Fax:   303-497-8401
---------------
Pronouns: she/her


On Tue, Mar 23, 2021 at 11:54 AM Minna Win-Gildenmeister
<minnawin at ucar.edu>
wrote:

> Hi Scott,
>
> Let me check and see if anyone has figured out how to do this.
Thanks for
> your patience.
>
> Regards,
> Minna
> ---------------
> Minna Win
> National Center for Atmospheric Research
> Developmental Testbed Center
> Phone: 303-497-8423
> Fax:   303-497-8401
> ---------------
> Pronouns: she/her
>
>
> On Tue, Mar 23, 2021 at 11:45 AM Scott Gregory via RT
<met_help at ucar.edu>
> wrote:
>
>>
>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
>>
>> Hi Again Minna
>>
>> the level in the WRF Composite reflectivity data is
>>
>> entire atmosphere (considered as a single layer)
>>
>> and the level in the MRMS data is
>>
>> 500 m above mean sea level
>>
>> Is there any way to force the WRF Composite Reflectivity into a
variable
>> that will work?
>>
>> I was asking for a list thinking I could learn better how to use
grid_stat
>>
>> any help is great!
>> Thanks
>> Scott
>>
>>
>> On Tue, Mar 23, 2021 at 11:39 AM Minna Win via RT
<met_help at ucar.edu>
>> wrote:
>>
>> > Hi Scott,
>> >
>> > According to the scientist, it's typical to us Pxyz for pressure
levels
>> and
>> > Zxyz for heights.  The "allowed" levels are bound by what is
available
>> in
>> > your data.  If you request a level and it doesn't exist, you'll
end up
>> > getting no results.  Is that what you were asking?
>> >
>> > Regards,
>> > Minna
>> > ---------------
>> > Minna Win
>> > National Center for Atmospheric Research
>> > Developmental Testbed Center
>> > Phone: 303-497-8423
>> > Fax:   303-497-8401
>> > ---------------
>> > Pronouns: she/her
>> >
>> >
>> > On Tue, Mar 23, 2021 at 11:23 AM Scott Gregory via RT <
>> met_help at ucar.edu>
>> > wrote:
>> >
>> > >
>> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
>> > >
>> > > Hi again, Minna
>> > >
>> > > is there a list of levels variables that are allowed?
>> > >
>> > > Thanks
>> > > Scott
>> > >
>> > > On Tue, Mar 23, 2021 at 11:19 AM Scott Gregory <
>> > > scott.andrew.gregory at gmail.com> wrote:
>> > >
>> > > > Thanks Minna
>> > > >
>> > > > changed to
>> > > > level      = "Z500"; and now I get past... now it says
>> > > >
>> > > > WARNING: read_data_plane() -> REFC/Z500 not found in
file:...(WRF
>> file
>> > > > name)
>> > > > is there a way to force these WRF data and the MRMS data to
work
>> > > together-
>> > > > can I get it to ignore the level?
>> > > >
>> > > > any help would be great!
>> > > > Thanks
>> > > > Scott
>> > > >
>> > > >
>> > > > On Tue, Mar 23, 2021 at 10:52 AM Minna Win via RT <
>> met_help at ucar.edu>
>> > > > wrote:
>> > > >
>> > > >> Hello Scott,
>> > > >>
>> > > >> I consulted with a scientist who is familiar with using
Grid-stat
>> on
>> > > MRMS
>> > > >> data and here is a suggestion:
>> > > >>
>> > > >>
>> > > >>    - You were using the '(*,*)' syntax and that only works
on
>> netCDF
>> > > data,
>> > > >>    not grb files
>> > > >>
>> > > >> From the meta data you provided, it looks like for the 500mb
level,
>> > you
>> > > >> can
>> > > >> set the level=Z500
>> > > >>
>> > > >> Can you try setting the level you want to the above?
>> > > >>
>> > > >> Regards,
>> > > >> Minna
>> > > >> ---------------
>> > > >> Minna Win
>> > > >> National Center for Atmospheric Research
>> > > >> Developmental Testbed Center
>> > > >> Phone: 303-497-8423
>> > > >> Fax:   303-497-8401
>> > > >> ---------------
>> > > >> Pronouns: she/her
>> > > >>
>> > > >>
>> > > >> On Tue, Mar 23, 2021 at 10:04 AM Scott Gregory via RT <
>> > > met_help at ucar.edu>
>> > > >> wrote:
>> > > >>
>> > > >> >
>> > > >> > Tue Mar 23 10:03:40 2021: Request 99193 was acted upon.
>> > > >> > Transaction: Ticket created by
scott.andrew.gregory at gmail.com
>> > > >> >        Queue: met_help
>> > > >> >      Subject: (No subject given)
>> > > >> >        Owner: Nobody
>> > > >> >   Requestors: scott.andrew.gregory at gmail.com
>> > > >> >       Status: new
>> > > >> >  Ticket <URL:
>> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
>> > > >
>> > > >> >
>> > > >> >
>> > > >> > Hi Met Help
>> > > >> >
>> > > >> > I am trying to use grid_stat on composite radar
reflectivity from
>> > WRF
>> > > >> and
>> > > >> > trying to verify with MRMS data. If you have any
suggestions as
>> to
>> > > >> > alternative radar data sets, please let me know that as
well..
>> > > >> >
>> > > >> > currently, I have the wrf and MRMS on the same grid and i
run
>> > > grid_stat
>> > > >> ...
>> > > >> > the configure file has 'levels="(*,*)" ' in the example
configure
>> > file
>> > > >> > included in the met tutorial package (which, in my case is
in a
>> > docker
>> > > >> > container). The example config was APCP...
>> > > >> >
>> > > >> > here is the error
>> > > >> >
>> > > >> > VarInfo::set_level_info_grib() - failed to parse level
string
>> > '(*,*)'
>> > > >> >
>> > > >> > I tried a few different things that I have seen in
met_tutorial
>> > > >> online...
>> > > >> > and some things that sortof make sense for levels but I
generally
>> > get
>> > > >> the
>> > > >> > same error.
>> > > >> >
>> > > >> > here is the wgrib2 -V info for the wrf data
>> > > >> >
>> > > >> > 44:4441236:vt=2021031817:entire atmosphere (considered as
a
>> single
>> > > >> layer):5
>> > > >> > hour fcst:REFC Composite reflectivity [dB]:
>> > > >> >
>> > > >> >     ndata=24500000:undef=24409572:mean=-19.2125:min=-
20:max=0
>> > > >> >
>> > > >> >     grid_template=0:winds(N/S):
>> > > >> >
>> > > >> >         lat-lon grid:(7000 x 3500) units 1e-06 input WE:NS
output
>> > > WE:SN
>> > > >> res
>> > > >> > 48
>> > > >> >
>> > > >> >         lat 54.995000 to 20.005000 by 0.010000
>> > > >> >
>> > > >> >         lon 230.004999 to 299.994999 by 0.010000
#points=24500000
>> > > >> > here is the info for MRMS
>> > > >> >
>> > > >> > 1:0:vt=2020121017:500 m above mean sea
>> > > >> > level:anl:MergedReflectivityQComposite Composite
Reflectivity
>> Mosaic
>> > > >> (max
>> > > >> > ref) [dBZ]:
>> > > >> >
>> > > >> >     ndata=24500000:undef=0:mean=-480.259:min=-999:max=50.7
>> > > >> >
>> > > >> >     grid_template=0:winds(N/S):
>> > > >> >
>> > > >> >        lat-lon grid:(7000 x 3500) units 1e-06 input WE:NS
output
>> > WE:SN
>> > > >> res
>> > > >> > 48
>> > > >> >
>> > > >> >        lat 54.995000 to 20.005001 by 0.010000
>> > > >> >
>> > > >> >        lon 230.004999 to 299.994997 by 0.010000
#points=24500000
>> > > >> >
>> > > >> > If you have any suggestions how to set the 'levels'
variable in
>> the
>> > > >> config
>> > > >> > file and anything else, please let me know.
>> > > >> >
>> > > >> > thanks!
>> > > >> > --
>> > > >> > Scott Gregory
>> > > >> >
>> > > >> >
>> > > >>
>> > > >>
>> > > >
>> > > > --
>> > > > Scott Gregory
>> > > >
>> > >
>> > >
>> > > --
>> > > Scott Gregory
>> > >
>> > >
>> >
>> >
>>
>> --
>> Scott Gregory
>>
>>

------------------------------------------------
Subject: 
From: Scott Gregory
Time: Tue Mar 23 12:28:34 2021

Those suggestions seem to satisfy the 'levels' but the program ends
with 'Killed.... I dont know what killed it.. any ideas?

DEBUG 1: Default Config File:
/usr/local/share/met/config/GridStatConfig_default

DEBUG 1: User Config File: CONFIG

GSL_RNG_TYPE=mt19937

GSL_RNG_SEED=1496472160

DEBUG 1: Forecast File:
tutorial/MET_Tutorial/input/regridWRFPRS_d01.05

DEBUG 1: Observation File:
tutorial/MET_Tutorial/input/MRMS_MergedReflectivityQComposite_00.50_20201210-
170041.grib2

Killed

thanks
Scott

On Tue, Mar 23, 2021 at 12:05 PM Minna Win via RT <met_help at ucar.edu>
wrote:

> Hi Scott,
>
> One of our scientists suggests setting the level to 'L0' for WRF
(fcsts=
> {level = 'L0', etc}) and for MRMS, ie obs = {...} dictionary in the
config
> file, set that level to P500 and see if that works.  Can you try
that and
> see if that works?
>
> Regards,
> Minna
> ---------------
> Minna Win
> National Center for Atmospheric Research
> Developmental Testbed Center
> Phone: 303-497-8423
> Fax:   303-497-8401
> ---------------
> Pronouns: she/her
>
>
> On Tue, Mar 23, 2021 at 11:54 AM Minna Win-Gildenmeister <
> minnawin at ucar.edu>
> wrote:
>
> > Hi Scott,
> >
> > Let me check and see if anyone has figured out how to do this.
Thanks
> for
> > your patience.
> >
> > Regards,
> > Minna
> > ---------------
> > Minna Win
> > National Center for Atmospheric Research
> > Developmental Testbed Center
> > Phone: 303-497-8423
> > Fax:   303-497-8401
> > ---------------
> > Pronouns: she/her
> >
> >
> > On Tue, Mar 23, 2021 at 11:45 AM Scott Gregory via RT
<met_help at ucar.edu
> >
> > wrote:
> >
> >>
> >> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
> >>
> >> Hi Again Minna
> >>
> >> the level in the WRF Composite reflectivity data is
> >>
> >> entire atmosphere (considered as a single layer)
> >>
> >> and the level in the MRMS data is
> >>
> >> 500 m above mean sea level
> >>
> >> Is there any way to force the WRF Composite Reflectivity into a
variable
> >> that will work?
> >>
> >> I was asking for a list thinking I could learn better how to use
> grid_stat
> >>
> >> any help is great!
> >> Thanks
> >> Scott
> >>
> >>
> >> On Tue, Mar 23, 2021 at 11:39 AM Minna Win via RT
<met_help at ucar.edu>
> >> wrote:
> >>
> >> > Hi Scott,
> >> >
> >> > According to the scientist, it's typical to us Pxyz for
pressure
> levels
> >> and
> >> > Zxyz for heights.  The "allowed" levels are bound by what is
available
> >> in
> >> > your data.  If you request a level and it doesn't exist, you'll
end up
> >> > getting no results.  Is that what you were asking?
> >> >
> >> > Regards,
> >> > Minna
> >> > ---------------
> >> > Minna Win
> >> > National Center for Atmospheric Research
> >> > Developmental Testbed Center
> >> > Phone: 303-497-8423
> >> > Fax:   303-497-8401
> >> > ---------------
> >> > Pronouns: she/her
> >> >
> >> >
> >> > On Tue, Mar 23, 2021 at 11:23 AM Scott Gregory via RT <
> >> met_help at ucar.edu>
> >> > wrote:
> >> >
> >> > >
> >> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
>
> >> > >
> >> > > Hi again, Minna
> >> > >
> >> > > is there a list of levels variables that are allowed?
> >> > >
> >> > > Thanks
> >> > > Scott
> >> > >
> >> > > On Tue, Mar 23, 2021 at 11:19 AM Scott Gregory <
> >> > > scott.andrew.gregory at gmail.com> wrote:
> >> > >
> >> > > > Thanks Minna
> >> > > >
> >> > > > changed to
> >> > > > level      = "Z500"; and now I get past... now it says
> >> > > >
> >> > > > WARNING: read_data_plane() -> REFC/Z500 not found in
file:...(WRF
> >> file
> >> > > > name)
> >> > > > is there a way to force these WRF data and the MRMS data to
work
> >> > > together-
> >> > > > can I get it to ignore the level?
> >> > > >
> >> > > > any help would be great!
> >> > > > Thanks
> >> > > > Scott
> >> > > >
> >> > > >
> >> > > > On Tue, Mar 23, 2021 at 10:52 AM Minna Win via RT <
> >> met_help at ucar.edu>
> >> > > > wrote:
> >> > > >
> >> > > >> Hello Scott,
> >> > > >>
> >> > > >> I consulted with a scientist who is familiar with using
Grid-stat
> >> on
> >> > > MRMS
> >> > > >> data and here is a suggestion:
> >> > > >>
> >> > > >>
> >> > > >>    - You were using the '(*,*)' syntax and that only works
on
> >> netCDF
> >> > > data,
> >> > > >>    not grb files
> >> > > >>
> >> > > >> From the meta data you provided, it looks like for the
500mb
> level,
> >> > you
> >> > > >> can
> >> > > >> set the level=Z500
> >> > > >>
> >> > > >> Can you try setting the level you want to the above?
> >> > > >>
> >> > > >> Regards,
> >> > > >> Minna
> >> > > >> ---------------
> >> > > >> Minna Win
> >> > > >> National Center for Atmospheric Research
> >> > > >> Developmental Testbed Center
> >> > > >> Phone: 303-497-8423
> >> > > >> Fax:   303-497-8401
> >> > > >> ---------------
> >> > > >> Pronouns: she/her
> >> > > >>
> >> > > >>
> >> > > >> On Tue, Mar 23, 2021 at 10:04 AM Scott Gregory via RT <
> >> > > met_help at ucar.edu>
> >> > > >> wrote:
> >> > > >>
> >> > > >> >
> >> > > >> > Tue Mar 23 10:03:40 2021: Request 99193 was acted upon.
> >> > > >> > Transaction: Ticket created by
scott.andrew.gregory at gmail.com
> >> > > >> >        Queue: met_help
> >> > > >> >      Subject: (No subject given)
> >> > > >> >        Owner: Nobody
> >> > > >> >   Requestors: scott.andrew.gregory at gmail.com
> >> > > >> >       Status: new
> >> > > >> >  Ticket <URL:
> >> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> >> > > >
> >> > > >> >
> >> > > >> >
> >> > > >> > Hi Met Help
> >> > > >> >
> >> > > >> > I am trying to use grid_stat on composite radar
reflectivity
> from
> >> > WRF
> >> > > >> and
> >> > > >> > trying to verify with MRMS data. If you have any
suggestions as
> >> to
> >> > > >> > alternative radar data sets, please let me know that as
well..
> >> > > >> >
> >> > > >> > currently, I have the wrf and MRMS on the same grid and
i run
> >> > > grid_stat
> >> > > >> ...
> >> > > >> > the configure file has 'levels="(*,*)" ' in the example
> configure
> >> > file
> >> > > >> > included in the met tutorial package (which, in my case
is in a
> >> > docker
> >> > > >> > container). The example config was APCP...
> >> > > >> >
> >> > > >> > here is the error
> >> > > >> >
> >> > > >> > VarInfo::set_level_info_grib() - failed to parse level
string
> >> > '(*,*)'
> >> > > >> >
> >> > > >> > I tried a few different things that I have seen in
met_tutorial
> >> > > >> online...
> >> > > >> > and some things that sortof make sense for levels but I
> generally
> >> > get
> >> > > >> the
> >> > > >> > same error.
> >> > > >> >
> >> > > >> > here is the wgrib2 -V info for the wrf data
> >> > > >> >
> >> > > >> > 44:4441236:vt=2021031817:entire atmosphere (considered
as a
> >> single
> >> > > >> layer):5
> >> > > >> > hour fcst:REFC Composite reflectivity [dB]:
> >> > > >> >
> >> > > >> >     ndata=24500000:undef=24409572:mean=-19.2125:min=-
20:max=0
> >> > > >> >
> >> > > >> >     grid_template=0:winds(N/S):
> >> > > >> >
> >> > > >> >         lat-lon grid:(7000 x 3500) units 1e-06 input
WE:NS
> output
> >> > > WE:SN
> >> > > >> res
> >> > > >> > 48
> >> > > >> >
> >> > > >> >         lat 54.995000 to 20.005000 by 0.010000
> >> > > >> >
> >> > > >> >         lon 230.004999 to 299.994999 by 0.010000
> #points=24500000
> >> > > >> > here is the info for MRMS
> >> > > >> >
> >> > > >> > 1:0:vt=2020121017:500 m above mean sea
> >> > > >> > level:anl:MergedReflectivityQComposite Composite
Reflectivity
> >> Mosaic
> >> > > >> (max
> >> > > >> > ref) [dBZ]:
> >> > > >> >
> >> > > >> >     ndata=24500000:undef=0:mean=-480.259:min=-
999:max=50.7
> >> > > >> >
> >> > > >> >     grid_template=0:winds(N/S):
> >> > > >> >
> >> > > >> >        lat-lon grid:(7000 x 3500) units 1e-06 input
WE:NS
> output
> >> > WE:SN
> >> > > >> res
> >> > > >> > 48
> >> > > >> >
> >> > > >> >        lat 54.995000 to 20.005001 by 0.010000
> >> > > >> >
> >> > > >> >        lon 230.004999 to 299.994997 by 0.010000
> #points=24500000
> >> > > >> >
> >> > > >> > If you have any suggestions how to set the 'levels'
variable in
> >> the
> >> > > >> config
> >> > > >> > file and anything else, please let me know.
> >> > > >> >
> >> > > >> > thanks!
> >> > > >> > --
> >> > > >> > Scott Gregory
> >> > > >> >
> >> > > >> >
> >> > > >>
> >> > > >>
> >> > > >
> >> > > > --
> >> > > > Scott Gregory
> >> > > >
> >> > >
> >> > >
> >> > > --
> >> > > Scott Gregory
> >> > >
> >> > >
> >> >
> >> >
> >>
> >> --
> >> Scott Gregory
> >>
> >>
>
>

--
Scott Gregory

------------------------------------------------
Subject: 
From: Minna Win
Time: Tue Mar 23 13:21:03 2021

Hi Scott,

Can you please increase your log level to 5 ( ie run from the command
line
with '-v 5' )  and send your log file?

Thanks,
Minna
---------------
Minna Win
National Center for Atmospheric Research
Developmental Testbed Center
Phone: 303-497-8423
Fax:   303-497-8401
---------------
Pronouns: she/her


On Tue, Mar 23, 2021 at 12:28 PM Scott Gregory via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
>
> Those suggestions seem to satisfy the 'levels' but the program ends
> with 'Killed.... I dont know what killed it.. any ideas?
>
> DEBUG 1: Default Config File:
> /usr/local/share/met/config/GridStatConfig_default
>
> DEBUG 1: User Config File: CONFIG
>
> GSL_RNG_TYPE=mt19937
>
> GSL_RNG_SEED=1496472160
>
> DEBUG 1: Forecast File:
tutorial/MET_Tutorial/input/regridWRFPRS_d01.05
>
> DEBUG 1: Observation File:
>
>
tutorial/MET_Tutorial/input/MRMS_MergedReflectivityQComposite_00.50_20201210-
170041.grib2
>
> Killed
>
> thanks
> Scott
>
> On Tue, Mar 23, 2021 at 12:05 PM Minna Win via RT
<met_help at ucar.edu>
> wrote:
>
> > Hi Scott,
> >
> > One of our scientists suggests setting the level to 'L0' for WRF
(fcsts=
> > {level = 'L0', etc}) and for MRMS, ie obs = {...} dictionary in
the
> config
> > file, set that level to P500 and see if that works.  Can you try
that and
> > see if that works?
> >
> > Regards,
> > Minna
> > ---------------
> > Minna Win
> > National Center for Atmospheric Research
> > Developmental Testbed Center
> > Phone: 303-497-8423
> > Fax:   303-497-8401
> > ---------------
> > Pronouns: she/her
> >
> >
> > On Tue, Mar 23, 2021 at 11:54 AM Minna Win-Gildenmeister <
> > minnawin at ucar.edu>
> > wrote:
> >
> > > Hi Scott,
> > >
> > > Let me check and see if anyone has figured out how to do this.
Thanks
> > for
> > > your patience.
> > >
> > > Regards,
> > > Minna
> > > ---------------
> > > Minna Win
> > > National Center for Atmospheric Research
> > > Developmental Testbed Center
> > > Phone: 303-497-8423
> > > Fax:   303-497-8401
> > > ---------------
> > > Pronouns: she/her
> > >
> > >
> > > On Tue, Mar 23, 2021 at 11:45 AM Scott Gregory via RT <
> met_help at ucar.edu
> > >
> > > wrote:
> > >
> > >>
> > >> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
> > >>
> > >> Hi Again Minna
> > >>
> > >> the level in the WRF Composite reflectivity data is
> > >>
> > >> entire atmosphere (considered as a single layer)
> > >>
> > >> and the level in the MRMS data is
> > >>
> > >> 500 m above mean sea level
> > >>
> > >> Is there any way to force the WRF Composite Reflectivity into a
> variable
> > >> that will work?
> > >>
> > >> I was asking for a list thinking I could learn better how to
use
> > grid_stat
> > >>
> > >> any help is great!
> > >> Thanks
> > >> Scott
> > >>
> > >>
> > >> On Tue, Mar 23, 2021 at 11:39 AM Minna Win via RT
<met_help at ucar.edu>
> > >> wrote:
> > >>
> > >> > Hi Scott,
> > >> >
> > >> > According to the scientist, it's typical to us Pxyz for
pressure
> > levels
> > >> and
> > >> > Zxyz for heights.  The "allowed" levels are bound by what is
> available
> > >> in
> > >> > your data.  If you request a level and it doesn't exist,
you'll end
> up
> > >> > getting no results.  Is that what you were asking?
> > >> >
> > >> > Regards,
> > >> > Minna
> > >> > ---------------
> > >> > Minna Win
> > >> > National Center for Atmospheric Research
> > >> > Developmental Testbed Center
> > >> > Phone: 303-497-8423
> > >> > Fax:   303-497-8401
> > >> > ---------------
> > >> > Pronouns: she/her
> > >> >
> > >> >
> > >> > On Tue, Mar 23, 2021 at 11:23 AM Scott Gregory via RT <
> > >> met_help at ucar.edu>
> > >> > wrote:
> > >> >
> > >> > >
> > >> > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
> > >> > >
> > >> > > Hi again, Minna
> > >> > >
> > >> > > is there a list of levels variables that are allowed?
> > >> > >
> > >> > > Thanks
> > >> > > Scott
> > >> > >
> > >> > > On Tue, Mar 23, 2021 at 11:19 AM Scott Gregory <
> > >> > > scott.andrew.gregory at gmail.com> wrote:
> > >> > >
> > >> > > > Thanks Minna
> > >> > > >
> > >> > > > changed to
> > >> > > > level      = "Z500"; and now I get past... now it says
> > >> > > >
> > >> > > > WARNING: read_data_plane() -> REFC/Z500 not found in
> file:...(WRF
> > >> file
> > >> > > > name)
> > >> > > > is there a way to force these WRF data and the MRMS data
to work
> > >> > > together-
> > >> > > > can I get it to ignore the level?
> > >> > > >
> > >> > > > any help would be great!
> > >> > > > Thanks
> > >> > > > Scott
> > >> > > >
> > >> > > >
> > >> > > > On Tue, Mar 23, 2021 at 10:52 AM Minna Win via RT <
> > >> met_help at ucar.edu>
> > >> > > > wrote:
> > >> > > >
> > >> > > >> Hello Scott,
> > >> > > >>
> > >> > > >> I consulted with a scientist who is familiar with using
> Grid-stat
> > >> on
> > >> > > MRMS
> > >> > > >> data and here is a suggestion:
> > >> > > >>
> > >> > > >>
> > >> > > >>    - You were using the '(*,*)' syntax and that only
works on
> > >> netCDF
> > >> > > data,
> > >> > > >>    not grb files
> > >> > > >>
> > >> > > >> From the meta data you provided, it looks like for the
500mb
> > level,
> > >> > you
> > >> > > >> can
> > >> > > >> set the level=Z500
> > >> > > >>
> > >> > > >> Can you try setting the level you want to the above?
> > >> > > >>
> > >> > > >> Regards,
> > >> > > >> Minna
> > >> > > >> ---------------
> > >> > > >> Minna Win
> > >> > > >> National Center for Atmospheric Research
> > >> > > >> Developmental Testbed Center
> > >> > > >> Phone: 303-497-8423
> > >> > > >> Fax:   303-497-8401
> > >> > > >> ---------------
> > >> > > >> Pronouns: she/her
> > >> > > >>
> > >> > > >>
> > >> > > >> On Tue, Mar 23, 2021 at 10:04 AM Scott Gregory via RT <
> > >> > > met_help at ucar.edu>
> > >> > > >> wrote:
> > >> > > >>
> > >> > > >> >
> > >> > > >> > Tue Mar 23 10:03:40 2021: Request 99193 was acted
upon.
> > >> > > >> > Transaction: Ticket created by
> scott.andrew.gregory at gmail.com
> > >> > > >> >        Queue: met_help
> > >> > > >> >      Subject: (No subject given)
> > >> > > >> >        Owner: Nobody
> > >> > > >> >   Requestors: scott.andrew.gregory at gmail.com
> > >> > > >> >       Status: new
> > >> > > >> >  Ticket <URL:
> > >> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> > >> > > >
> > >> > > >> >
> > >> > > >> >
> > >> > > >> > Hi Met Help
> > >> > > >> >
> > >> > > >> > I am trying to use grid_stat on composite radar
reflectivity
> > from
> > >> > WRF
> > >> > > >> and
> > >> > > >> > trying to verify with MRMS data. If you have any
suggestions
> as
> > >> to
> > >> > > >> > alternative radar data sets, please let me know that
as
> well..
> > >> > > >> >
> > >> > > >> > currently, I have the wrf and MRMS on the same grid
and i run
> > >> > > grid_stat
> > >> > > >> ...
> > >> > > >> > the configure file has 'levels="(*,*)" ' in the
example
> > configure
> > >> > file
> > >> > > >> > included in the met tutorial package (which, in my
case is
> in a
> > >> > docker
> > >> > > >> > container). The example config was APCP...
> > >> > > >> >
> > >> > > >> > here is the error
> > >> > > >> >
> > >> > > >> > VarInfo::set_level_info_grib() - failed to parse level
string
> > >> > '(*,*)'
> > >> > > >> >
> > >> > > >> > I tried a few different things that I have seen in
> met_tutorial
> > >> > > >> online...
> > >> > > >> > and some things that sortof make sense for levels but
I
> > generally
> > >> > get
> > >> > > >> the
> > >> > > >> > same error.
> > >> > > >> >
> > >> > > >> > here is the wgrib2 -V info for the wrf data
> > >> > > >> >
> > >> > > >> > 44:4441236:vt=2021031817:entire atmosphere (considered
as a
> > >> single
> > >> > > >> layer):5
> > >> > > >> > hour fcst:REFC Composite reflectivity [dB]:
> > >> > > >> >
> > >> > > >> >     ndata=24500000:undef=24409572:mean=-19.2125:min=-
20:max=0
> > >> > > >> >
> > >> > > >> >     grid_template=0:winds(N/S):
> > >> > > >> >
> > >> > > >> >         lat-lon grid:(7000 x 3500) units 1e-06 input
WE:NS
> > output
> > >> > > WE:SN
> > >> > > >> res
> > >> > > >> > 48
> > >> > > >> >
> > >> > > >> >         lat 54.995000 to 20.005000 by 0.010000
> > >> > > >> >
> > >> > > >> >         lon 230.004999 to 299.994999 by 0.010000
> > #points=24500000
> > >> > > >> > here is the info for MRMS
> > >> > > >> >
> > >> > > >> > 1:0:vt=2020121017:500 m above mean sea
> > >> > > >> > level:anl:MergedReflectivityQComposite Composite
Reflectivity
> > >> Mosaic
> > >> > > >> (max
> > >> > > >> > ref) [dBZ]:
> > >> > > >> >
> > >> > > >> >     ndata=24500000:undef=0:mean=-480.259:min=-
999:max=50.7
> > >> > > >> >
> > >> > > >> >     grid_template=0:winds(N/S):
> > >> > > >> >
> > >> > > >> >        lat-lon grid:(7000 x 3500) units 1e-06 input
WE:NS
> > output
> > >> > WE:SN
> > >> > > >> res
> > >> > > >> > 48
> > >> > > >> >
> > >> > > >> >        lat 54.995000 to 20.005001 by 0.010000
> > >> > > >> >
> > >> > > >> >        lon 230.004999 to 299.994997 by 0.010000
> > #points=24500000
> > >> > > >> >
> > >> > > >> > If you have any suggestions how to set the 'levels'
variable
> in
> > >> the
> > >> > > >> config
> > >> > > >> > file and anything else, please let me know.
> > >> > > >> >
> > >> > > >> > thanks!
> > >> > > >> > --
> > >> > > >> > Scott Gregory
> > >> > > >> >
> > >> > > >> >
> > >> > > >>
> > >> > > >>
> > >> > > >
> > >> > > > --
> > >> > > > Scott Gregory
> > >> > > >
> > >> > >
> > >> > >
> > >> > > --
> > >> > > Scott Gregory
> > >> > >
> > >> > >
> > >> >
> > >> >
> > >>
> > >> --
> > >> Scott Gregory
> > >>
> > >>
> >
> >
>
> --
> Scott Gregory
>
>

------------------------------------------------
Subject: 
From: Scott Gregory
Time: Tue Mar 23 13:26:04 2021

It got a lot further with the -v 5!... see attached logfile

Thanks
Scott


On Tue, Mar 23, 2021 at 1:21 PM Minna Win via RT <met_help at ucar.edu>
wrote:

> Hi Scott,
>
> Can you please increase your log level to 5 ( ie run from the
command line
> with '-v 5' )  and send your log file?
>
> Thanks,
> Minna
> ---------------
> Minna Win
> National Center for Atmospheric Research
> Developmental Testbed Center
> Phone: 303-497-8423
> Fax:   303-497-8401
> ---------------
> Pronouns: she/her
>
>
> On Tue, Mar 23, 2021 at 12:28 PM Scott Gregory via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
> >
> > Those suggestions seem to satisfy the 'levels' but the program
ends
> > with 'Killed.... I dont know what killed it.. any ideas?
> >
> > DEBUG 1: Default Config File:
> > /usr/local/share/met/config/GridStatConfig_default
> >
> > DEBUG 1: User Config File: CONFIG
> >
> > GSL_RNG_TYPE=mt19937
> >
> > GSL_RNG_SEED=1496472160
> >
> > DEBUG 1: Forecast File:
tutorial/MET_Tutorial/input/regridWRFPRS_d01.05
> >
> > DEBUG 1: Observation File:
> >
> >
>
tutorial/MET_Tutorial/input/MRMS_MergedReflectivityQComposite_00.50_20201210-
170041.grib2
> >
> > Killed
> >
> > thanks
> > Scott
> >
> > On Tue, Mar 23, 2021 at 12:05 PM Minna Win via RT
<met_help at ucar.edu>
> > wrote:
> >
> > > Hi Scott,
> > >
> > > One of our scientists suggests setting the level to 'L0' for WRF
> (fcsts=
> > > {level = 'L0', etc}) and for MRMS, ie obs = {...} dictionary in
the
> > config
> > > file, set that level to P500 and see if that works.  Can you try
that
> and
> > > see if that works?
> > >
> > > Regards,
> > > Minna
> > > ---------------
> > > Minna Win
> > > National Center for Atmospheric Research
> > > Developmental Testbed Center
> > > Phone: 303-497-8423
> > > Fax:   303-497-8401
> > > ---------------
> > > Pronouns: she/her
> > >
> > >
> > > On Tue, Mar 23, 2021 at 11:54 AM Minna Win-Gildenmeister <
> > > minnawin at ucar.edu>
> > > wrote:
> > >
> > > > Hi Scott,
> > > >
> > > > Let me check and see if anyone has figured out how to do this.
> Thanks
> > > for
> > > > your patience.
> > > >
> > > > Regards,
> > > > Minna
> > > > ---------------
> > > > Minna Win
> > > > National Center for Atmospheric Research
> > > > Developmental Testbed Center
> > > > Phone: 303-497-8423
> > > > Fax:   303-497-8401
> > > > ---------------
> > > > Pronouns: she/her
> > > >
> > > >
> > > > On Tue, Mar 23, 2021 at 11:45 AM Scott Gregory via RT <
> > met_help at ucar.edu
> > > >
> > > > wrote:
> > > >
> > > >>
> > > >> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
>
> > > >>
> > > >> Hi Again Minna
> > > >>
> > > >> the level in the WRF Composite reflectivity data is
> > > >>
> > > >> entire atmosphere (considered as a single layer)
> > > >>
> > > >> and the level in the MRMS data is
> > > >>
> > > >> 500 m above mean sea level
> > > >>
> > > >> Is there any way to force the WRF Composite Reflectivity into
a
> > variable
> > > >> that will work?
> > > >>
> > > >> I was asking for a list thinking I could learn better how to
use
> > > grid_stat
> > > >>
> > > >> any help is great!
> > > >> Thanks
> > > >> Scott
> > > >>
> > > >>
> > > >> On Tue, Mar 23, 2021 at 11:39 AM Minna Win via RT <
> met_help at ucar.edu>
> > > >> wrote:
> > > >>
> > > >> > Hi Scott,
> > > >> >
> > > >> > According to the scientist, it's typical to us Pxyz for
pressure
> > > levels
> > > >> and
> > > >> > Zxyz for heights.  The "allowed" levels are bound by what
is
> > available
> > > >> in
> > > >> > your data.  If you request a level and it doesn't exist,
you'll
> end
> > up
> > > >> > getting no results.  Is that what you were asking?
> > > >> >
> > > >> > Regards,
> > > >> > Minna
> > > >> > ---------------
> > > >> > Minna Win
> > > >> > National Center for Atmospheric Research
> > > >> > Developmental Testbed Center
> > > >> > Phone: 303-497-8423
> > > >> > Fax:   303-497-8401
> > > >> > ---------------
> > > >> > Pronouns: she/her
> > > >> >
> > > >> >
> > > >> > On Tue, Mar 23, 2021 at 11:23 AM Scott Gregory via RT <
> > > >> met_help at ucar.edu>
> > > >> > wrote:
> > > >> >
> > > >> > >
> > > >> > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
> > > >> > >
> > > >> > > Hi again, Minna
> > > >> > >
> > > >> > > is there a list of levels variables that are allowed?
> > > >> > >
> > > >> > > Thanks
> > > >> > > Scott
> > > >> > >
> > > >> > > On Tue, Mar 23, 2021 at 11:19 AM Scott Gregory <
> > > >> > > scott.andrew.gregory at gmail.com> wrote:
> > > >> > >
> > > >> > > > Thanks Minna
> > > >> > > >
> > > >> > > > changed to
> > > >> > > > level      = "Z500"; and now I get past... now it says
> > > >> > > >
> > > >> > > > WARNING: read_data_plane() -> REFC/Z500 not found in
> > file:...(WRF
> > > >> file
> > > >> > > > name)
> > > >> > > > is there a way to force these WRF data and the MRMS
data to
> work
> > > >> > > together-
> > > >> > > > can I get it to ignore the level?
> > > >> > > >
> > > >> > > > any help would be great!
> > > >> > > > Thanks
> > > >> > > > Scott
> > > >> > > >
> > > >> > > >
> > > >> > > > On Tue, Mar 23, 2021 at 10:52 AM Minna Win via RT <
> > > >> met_help at ucar.edu>
> > > >> > > > wrote:
> > > >> > > >
> > > >> > > >> Hello Scott,
> > > >> > > >>
> > > >> > > >> I consulted with a scientist who is familiar with
using
> > Grid-stat
> > > >> on
> > > >> > > MRMS
> > > >> > > >> data and here is a suggestion:
> > > >> > > >>
> > > >> > > >>
> > > >> > > >>    - You were using the '(*,*)' syntax and that only
works on
> > > >> netCDF
> > > >> > > data,
> > > >> > > >>    not grb files
> > > >> > > >>
> > > >> > > >> From the meta data you provided, it looks like for the
500mb
> > > level,
> > > >> > you
> > > >> > > >> can
> > > >> > > >> set the level=Z500
> > > >> > > >>
> > > >> > > >> Can you try setting the level you want to the above?
> > > >> > > >>
> > > >> > > >> Regards,
> > > >> > > >> Minna
> > > >> > > >> ---------------
> > > >> > > >> Minna Win
> > > >> > > >> National Center for Atmospheric Research
> > > >> > > >> Developmental Testbed Center
> > > >> > > >> Phone: 303-497-8423
> > > >> > > >> Fax:   303-497-8401
> > > >> > > >> ---------------
> > > >> > > >> Pronouns: she/her
> > > >> > > >>
> > > >> > > >>
> > > >> > > >> On Tue, Mar 23, 2021 at 10:04 AM Scott Gregory via RT
<
> > > >> > > met_help at ucar.edu>
> > > >> > > >> wrote:
> > > >> > > >>
> > > >> > > >> >
> > > >> > > >> > Tue Mar 23 10:03:40 2021: Request 99193 was acted
upon.
> > > >> > > >> > Transaction: Ticket created by
> > scott.andrew.gregory at gmail.com
> > > >> > > >> >        Queue: met_help
> > > >> > > >> >      Subject: (No subject given)
> > > >> > > >> >        Owner: Nobody
> > > >> > > >> >   Requestors: scott.andrew.gregory at gmail.com
> > > >> > > >> >       Status: new
> > > >> > > >> >  Ticket <URL:
> > > >> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> > > >> > > >
> > > >> > > >> >
> > > >> > > >> >
> > > >> > > >> > Hi Met Help
> > > >> > > >> >
> > > >> > > >> > I am trying to use grid_stat on composite radar
> reflectivity
> > > from
> > > >> > WRF
> > > >> > > >> and
> > > >> > > >> > trying to verify with MRMS data. If you have any
> suggestions
> > as
> > > >> to
> > > >> > > >> > alternative radar data sets, please let me know that
as
> > well..
> > > >> > > >> >
> > > >> > > >> > currently, I have the wrf and MRMS on the same grid
and i
> run
> > > >> > > grid_stat
> > > >> > > >> ...
> > > >> > > >> > the configure file has 'levels="(*,*)" ' in the
example
> > > configure
> > > >> > file
> > > >> > > >> > included in the met tutorial package (which, in my
case is
> > in a
> > > >> > docker
> > > >> > > >> > container). The example config was APCP...
> > > >> > > >> >
> > > >> > > >> > here is the error
> > > >> > > >> >
> > > >> > > >> > VarInfo::set_level_info_grib() - failed to parse
level
> string
> > > >> > '(*,*)'
> > > >> > > >> >
> > > >> > > >> > I tried a few different things that I have seen in
> > met_tutorial
> > > >> > > >> online...
> > > >> > > >> > and some things that sortof make sense for levels
but I
> > > generally
> > > >> > get
> > > >> > > >> the
> > > >> > > >> > same error.
> > > >> > > >> >
> > > >> > > >> > here is the wgrib2 -V info for the wrf data
> > > >> > > >> >
> > > >> > > >> > 44:4441236:vt=2021031817:entire atmosphere
(considered as a
> > > >> single
> > > >> > > >> layer):5
> > > >> > > >> > hour fcst:REFC Composite reflectivity [dB]:
> > > >> > > >> >
> > > >> > > >> >
>  ndata=24500000:undef=24409572:mean=-19.2125:min=-20:max=0
> > > >> > > >> >
> > > >> > > >> >     grid_template=0:winds(N/S):
> > > >> > > >> >
> > > >> > > >> >         lat-lon grid:(7000 x 3500) units 1e-06 input
WE:NS
> > > output
> > > >> > > WE:SN
> > > >> > > >> res
> > > >> > > >> > 48
> > > >> > > >> >
> > > >> > > >> >         lat 54.995000 to 20.005000 by 0.010000
> > > >> > > >> >
> > > >> > > >> >         lon 230.004999 to 299.994999 by 0.010000
> > > #points=24500000
> > > >> > > >> > here is the info for MRMS
> > > >> > > >> >
> > > >> > > >> > 1:0:vt=2020121017:500 m above mean sea
> > > >> > > >> > level:anl:MergedReflectivityQComposite Composite
> Reflectivity
> > > >> Mosaic
> > > >> > > >> (max
> > > >> > > >> > ref) [dBZ]:
> > > >> > > >> >
> > > >> > > >> >     ndata=24500000:undef=0:mean=-480.259:min=-
999:max=50.7
> > > >> > > >> >
> > > >> > > >> >     grid_template=0:winds(N/S):
> > > >> > > >> >
> > > >> > > >> >        lat-lon grid:(7000 x 3500) units 1e-06 input
WE:NS
> > > output
> > > >> > WE:SN
> > > >> > > >> res
> > > >> > > >> > 48
> > > >> > > >> >
> > > >> > > >> >        lat 54.995000 to 20.005001 by 0.010000
> > > >> > > >> >
> > > >> > > >> >        lon 230.004999 to 299.994997 by 0.010000
> > > #points=24500000
> > > >> > > >> >
> > > >> > > >> > If you have any suggestions how to set the 'levels'
> variable
> > in
> > > >> the
> > > >> > > >> config
> > > >> > > >> > file and anything else, please let me know.
> > > >> > > >> >
> > > >> > > >> > thanks!
> > > >> > > >> > --
> > > >> > > >> > Scott Gregory
> > > >> > > >> >
> > > >> > > >> >
> > > >> > > >>
> > > >> > > >>
> > > >> > > >
> > > >> > > > --
> > > >> > > > Scott Gregory
> > > >> > > >
> > > >> > >
> > > >> > >
> > > >> > > --
> > > >> > > Scott Gregory
> > > >> > >
> > > >> > >
> > > >> >
> > > >> >
> > > >>
> > > >> --
> > > >> Scott Gregory
> > > >>
> > > >>
> > >
> > >
> >
> > --
> > Scott Gregory
> >
> >
>
>

--
Scott Gregory

------------------------------------------------
Subject: 
From: Minna Win
Time: Tue Mar 23 16:17:08 2021

Hi Scott,

I cannot find any error messages in the log file.  Could you please
ftp
your config file and your fcst and obs data?  I'd like to try running
it
locally and see if I can reproduce the behavior.  You can follow the
instructions at the bottom of this link under 'How to send us data':


http://dtcenter.org/community-code/model-evaluation-tools-met/met-
help-desk


Regards,
Minna

---------------
Minna Win
National Center for Atmospheric Research
Developmental Testbed Center
Phone: 303-497-8423
Fax:   303-497-8401
---------------
Pronouns: she/her


On Tue, Mar 23, 2021 at 1:26 PM Scott Gregory via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
>
> It got a lot further with the -v 5!... see attached logfile
>
> Thanks
> Scott
>
>
> On Tue, Mar 23, 2021 at 1:21 PM Minna Win via RT <met_help at ucar.edu>
> wrote:
>
> > Hi Scott,
> >
> > Can you please increase your log level to 5 ( ie run from the
command
> line
> > with '-v 5' )  and send your log file?
> >
> > Thanks,
> > Minna
> > ---------------
> > Minna Win
> > National Center for Atmospheric Research
> > Developmental Testbed Center
> > Phone: 303-497-8423
> > Fax:   303-497-8401
> > ---------------
> > Pronouns: she/her
> >
> >
> > On Tue, Mar 23, 2021 at 12:28 PM Scott Gregory via RT
<met_help at ucar.edu
> >
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
> > >
> > > Those suggestions seem to satisfy the 'levels' but the program
ends
> > > with 'Killed.... I dont know what killed it.. any ideas?
> > >
> > > DEBUG 1: Default Config File:
> > > /usr/local/share/met/config/GridStatConfig_default
> > >
> > > DEBUG 1: User Config File: CONFIG
> > >
> > > GSL_RNG_TYPE=mt19937
> > >
> > > GSL_RNG_SEED=1496472160
> > >
> > > DEBUG 1: Forecast File:
tutorial/MET_Tutorial/input/regridWRFPRS_d01.05
> > >
> > > DEBUG 1: Observation File:
> > >
> > >
> >
>
tutorial/MET_Tutorial/input/MRMS_MergedReflectivityQComposite_00.50_20201210-
170041.grib2
> > >
> > > Killed
> > >
> > > thanks
> > > Scott
> > >
> > > On Tue, Mar 23, 2021 at 12:05 PM Minna Win via RT
<met_help at ucar.edu>
> > > wrote:
> > >
> > > > Hi Scott,
> > > >
> > > > One of our scientists suggests setting the level to 'L0' for
WRF
> > (fcsts=
> > > > {level = 'L0', etc}) and for MRMS, ie obs = {...} dictionary
in the
> > > config
> > > > file, set that level to P500 and see if that works.  Can you
try that
> > and
> > > > see if that works?
> > > >
> > > > Regards,
> > > > Minna
> > > > ---------------
> > > > Minna Win
> > > > National Center for Atmospheric Research
> > > > Developmental Testbed Center
> > > > Phone: 303-497-8423
> > > > Fax:   303-497-8401
> > > > ---------------
> > > > Pronouns: she/her
> > > >
> > > >
> > > > On Tue, Mar 23, 2021 at 11:54 AM Minna Win-Gildenmeister <
> > > > minnawin at ucar.edu>
> > > > wrote:
> > > >
> > > > > Hi Scott,
> > > > >
> > > > > Let me check and see if anyone has figured out how to do
this.
> > Thanks
> > > > for
> > > > > your patience.
> > > > >
> > > > > Regards,
> > > > > Minna
> > > > > ---------------
> > > > > Minna Win
> > > > > National Center for Atmospheric Research
> > > > > Developmental Testbed Center
> > > > > Phone: 303-497-8423
> > > > > Fax:   303-497-8401
> > > > > ---------------
> > > > > Pronouns: she/her
> > > > >
> > > > >
> > > > > On Tue, Mar 23, 2021 at 11:45 AM Scott Gregory via RT <
> > > met_help at ucar.edu
> > > > >
> > > > > wrote:
> > > > >
> > > > >>
> > > > >> <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
> > > > >>
> > > > >> Hi Again Minna
> > > > >>
> > > > >> the level in the WRF Composite reflectivity data is
> > > > >>
> > > > >> entire atmosphere (considered as a single layer)
> > > > >>
> > > > >> and the level in the MRMS data is
> > > > >>
> > > > >> 500 m above mean sea level
> > > > >>
> > > > >> Is there any way to force the WRF Composite Reflectivity
into a
> > > variable
> > > > >> that will work?
> > > > >>
> > > > >> I was asking for a list thinking I could learn better how
to use
> > > > grid_stat
> > > > >>
> > > > >> any help is great!
> > > > >> Thanks
> > > > >> Scott
> > > > >>
> > > > >>
> > > > >> On Tue, Mar 23, 2021 at 11:39 AM Minna Win via RT <
> > met_help at ucar.edu>
> > > > >> wrote:
> > > > >>
> > > > >> > Hi Scott,
> > > > >> >
> > > > >> > According to the scientist, it's typical to us Pxyz for
pressure
> > > > levels
> > > > >> and
> > > > >> > Zxyz for heights.  The "allowed" levels are bound by what
is
> > > available
> > > > >> in
> > > > >> > your data.  If you request a level and it doesn't exist,
you'll
> > end
> > > up
> > > > >> > getting no results.  Is that what you were asking?
> > > > >> >
> > > > >> > Regards,
> > > > >> > Minna
> > > > >> > ---------------
> > > > >> > Minna Win
> > > > >> > National Center for Atmospheric Research
> > > > >> > Developmental Testbed Center
> > > > >> > Phone: 303-497-8423
> > > > >> > Fax:   303-497-8401
> > > > >> > ---------------
> > > > >> > Pronouns: she/her
> > > > >> >
> > > > >> >
> > > > >> > On Tue, Mar 23, 2021 at 11:23 AM Scott Gregory via RT <
> > > > >> met_help at ucar.edu>
> > > > >> > wrote:
> > > > >> >
> > > > >> > >
> > > > >> > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> >
> > > > >> > >
> > > > >> > > Hi again, Minna
> > > > >> > >
> > > > >> > > is there a list of levels variables that are allowed?
> > > > >> > >
> > > > >> > > Thanks
> > > > >> > > Scott
> > > > >> > >
> > > > >> > > On Tue, Mar 23, 2021 at 11:19 AM Scott Gregory <
> > > > >> > > scott.andrew.gregory at gmail.com> wrote:
> > > > >> > >
> > > > >> > > > Thanks Minna
> > > > >> > > >
> > > > >> > > > changed to
> > > > >> > > > level      = "Z500"; and now I get past... now it
says
> > > > >> > > >
> > > > >> > > > WARNING: read_data_plane() -> REFC/Z500 not found in
> > > file:...(WRF
> > > > >> file
> > > > >> > > > name)
> > > > >> > > > is there a way to force these WRF data and the MRMS
data to
> > work
> > > > >> > > together-
> > > > >> > > > can I get it to ignore the level?
> > > > >> > > >
> > > > >> > > > any help would be great!
> > > > >> > > > Thanks
> > > > >> > > > Scott
> > > > >> > > >
> > > > >> > > >
> > > > >> > > > On Tue, Mar 23, 2021 at 10:52 AM Minna Win via RT <
> > > > >> met_help at ucar.edu>
> > > > >> > > > wrote:
> > > > >> > > >
> > > > >> > > >> Hello Scott,
> > > > >> > > >>
> > > > >> > > >> I consulted with a scientist who is familiar with
using
> > > Grid-stat
> > > > >> on
> > > > >> > > MRMS
> > > > >> > > >> data and here is a suggestion:
> > > > >> > > >>
> > > > >> > > >>
> > > > >> > > >>    - You were using the '(*,*)' syntax and that only
works
> on
> > > > >> netCDF
> > > > >> > > data,
> > > > >> > > >>    not grb files
> > > > >> > > >>
> > > > >> > > >> From the meta data you provided, it looks like for
the
> 500mb
> > > > level,
> > > > >> > you
> > > > >> > > >> can
> > > > >> > > >> set the level=Z500
> > > > >> > > >>
> > > > >> > > >> Can you try setting the level you want to the above?
> > > > >> > > >>
> > > > >> > > >> Regards,
> > > > >> > > >> Minna
> > > > >> > > >> ---------------
> > > > >> > > >> Minna Win
> > > > >> > > >> National Center for Atmospheric Research
> > > > >> > > >> Developmental Testbed Center
> > > > >> > > >> Phone: 303-497-8423
> > > > >> > > >> Fax:   303-497-8401
> > > > >> > > >> ---------------
> > > > >> > > >> Pronouns: she/her
> > > > >> > > >>
> > > > >> > > >>
> > > > >> > > >> On Tue, Mar 23, 2021 at 10:04 AM Scott Gregory via
RT <
> > > > >> > > met_help at ucar.edu>
> > > > >> > > >> wrote:
> > > > >> > > >>
> > > > >> > > >> >
> > > > >> > > >> > Tue Mar 23 10:03:40 2021: Request 99193 was acted
upon.
> > > > >> > > >> > Transaction: Ticket created by
> > > scott.andrew.gregory at gmail.com
> > > > >> > > >> >        Queue: met_help
> > > > >> > > >> >      Subject: (No subject given)
> > > > >> > > >> >        Owner: Nobody
> > > > >> > > >> >   Requestors: scott.andrew.gregory at gmail.com
> > > > >> > > >> >       Status: new
> > > > >> > > >> >  Ticket <URL:
> > > > >> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> > > > >> > > >
> > > > >> > > >> >
> > > > >> > > >> >
> > > > >> > > >> > Hi Met Help
> > > > >> > > >> >
> > > > >> > > >> > I am trying to use grid_stat on composite radar
> > reflectivity
> > > > from
> > > > >> > WRF
> > > > >> > > >> and
> > > > >> > > >> > trying to verify with MRMS data. If you have any
> > suggestions
> > > as
> > > > >> to
> > > > >> > > >> > alternative radar data sets, please let me know
that as
> > > well..
> > > > >> > > >> >
> > > > >> > > >> > currently, I have the wrf and MRMS on the same
grid and i
> > run
> > > > >> > > grid_stat
> > > > >> > > >> ...
> > > > >> > > >> > the configure file has 'levels="(*,*)" ' in the
example
> > > > configure
> > > > >> > file
> > > > >> > > >> > included in the met tutorial package (which, in my
case
> is
> > > in a
> > > > >> > docker
> > > > >> > > >> > container). The example config was APCP...
> > > > >> > > >> >
> > > > >> > > >> > here is the error
> > > > >> > > >> >
> > > > >> > > >> > VarInfo::set_level_info_grib() - failed to parse
level
> > string
> > > > >> > '(*,*)'
> > > > >> > > >> >
> > > > >> > > >> > I tried a few different things that I have seen in
> > > met_tutorial
> > > > >> > > >> online...
> > > > >> > > >> > and some things that sortof make sense for levels
but I
> > > > generally
> > > > >> > get
> > > > >> > > >> the
> > > > >> > > >> > same error.
> > > > >> > > >> >
> > > > >> > > >> > here is the wgrib2 -V info for the wrf data
> > > > >> > > >> >
> > > > >> > > >> > 44:4441236:vt=2021031817:entire atmosphere
(considered
> as a
> > > > >> single
> > > > >> > > >> layer):5
> > > > >> > > >> > hour fcst:REFC Composite reflectivity [dB]:
> > > > >> > > >> >
> > > > >> > > >> >
> >  ndata=24500000:undef=24409572:mean=-19.2125:min=-20:max=0
> > > > >> > > >> >
> > > > >> > > >> >     grid_template=0:winds(N/S):
> > > > >> > > >> >
> > > > >> > > >> >         lat-lon grid:(7000 x 3500) units 1e-06
input
> WE:NS
> > > > output
> > > > >> > > WE:SN
> > > > >> > > >> res
> > > > >> > > >> > 48
> > > > >> > > >> >
> > > > >> > > >> >         lat 54.995000 to 20.005000 by 0.010000
> > > > >> > > >> >
> > > > >> > > >> >         lon 230.004999 to 299.994999 by 0.010000
> > > > #points=24500000
> > > > >> > > >> > here is the info for MRMS
> > > > >> > > >> >
> > > > >> > > >> > 1:0:vt=2020121017:500 m above mean sea
> > > > >> > > >> > level:anl:MergedReflectivityQComposite Composite
> > Reflectivity
> > > > >> Mosaic
> > > > >> > > >> (max
> > > > >> > > >> > ref) [dBZ]:
> > > > >> > > >> >
> > > > >> > > >> >
>  ndata=24500000:undef=0:mean=-480.259:min=-999:max=50.7
> > > > >> > > >> >
> > > > >> > > >> >     grid_template=0:winds(N/S):
> > > > >> > > >> >
> > > > >> > > >> >        lat-lon grid:(7000 x 3500) units 1e-06
input WE:NS
> > > > output
> > > > >> > WE:SN
> > > > >> > > >> res
> > > > >> > > >> > 48
> > > > >> > > >> >
> > > > >> > > >> >        lat 54.995000 to 20.005001 by 0.010000
> > > > >> > > >> >
> > > > >> > > >> >        lon 230.004999 to 299.994997 by 0.010000
> > > > #points=24500000
> > > > >> > > >> >
> > > > >> > > >> > If you have any suggestions how to set the
'levels'
> > variable
> > > in
> > > > >> the
> > > > >> > > >> config
> > > > >> > > >> > file and anything else, please let me know.
> > > > >> > > >> >
> > > > >> > > >> > thanks!
> > > > >> > > >> > --
> > > > >> > > >> > Scott Gregory
> > > > >> > > >> >
> > > > >> > > >> >
> > > > >> > > >>
> > > > >> > > >>
> > > > >> > > >
> > > > >> > > > --
> > > > >> > > > Scott Gregory
> > > > >> > > >
> > > > >> > >
> > > > >> > >
> > > > >> > > --
> > > > >> > > Scott Gregory
> > > > >> > >
> > > > >> > >
> > > > >> >
> > > > >> >
> > > > >>
> > > > >> --
> > > > >> Scott Gregory
> > > > >>
> > > > >>
> > > >
> > > >
> > >
> > > --
> > > Scott Gregory
> > >
> > >
> >
> >
>
> --
> Scott Gregory
>
>

------------------------------------------------
Subject: 
From: Scott Gregory
Time: Tue Mar 23 16:31:38 2021

Hi Minna

I ftp'd those files... /incoming/irap/met_help/gregory

I was thinking that maybe I need to regrid the WRF and MRMS domains to
localize them to the WRF domain, which is a few hundred km around
Albuquerque, NM... Up until now, I had put the WRF on the MRMS grid
(CONUS)
but that doesnt need to be the case... thats my only thought right
now. I
will be leaving work soon and will revisit this tomorrow if you have
any
suggestions..... THANKS

Scott

On Tue, Mar 23, 2021 at 4:17 PM Minna Win via RT <met_help at ucar.edu>
wrote:

> Hi Scott,
>
> I cannot find any error messages in the log file.  Could you please
ftp
> your config file and your fcst and obs data?  I'd like to try
running it
> locally and see if I can reproduce the behavior.  You can follow the
> instructions at the bottom of this link under 'How to send us data':
>
>
> http://dtcenter.org/community-code/model-evaluation-tools-met/met-
help-desk
>
>
> Regards,
> Minna
>
> ---------------
> Minna Win
> National Center for Atmospheric Research
> Developmental Testbed Center
> Phone: 303-497-8423
> Fax:   303-497-8401
> ---------------
> Pronouns: she/her
>
>
> On Tue, Mar 23, 2021 at 1:26 PM Scott Gregory via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
> >
> > It got a lot further with the -v 5!... see attached logfile
> >
> > Thanks
> > Scott
> >
> >
> > On Tue, Mar 23, 2021 at 1:21 PM Minna Win via RT
<met_help at ucar.edu>
> > wrote:
> >
> > > Hi Scott,
> > >
> > > Can you please increase your log level to 5 ( ie run from the
command
> > line
> > > with '-v 5' )  and send your log file?
> > >
> > > Thanks,
> > > Minna
> > > ---------------
> > > Minna Win
> > > National Center for Atmospheric Research
> > > Developmental Testbed Center
> > > Phone: 303-497-8423
> > > Fax:   303-497-8401
> > > ---------------
> > > Pronouns: she/her
> > >
> > >
> > > On Tue, Mar 23, 2021 at 12:28 PM Scott Gregory via RT <
> met_help at ucar.edu
> > >
> > > wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
>
> > > >
> > > > Those suggestions seem to satisfy the 'levels' but the program
ends
> > > > with 'Killed.... I dont know what killed it.. any ideas?
> > > >
> > > > DEBUG 1: Default Config File:
> > > > /usr/local/share/met/config/GridStatConfig_default
> > > >
> > > > DEBUG 1: User Config File: CONFIG
> > > >
> > > > GSL_RNG_TYPE=mt19937
> > > >
> > > > GSL_RNG_SEED=1496472160
> > > >
> > > > DEBUG 1: Forecast File:
> tutorial/MET_Tutorial/input/regridWRFPRS_d01.05
> > > >
> > > > DEBUG 1: Observation File:
> > > >
> > > >
> > >
> >
>
tutorial/MET_Tutorial/input/MRMS_MergedReflectivityQComposite_00.50_20201210-
170041.grib2
> > > >
> > > > Killed
> > > >
> > > > thanks
> > > > Scott
> > > >
> > > > On Tue, Mar 23, 2021 at 12:05 PM Minna Win via RT
<met_help at ucar.edu
> >
> > > > wrote:
> > > >
> > > > > Hi Scott,
> > > > >
> > > > > One of our scientists suggests setting the level to 'L0' for
WRF
> > > (fcsts=
> > > > > {level = 'L0', etc}) and for MRMS, ie obs = {...} dictionary
in the
> > > > config
> > > > > file, set that level to P500 and see if that works.  Can you
try
> that
> > > and
> > > > > see if that works?
> > > > >
> > > > > Regards,
> > > > > Minna
> > > > > ---------------
> > > > > Minna Win
> > > > > National Center for Atmospheric Research
> > > > > Developmental Testbed Center
> > > > > Phone: 303-497-8423
> > > > > Fax:   303-497-8401
> > > > > ---------------
> > > > > Pronouns: she/her
> > > > >
> > > > >
> > > > > On Tue, Mar 23, 2021 at 11:54 AM Minna Win-Gildenmeister <
> > > > > minnawin at ucar.edu>
> > > > > wrote:
> > > > >
> > > > > > Hi Scott,
> > > > > >
> > > > > > Let me check and see if anyone has figured out how to do
this.
> > > Thanks
> > > > > for
> > > > > > your patience.
> > > > > >
> > > > > > Regards,
> > > > > > Minna
> > > > > > ---------------
> > > > > > Minna Win
> > > > > > National Center for Atmospheric Research
> > > > > > Developmental Testbed Center
> > > > > > Phone: 303-497-8423
> > > > > > Fax:   303-497-8401
> > > > > > ---------------
> > > > > > Pronouns: she/her
> > > > > >
> > > > > >
> > > > > > On Tue, Mar 23, 2021 at 11:45 AM Scott Gregory via RT <
> > > > met_help at ucar.edu
> > > > > >
> > > > > > wrote:
> > > > > >
> > > > > >>
> > > > > >> <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
> > > > > >>
> > > > > >> Hi Again Minna
> > > > > >>
> > > > > >> the level in the WRF Composite reflectivity data is
> > > > > >>
> > > > > >> entire atmosphere (considered as a single layer)
> > > > > >>
> > > > > >> and the level in the MRMS data is
> > > > > >>
> > > > > >> 500 m above mean sea level
> > > > > >>
> > > > > >> Is there any way to force the WRF Composite Reflectivity
into a
> > > > variable
> > > > > >> that will work?
> > > > > >>
> > > > > >> I was asking for a list thinking I could learn better how
to use
> > > > > grid_stat
> > > > > >>
> > > > > >> any help is great!
> > > > > >> Thanks
> > > > > >> Scott
> > > > > >>
> > > > > >>
> > > > > >> On Tue, Mar 23, 2021 at 11:39 AM Minna Win via RT <
> > > met_help at ucar.edu>
> > > > > >> wrote:
> > > > > >>
> > > > > >> > Hi Scott,
> > > > > >> >
> > > > > >> > According to the scientist, it's typical to us Pxyz for
> pressure
> > > > > levels
> > > > > >> and
> > > > > >> > Zxyz for heights.  The "allowed" levels are bound by
what is
> > > > available
> > > > > >> in
> > > > > >> > your data.  If you request a level and it doesn't
exist,
> you'll
> > > end
> > > > up
> > > > > >> > getting no results.  Is that what you were asking?
> > > > > >> >
> > > > > >> > Regards,
> > > > > >> > Minna
> > > > > >> > ---------------
> > > > > >> > Minna Win
> > > > > >> > National Center for Atmospheric Research
> > > > > >> > Developmental Testbed Center
> > > > > >> > Phone: 303-497-8423
> > > > > >> > Fax:   303-497-8401
> > > > > >> > ---------------
> > > > > >> > Pronouns: she/her
> > > > > >> >
> > > > > >> >
> > > > > >> > On Tue, Mar 23, 2021 at 11:23 AM Scott Gregory via RT <
> > > > > >> met_help at ucar.edu>
> > > > > >> > wrote:
> > > > > >> >
> > > > > >> > >
> > > > > >> > > <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> > >
> > > > > >> > >
> > > > > >> > > Hi again, Minna
> > > > > >> > >
> > > > > >> > > is there a list of levels variables that are allowed?
> > > > > >> > >
> > > > > >> > > Thanks
> > > > > >> > > Scott
> > > > > >> > >
> > > > > >> > > On Tue, Mar 23, 2021 at 11:19 AM Scott Gregory <
> > > > > >> > > scott.andrew.gregory at gmail.com> wrote:
> > > > > >> > >
> > > > > >> > > > Thanks Minna
> > > > > >> > > >
> > > > > >> > > > changed to
> > > > > >> > > > level      = "Z500"; and now I get past... now it
says
> > > > > >> > > >
> > > > > >> > > > WARNING: read_data_plane() -> REFC/Z500 not found
in
> > > > file:...(WRF
> > > > > >> file
> > > > > >> > > > name)
> > > > > >> > > > is there a way to force these WRF data and the MRMS
data
> to
> > > work
> > > > > >> > > together-
> > > > > >> > > > can I get it to ignore the level?
> > > > > >> > > >
> > > > > >> > > > any help would be great!
> > > > > >> > > > Thanks
> > > > > >> > > > Scott
> > > > > >> > > >
> > > > > >> > > >
> > > > > >> > > > On Tue, Mar 23, 2021 at 10:52 AM Minna Win via RT <
> > > > > >> met_help at ucar.edu>
> > > > > >> > > > wrote:
> > > > > >> > > >
> > > > > >> > > >> Hello Scott,
> > > > > >> > > >>
> > > > > >> > > >> I consulted with a scientist who is familiar with
using
> > > > Grid-stat
> > > > > >> on
> > > > > >> > > MRMS
> > > > > >> > > >> data and here is a suggestion:
> > > > > >> > > >>
> > > > > >> > > >>
> > > > > >> > > >>    - You were using the '(*,*)' syntax and that
only
> works
> > on
> > > > > >> netCDF
> > > > > >> > > data,
> > > > > >> > > >>    not grb files
> > > > > >> > > >>
> > > > > >> > > >> From the meta data you provided, it looks like for
the
> > 500mb
> > > > > level,
> > > > > >> > you
> > > > > >> > > >> can
> > > > > >> > > >> set the level=Z500
> > > > > >> > > >>
> > > > > >> > > >> Can you try setting the level you want to the
above?
> > > > > >> > > >>
> > > > > >> > > >> Regards,
> > > > > >> > > >> Minna
> > > > > >> > > >> ---------------
> > > > > >> > > >> Minna Win
> > > > > >> > > >> National Center for Atmospheric Research
> > > > > >> > > >> Developmental Testbed Center
> > > > > >> > > >> Phone: 303-497-8423
> > > > > >> > > >> Fax:   303-497-8401
> > > > > >> > > >> ---------------
> > > > > >> > > >> Pronouns: she/her
> > > > > >> > > >>
> > > > > >> > > >>
> > > > > >> > > >> On Tue, Mar 23, 2021 at 10:04 AM Scott Gregory via
RT <
> > > > > >> > > met_help at ucar.edu>
> > > > > >> > > >> wrote:
> > > > > >> > > >>
> > > > > >> > > >> >
> > > > > >> > > >> > Tue Mar 23 10:03:40 2021: Request 99193 was
acted upon.
> > > > > >> > > >> > Transaction: Ticket created by
> > > > scott.andrew.gregory at gmail.com
> > > > > >> > > >> >        Queue: met_help
> > > > > >> > > >> >      Subject: (No subject given)
> > > > > >> > > >> >        Owner: Nobody
> > > > > >> > > >> >   Requestors: scott.andrew.gregory at gmail.com
> > > > > >> > > >> >       Status: new
> > > > > >> > > >> >  Ticket <URL:
> > > > > >> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> > > > > >> > > >
> > > > > >> > > >> >
> > > > > >> > > >> >
> > > > > >> > > >> > Hi Met Help
> > > > > >> > > >> >
> > > > > >> > > >> > I am trying to use grid_stat on composite radar
> > > reflectivity
> > > > > from
> > > > > >> > WRF
> > > > > >> > > >> and
> > > > > >> > > >> > trying to verify with MRMS data. If you have any
> > > suggestions
> > > > as
> > > > > >> to
> > > > > >> > > >> > alternative radar data sets, please let me know
that as
> > > > well..
> > > > > >> > > >> >
> > > > > >> > > >> > currently, I have the wrf and MRMS on the same
grid
> and i
> > > run
> > > > > >> > > grid_stat
> > > > > >> > > >> ...
> > > > > >> > > >> > the configure file has 'levels="(*,*)" ' in the
example
> > > > > configure
> > > > > >> > file
> > > > > >> > > >> > included in the met tutorial package (which, in
my case
> > is
> > > > in a
> > > > > >> > docker
> > > > > >> > > >> > container). The example config was APCP...
> > > > > >> > > >> >
> > > > > >> > > >> > here is the error
> > > > > >> > > >> >
> > > > > >> > > >> > VarInfo::set_level_info_grib() - failed to parse
level
> > > string
> > > > > >> > '(*,*)'
> > > > > >> > > >> >
> > > > > >> > > >> > I tried a few different things that I have seen
in
> > > > met_tutorial
> > > > > >> > > >> online...
> > > > > >> > > >> > and some things that sortof make sense for
levels but I
> > > > > generally
> > > > > >> > get
> > > > > >> > > >> the
> > > > > >> > > >> > same error.
> > > > > >> > > >> >
> > > > > >> > > >> > here is the wgrib2 -V info for the wrf data
> > > > > >> > > >> >
> > > > > >> > > >> > 44:4441236:vt=2021031817:entire atmosphere
(considered
> > as a
> > > > > >> single
> > > > > >> > > >> layer):5
> > > > > >> > > >> > hour fcst:REFC Composite reflectivity [dB]:
> > > > > >> > > >> >
> > > > > >> > > >> >
> > >  ndata=24500000:undef=24409572:mean=-19.2125:min=-20:max=0
> > > > > >> > > >> >
> > > > > >> > > >> >     grid_template=0:winds(N/S):
> > > > > >> > > >> >
> > > > > >> > > >> >         lat-lon grid:(7000 x 3500) units 1e-06
input
> > WE:NS
> > > > > output
> > > > > >> > > WE:SN
> > > > > >> > > >> res
> > > > > >> > > >> > 48
> > > > > >> > > >> >
> > > > > >> > > >> >         lat 54.995000 to 20.005000 by 0.010000
> > > > > >> > > >> >
> > > > > >> > > >> >         lon 230.004999 to 299.994999 by 0.010000
> > > > > #points=24500000
> > > > > >> > > >> > here is the info for MRMS
> > > > > >> > > >> >
> > > > > >> > > >> > 1:0:vt=2020121017:500 m above mean sea
> > > > > >> > > >> > level:anl:MergedReflectivityQComposite Composite
> > > Reflectivity
> > > > > >> Mosaic
> > > > > >> > > >> (max
> > > > > >> > > >> > ref) [dBZ]:
> > > > > >> > > >> >
> > > > > >> > > >> >
> >  ndata=24500000:undef=0:mean=-480.259:min=-999:max=50.7
> > > > > >> > > >> >
> > > > > >> > > >> >     grid_template=0:winds(N/S):
> > > > > >> > > >> >
> > > > > >> > > >> >        lat-lon grid:(7000 x 3500) units 1e-06
input
> WE:NS
> > > > > output
> > > > > >> > WE:SN
> > > > > >> > > >> res
> > > > > >> > > >> > 48
> > > > > >> > > >> >
> > > > > >> > > >> >        lat 54.995000 to 20.005001 by 0.010000
> > > > > >> > > >> >
> > > > > >> > > >> >        lon 230.004999 to 299.994997 by 0.010000
> > > > > #points=24500000
> > > > > >> > > >> >
> > > > > >> > > >> > If you have any suggestions how to set the
'levels'
> > > variable
> > > > in
> > > > > >> the
> > > > > >> > > >> config
> > > > > >> > > >> > file and anything else, please let me know.
> > > > > >> > > >> >
> > > > > >> > > >> > thanks!
> > > > > >> > > >> > --
> > > > > >> > > >> > Scott Gregory
> > > > > >> > > >> >
> > > > > >> > > >> >
> > > > > >> > > >>
> > > > > >> > > >>
> > > > > >> > > >
> > > > > >> > > > --
> > > > > >> > > > Scott Gregory
> > > > > >> > > >
> > > > > >> > >
> > > > > >> > >
> > > > > >> > > --
> > > > > >> > > Scott Gregory
> > > > > >> > >
> > > > > >> > >
> > > > > >> >
> > > > > >> >
> > > > > >>
> > > > > >> --
> > > > > >> Scott Gregory
> > > > > >>
> > > > > >>
> > > > >
> > > > >
> > > >
> > > > --
> > > > Scott Gregory
> > > >
> > > >
> > >
> > >
> >
> > --
> > Scott Gregory
> >
> >
>
>

--
Scott Gregory

------------------------------------------------
Subject: 
From: Scott Gregory
Time: Tue Mar 23 16:48:01 2021

Hi again Minna

when I regridded both data sets to a smaller domain, I think it would
works
except the timestamp on the MRMS data is  20201210_170041  where in
the WRF
data it is  20201210_170000 . do you know how I can make their valid
times
work together?

Thanks again.... see previous email for the ftp information.
Scott

On Tue, Mar 23, 2021 at 4:31 PM Scott Gregory <
scott.andrew.gregory at gmail.com> wrote:

> Hi Minna
>
> I ftp'd those files... /incoming/irap/met_help/gregory
>
> I was thinking that maybe I need to regrid the WRF and MRMS domains
to
> localize them to the WRF domain, which is a few hundred km around
> Albuquerque, NM... Up until now, I had put the WRF on the MRMS grid
(CONUS)
> but that doesnt need to be the case... thats my only thought right
now. I
> will be leaving work soon and will revisit this tomorrow if you have
any
> suggestions..... THANKS
>
> Scott
>
> On Tue, Mar 23, 2021 at 4:17 PM Minna Win via RT <met_help at ucar.edu>
> wrote:
>
>> Hi Scott,
>>
>> I cannot find any error messages in the log file.  Could you please
ftp
>> your config file and your fcst and obs data?  I'd like to try
running it
>> locally and see if I can reproduce the behavior.  You can follow
the
>> instructions at the bottom of this link under 'How to send us
data':
>>
>>
>>
>> http://dtcenter.org/community-code/model-evaluation-tools-met/met-
help-desk
>>
>>
>> Regards,
>> Minna
>>
>> ---------------
>> Minna Win
>> National Center for Atmospheric Research
>> Developmental Testbed Center
>> Phone: 303-497-8423
>> Fax:   303-497-8401
>> ---------------
>> Pronouns: she/her
>>
>>
>> On Tue, Mar 23, 2021 at 1:26 PM Scott Gregory via RT
<met_help at ucar.edu>
>> wrote:
>>
>> >
>> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
>> >
>> > It got a lot further with the -v 5!... see attached logfile
>> >
>> > Thanks
>> > Scott
>> >
>> >
>> > On Tue, Mar 23, 2021 at 1:21 PM Minna Win via RT
<met_help at ucar.edu>
>> > wrote:
>> >
>> > > Hi Scott,
>> > >
>> > > Can you please increase your log level to 5 ( ie run from the
command
>> > line
>> > > with '-v 5' )  and send your log file?
>> > >
>> > > Thanks,
>> > > Minna
>> > > ---------------
>> > > Minna Win
>> > > National Center for Atmospheric Research
>> > > Developmental Testbed Center
>> > > Phone: 303-497-8423
>> > > Fax:   303-497-8401
>> > > ---------------
>> > > Pronouns: she/her
>> > >
>> > >
>> > > On Tue, Mar 23, 2021 at 12:28 PM Scott Gregory via RT <
>> met_help at ucar.edu
>> > >
>> > > wrote:
>> > >
>> > > >
>> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
>
>> > > >
>> > > > Those suggestions seem to satisfy the 'levels' but the
program ends
>> > > > with 'Killed.... I dont know what killed it.. any ideas?
>> > > >
>> > > > DEBUG 1: Default Config File:
>> > > > /usr/local/share/met/config/GridStatConfig_default
>> > > >
>> > > > DEBUG 1: User Config File: CONFIG
>> > > >
>> > > > GSL_RNG_TYPE=mt19937
>> > > >
>> > > > GSL_RNG_SEED=1496472160
>> > > >
>> > > > DEBUG 1: Forecast File:
>> tutorial/MET_Tutorial/input/regridWRFPRS_d01.05
>> > > >
>> > > > DEBUG 1: Observation File:
>> > > >
>> > > >
>> > >
>> >
>>
tutorial/MET_Tutorial/input/MRMS_MergedReflectivityQComposite_00.50_20201210-
170041.grib2
>> > > >
>> > > > Killed
>> > > >
>> > > > thanks
>> > > > Scott
>> > > >
>> > > > On Tue, Mar 23, 2021 at 12:05 PM Minna Win via RT <
>> met_help at ucar.edu>
>> > > > wrote:
>> > > >
>> > > > > Hi Scott,
>> > > > >
>> > > > > One of our scientists suggests setting the level to 'L0'
for WRF
>> > > (fcsts=
>> > > > > {level = 'L0', etc}) and for MRMS, ie obs = {...}
dictionary in
>> the
>> > > > config
>> > > > > file, set that level to P500 and see if that works.  Can
you try
>> that
>> > > and
>> > > > > see if that works?
>> > > > >
>> > > > > Regards,
>> > > > > Minna
>> > > > > ---------------
>> > > > > Minna Win
>> > > > > National Center for Atmospheric Research
>> > > > > Developmental Testbed Center
>> > > > > Phone: 303-497-8423
>> > > > > Fax:   303-497-8401
>> > > > > ---------------
>> > > > > Pronouns: she/her
>> > > > >
>> > > > >
>> > > > > On Tue, Mar 23, 2021 at 11:54 AM Minna Win-Gildenmeister <
>> > > > > minnawin at ucar.edu>
>> > > > > wrote:
>> > > > >
>> > > > > > Hi Scott,
>> > > > > >
>> > > > > > Let me check and see if anyone has figured out how to do
this.
>> > > Thanks
>> > > > > for
>> > > > > > your patience.
>> > > > > >
>> > > > > > Regards,
>> > > > > > Minna
>> > > > > > ---------------
>> > > > > > Minna Win
>> > > > > > National Center for Atmospheric Research
>> > > > > > Developmental Testbed Center
>> > > > > > Phone: 303-497-8423
>> > > > > > Fax:   303-497-8401
>> > > > > > ---------------
>> > > > > > Pronouns: she/her
>> > > > > >
>> > > > > >
>> > > > > > On Tue, Mar 23, 2021 at 11:45 AM Scott Gregory via RT <
>> > > > met_help at ucar.edu
>> > > > > >
>> > > > > > wrote:
>> > > > > >
>> > > > > >>
>> > > > > >> <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
>> >
>> > > > > >>
>> > > > > >> Hi Again Minna
>> > > > > >>
>> > > > > >> the level in the WRF Composite reflectivity data is
>> > > > > >>
>> > > > > >> entire atmosphere (considered as a single layer)
>> > > > > >>
>> > > > > >> and the level in the MRMS data is
>> > > > > >>
>> > > > > >> 500 m above mean sea level
>> > > > > >>
>> > > > > >> Is there any way to force the WRF Composite Reflectivity
into a
>> > > > variable
>> > > > > >> that will work?
>> > > > > >>
>> > > > > >> I was asking for a list thinking I could learn better
how to
>> use
>> > > > > grid_stat
>> > > > > >>
>> > > > > >> any help is great!
>> > > > > >> Thanks
>> > > > > >> Scott
>> > > > > >>
>> > > > > >>
>> > > > > >> On Tue, Mar 23, 2021 at 11:39 AM Minna Win via RT <
>> > > met_help at ucar.edu>
>> > > > > >> wrote:
>> > > > > >>
>> > > > > >> > Hi Scott,
>> > > > > >> >
>> > > > > >> > According to the scientist, it's typical to us Pxyz
for
>> pressure
>> > > > > levels
>> > > > > >> and
>> > > > > >> > Zxyz for heights.  The "allowed" levels are bound by
what is
>> > > > available
>> > > > > >> in
>> > > > > >> > your data.  If you request a level and it doesn't
exist,
>> you'll
>> > > end
>> > > > up
>> > > > > >> > getting no results.  Is that what you were asking?
>> > > > > >> >
>> > > > > >> > Regards,
>> > > > > >> > Minna
>> > > > > >> > ---------------
>> > > > > >> > Minna Win
>> > > > > >> > National Center for Atmospheric Research
>> > > > > >> > Developmental Testbed Center
>> > > > > >> > Phone: 303-497-8423
>> > > > > >> > Fax:   303-497-8401
>> > > > > >> > ---------------
>> > > > > >> > Pronouns: she/her
>> > > > > >> >
>> > > > > >> >
>> > > > > >> > On Tue, Mar 23, 2021 at 11:23 AM Scott Gregory via RT
<
>> > > > > >> met_help at ucar.edu>
>> > > > > >> > wrote:
>> > > > > >> >
>> > > > > >> > >
>> > > > > >> > > <URL:
>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
>> > >
>> > > > > >> > >
>> > > > > >> > > Hi again, Minna
>> > > > > >> > >
>> > > > > >> > > is there a list of levels variables that are
allowed?
>> > > > > >> > >
>> > > > > >> > > Thanks
>> > > > > >> > > Scott
>> > > > > >> > >
>> > > > > >> > > On Tue, Mar 23, 2021 at 11:19 AM Scott Gregory <
>> > > > > >> > > scott.andrew.gregory at gmail.com> wrote:
>> > > > > >> > >
>> > > > > >> > > > Thanks Minna
>> > > > > >> > > >
>> > > > > >> > > > changed to
>> > > > > >> > > > level      = "Z500"; and now I get past... now it
says
>> > > > > >> > > >
>> > > > > >> > > > WARNING: read_data_plane() -> REFC/Z500 not found
in
>> > > > file:...(WRF
>> > > > > >> file
>> > > > > >> > > > name)
>> > > > > >> > > > is there a way to force these WRF data and the
MRMS data
>> to
>> > > work
>> > > > > >> > > together-
>> > > > > >> > > > can I get it to ignore the level?
>> > > > > >> > > >
>> > > > > >> > > > any help would be great!
>> > > > > >> > > > Thanks
>> > > > > >> > > > Scott
>> > > > > >> > > >
>> > > > > >> > > >
>> > > > > >> > > > On Tue, Mar 23, 2021 at 10:52 AM Minna Win via RT
<
>> > > > > >> met_help at ucar.edu>
>> > > > > >> > > > wrote:
>> > > > > >> > > >
>> > > > > >> > > >> Hello Scott,
>> > > > > >> > > >>
>> > > > > >> > > >> I consulted with a scientist who is familiar with
using
>> > > > Grid-stat
>> > > > > >> on
>> > > > > >> > > MRMS
>> > > > > >> > > >> data and here is a suggestion:
>> > > > > >> > > >>
>> > > > > >> > > >>
>> > > > > >> > > >>    - You were using the '(*,*)' syntax and that
only
>> works
>> > on
>> > > > > >> netCDF
>> > > > > >> > > data,
>> > > > > >> > > >>    not grb files
>> > > > > >> > > >>
>> > > > > >> > > >> From the meta data you provided, it looks like
for the
>> > 500mb
>> > > > > level,
>> > > > > >> > you
>> > > > > >> > > >> can
>> > > > > >> > > >> set the level=Z500
>> > > > > >> > > >>
>> > > > > >> > > >> Can you try setting the level you want to the
above?
>> > > > > >> > > >>
>> > > > > >> > > >> Regards,
>> > > > > >> > > >> Minna
>> > > > > >> > > >> ---------------
>> > > > > >> > > >> Minna Win
>> > > > > >> > > >> National Center for Atmospheric Research
>> > > > > >> > > >> Developmental Testbed Center
>> > > > > >> > > >> Phone: 303-497-8423
>> > > > > >> > > >> Fax:   303-497-8401
>> > > > > >> > > >> ---------------
>> > > > > >> > > >> Pronouns: she/her
>> > > > > >> > > >>
>> > > > > >> > > >>
>> > > > > >> > > >> On Tue, Mar 23, 2021 at 10:04 AM Scott Gregory
via RT <
>> > > > > >> > > met_help at ucar.edu>
>> > > > > >> > > >> wrote:
>> > > > > >> > > >>
>> > > > > >> > > >> >
>> > > > > >> > > >> > Tue Mar 23 10:03:40 2021: Request 99193 was
acted
>> upon.
>> > > > > >> > > >> > Transaction: Ticket created by
>> > > > scott.andrew.gregory at gmail.com
>> > > > > >> > > >> >        Queue: met_help
>> > > > > >> > > >> >      Subject: (No subject given)
>> > > > > >> > > >> >        Owner: Nobody
>> > > > > >> > > >> >   Requestors: scott.andrew.gregory at gmail.com
>> > > > > >> > > >> >       Status: new
>> > > > > >> > > >> >  Ticket <URL:
>> > > > > >> >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
>> > > > > >> > > >
>> > > > > >> > > >> >
>> > > > > >> > > >> >
>> > > > > >> > > >> > Hi Met Help
>> > > > > >> > > >> >
>> > > > > >> > > >> > I am trying to use grid_stat on composite radar
>> > > reflectivity
>> > > > > from
>> > > > > >> > WRF
>> > > > > >> > > >> and
>> > > > > >> > > >> > trying to verify with MRMS data. If you have
any
>> > > suggestions
>> > > > as
>> > > > > >> to
>> > > > > >> > > >> > alternative radar data sets, please let me know
that
>> as
>> > > > well..
>> > > > > >> > > >> >
>> > > > > >> > > >> > currently, I have the wrf and MRMS on the same
grid
>> and i
>> > > run
>> > > > > >> > > grid_stat
>> > > > > >> > > >> ...
>> > > > > >> > > >> > the configure file has 'levels="(*,*)" ' in the
>> example
>> > > > > configure
>> > > > > >> > file
>> > > > > >> > > >> > included in the met tutorial package (which, in
my
>> case
>> > is
>> > > > in a
>> > > > > >> > docker
>> > > > > >> > > >> > container). The example config was APCP...
>> > > > > >> > > >> >
>> > > > > >> > > >> > here is the error
>> > > > > >> > > >> >
>> > > > > >> > > >> > VarInfo::set_level_info_grib() - failed to
parse level
>> > > string
>> > > > > >> > '(*,*)'
>> > > > > >> > > >> >
>> > > > > >> > > >> > I tried a few different things that I have seen
in
>> > > > met_tutorial
>> > > > > >> > > >> online...
>> > > > > >> > > >> > and some things that sortof make sense for
levels but
>> I
>> > > > > generally
>> > > > > >> > get
>> > > > > >> > > >> the
>> > > > > >> > > >> > same error.
>> > > > > >> > > >> >
>> > > > > >> > > >> > here is the wgrib2 -V info for the wrf data
>> > > > > >> > > >> >
>> > > > > >> > > >> > 44:4441236:vt=2021031817:entire atmosphere
(considered
>> > as a
>> > > > > >> single
>> > > > > >> > > >> layer):5
>> > > > > >> > > >> > hour fcst:REFC Composite reflectivity [dB]:
>> > > > > >> > > >> >
>> > > > > >> > > >> >
>> > >  ndata=24500000:undef=24409572:mean=-19.2125:min=-20:max=0
>> > > > > >> > > >> >
>> > > > > >> > > >> >     grid_template=0:winds(N/S):
>> > > > > >> > > >> >
>> > > > > >> > > >> >         lat-lon grid:(7000 x 3500) units 1e-06
input
>> > WE:NS
>> > > > > output
>> > > > > >> > > WE:SN
>> > > > > >> > > >> res
>> > > > > >> > > >> > 48
>> > > > > >> > > >> >
>> > > > > >> > > >> >         lat 54.995000 to 20.005000 by 0.010000
>> > > > > >> > > >> >
>> > > > > >> > > >> >         lon 230.004999 to 299.994999 by
0.010000
>> > > > > #points=24500000
>> > > > > >> > > >> > here is the info for MRMS
>> > > > > >> > > >> >
>> > > > > >> > > >> > 1:0:vt=2020121017:500 m above mean sea
>> > > > > >> > > >> > level:anl:MergedReflectivityQComposite
Composite
>> > > Reflectivity
>> > > > > >> Mosaic
>> > > > > >> > > >> (max
>> > > > > >> > > >> > ref) [dBZ]:
>> > > > > >> > > >> >
>> > > > > >> > > >> >
>> >  ndata=24500000:undef=0:mean=-480.259:min=-999:max=50.7
>> > > > > >> > > >> >
>> > > > > >> > > >> >     grid_template=0:winds(N/S):
>> > > > > >> > > >> >
>> > > > > >> > > >> >        lat-lon grid:(7000 x 3500) units 1e-06
input
>> WE:NS
>> > > > > output
>> > > > > >> > WE:SN
>> > > > > >> > > >> res
>> > > > > >> > > >> > 48
>> > > > > >> > > >> >
>> > > > > >> > > >> >        lat 54.995000 to 20.005001 by 0.010000
>> > > > > >> > > >> >
>> > > > > >> > > >> >        lon 230.004999 to 299.994997 by 0.010000
>> > > > > #points=24500000
>> > > > > >> > > >> >
>> > > > > >> > > >> > If you have any suggestions how to set the
'levels'
>> > > variable
>> > > > in
>> > > > > >> the
>> > > > > >> > > >> config
>> > > > > >> > > >> > file and anything else, please let me know.
>> > > > > >> > > >> >
>> > > > > >> > > >> > thanks!
>> > > > > >> > > >> > --
>> > > > > >> > > >> > Scott Gregory
>> > > > > >> > > >> >
>> > > > > >> > > >> >
>> > > > > >> > > >>
>> > > > > >> > > >>
>> > > > > >> > > >
>> > > > > >> > > > --
>> > > > > >> > > > Scott Gregory
>> > > > > >> > > >
>> > > > > >> > >
>> > > > > >> > >
>> > > > > >> > > --
>> > > > > >> > > Scott Gregory
>> > > > > >> > >
>> > > > > >> > >
>> > > > > >> >
>> > > > > >> >
>> > > > > >>
>> > > > > >> --
>> > > > > >> Scott Gregory
>> > > > > >>
>> > > > > >>
>> > > > >
>> > > > >
>> > > >
>> > > > --
>> > > > Scott Gregory
>> > > >
>> > > >
>> > >
>> > >
>> >
>> > --
>> > Scott Gregory
>> >
>> >
>>
>>
>
> --
> Scott Gregory
>


--
Scott Gregory

------------------------------------------------
Subject: 
From: Minna Win
Time: Tue Mar 23 17:52:37 2021

Hi Scott,

Thanks for promptly providing the data and config file.  I was able to
get
grid stat to run successfully, i did change one thing in your CONFIG
file:
I changed the level from P500 to Z500.  I'm not sure why you were
seeing
the "killed" message.  Could you please try Z500.  Sometimes this is
an
exasperating process getting the levels correctly identified!

I put the following file in your gregory directory in the ftp site for
you
to look at and see if this is what you expected.  I did observe a
warning
about the time mismatch while I was running grid-stat.  I'll need to
ask
someone about that issue tomorrow.

Regards,
Minna
---------------
Minna Win
National Center for Atmospheric Research
Developmental Testbed Center
Phone: 303-497-8423
Fax:   303-497-8401
---------------
Pronouns: she/her


On Tue, Mar 23, 2021 at 4:48 PM Scott Gregory via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
>
> Hi again Minna
>
> when I regridded both data sets to a smaller domain, I think it
would works
> except the timestamp on the MRMS data is  20201210_170041  where in
the WRF
> data it is  20201210_170000 . do you know how I can make their valid
times
> work together?
>
> Thanks again.... see previous email for the ftp information.
> Scott
>
> On Tue, Mar 23, 2021 at 4:31 PM Scott Gregory <
> scott.andrew.gregory at gmail.com> wrote:
>
> > Hi Minna
> >
> > I ftp'd those files... /incoming/irap/met_help/gregory
> >
> > I was thinking that maybe I need to regrid the WRF and MRMS
domains to
> > localize them to the WRF domain, which is a few hundred km around
> > Albuquerque, NM... Up until now, I had put the WRF on the MRMS
grid
> (CONUS)
> > but that doesnt need to be the case... thats my only thought right
now. I
> > will be leaving work soon and will revisit this tomorrow if you
have any
> > suggestions..... THANKS
> >
> > Scott
> >
> > On Tue, Mar 23, 2021 at 4:17 PM Minna Win via RT
<met_help at ucar.edu>
> > wrote:
> >
> >> Hi Scott,
> >>
> >> I cannot find any error messages in the log file.  Could you
please ftp
> >> your config file and your fcst and obs data?  I'd like to try
running it
> >> locally and see if I can reproduce the behavior.  You can follow
the
> >> instructions at the bottom of this link under 'How to send us
data':
> >>
> >>
> >>
> >>
> http://dtcenter.org/community-code/model-evaluation-tools-met/met-
help-desk
> >>
> >>
> >> Regards,
> >> Minna
> >>
> >> ---------------
> >> Minna Win
> >> National Center for Atmospheric Research
> >> Developmental Testbed Center
> >> Phone: 303-497-8423
> >> Fax:   303-497-8401
> >> ---------------
> >> Pronouns: she/her
> >>
> >>
> >> On Tue, Mar 23, 2021 at 1:26 PM Scott Gregory via RT
<met_help at ucar.edu
> >
> >> wrote:
> >>
> >> >
> >> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
> >> >
> >> > It got a lot further with the -v 5!... see attached logfile
> >> >
> >> > Thanks
> >> > Scott
> >> >
> >> >
> >> > On Tue, Mar 23, 2021 at 1:21 PM Minna Win via RT
<met_help at ucar.edu>
> >> > wrote:
> >> >
> >> > > Hi Scott,
> >> > >
> >> > > Can you please increase your log level to 5 ( ie run from the
> command
> >> > line
> >> > > with '-v 5' )  and send your log file?
> >> > >
> >> > > Thanks,
> >> > > Minna
> >> > > ---------------
> >> > > Minna Win
> >> > > National Center for Atmospheric Research
> >> > > Developmental Testbed Center
> >> > > Phone: 303-497-8423
> >> > > Fax:   303-497-8401
> >> > > ---------------
> >> > > Pronouns: she/her
> >> > >
> >> > >
> >> > > On Tue, Mar 23, 2021 at 12:28 PM Scott Gregory via RT <
> >> met_help at ucar.edu
> >> > >
> >> > > wrote:
> >> > >
> >> > > >
> >> > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
> >> > > >
> >> > > > Those suggestions seem to satisfy the 'levels' but the
program
> ends
> >> > > > with 'Killed.... I dont know what killed it.. any ideas?
> >> > > >
> >> > > > DEBUG 1: Default Config File:
> >> > > > /usr/local/share/met/config/GridStatConfig_default
> >> > > >
> >> > > > DEBUG 1: User Config File: CONFIG
> >> > > >
> >> > > > GSL_RNG_TYPE=mt19937
> >> > > >
> >> > > > GSL_RNG_SEED=1496472160
> >> > > >
> >> > > > DEBUG 1: Forecast File:
> >> tutorial/MET_Tutorial/input/regridWRFPRS_d01.05
> >> > > >
> >> > > > DEBUG 1: Observation File:
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
>
tutorial/MET_Tutorial/input/MRMS_MergedReflectivityQComposite_00.50_20201210-
170041.grib2
> >> > > >
> >> > > > Killed
> >> > > >
> >> > > > thanks
> >> > > > Scott
> >> > > >
> >> > > > On Tue, Mar 23, 2021 at 12:05 PM Minna Win via RT <
> >> met_help at ucar.edu>
> >> > > > wrote:
> >> > > >
> >> > > > > Hi Scott,
> >> > > > >
> >> > > > > One of our scientists suggests setting the level to 'L0'
for WRF
> >> > > (fcsts=
> >> > > > > {level = 'L0', etc}) and for MRMS, ie obs = {...}
dictionary in
> >> the
> >> > > > config
> >> > > > > file, set that level to P500 and see if that works.  Can
you try
> >> that
> >> > > and
> >> > > > > see if that works?
> >> > > > >
> >> > > > > Regards,
> >> > > > > Minna
> >> > > > > ---------------
> >> > > > > Minna Win
> >> > > > > National Center for Atmospheric Research
> >> > > > > Developmental Testbed Center
> >> > > > > Phone: 303-497-8423
> >> > > > > Fax:   303-497-8401
> >> > > > > ---------------
> >> > > > > Pronouns: she/her
> >> > > > >
> >> > > > >
> >> > > > > On Tue, Mar 23, 2021 at 11:54 AM Minna Win-Gildenmeister
<
> >> > > > > minnawin at ucar.edu>
> >> > > > > wrote:
> >> > > > >
> >> > > > > > Hi Scott,
> >> > > > > >
> >> > > > > > Let me check and see if anyone has figured out how to
do this.
> >> > > Thanks
> >> > > > > for
> >> > > > > > your patience.
> >> > > > > >
> >> > > > > > Regards,
> >> > > > > > Minna
> >> > > > > > ---------------
> >> > > > > > Minna Win
> >> > > > > > National Center for Atmospheric Research
> >> > > > > > Developmental Testbed Center
> >> > > > > > Phone: 303-497-8423
> >> > > > > > Fax:   303-497-8401
> >> > > > > > ---------------
> >> > > > > > Pronouns: she/her
> >> > > > > >
> >> > > > > >
> >> > > > > > On Tue, Mar 23, 2021 at 11:45 AM Scott Gregory via RT <
> >> > > > met_help at ucar.edu
> >> > > > > >
> >> > > > > > wrote:
> >> > > > > >
> >> > > > > >>
> >> > > > > >> <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> >> >
> >> > > > > >>
> >> > > > > >> Hi Again Minna
> >> > > > > >>
> >> > > > > >> the level in the WRF Composite reflectivity data is
> >> > > > > >>
> >> > > > > >> entire atmosphere (considered as a single layer)
> >> > > > > >>
> >> > > > > >> and the level in the MRMS data is
> >> > > > > >>
> >> > > > > >> 500 m above mean sea level
> >> > > > > >>
> >> > > > > >> Is there any way to force the WRF Composite
Reflectivity
> into a
> >> > > > variable
> >> > > > > >> that will work?
> >> > > > > >>
> >> > > > > >> I was asking for a list thinking I could learn better
how to
> >> use
> >> > > > > grid_stat
> >> > > > > >>
> >> > > > > >> any help is great!
> >> > > > > >> Thanks
> >> > > > > >> Scott
> >> > > > > >>
> >> > > > > >>
> >> > > > > >> On Tue, Mar 23, 2021 at 11:39 AM Minna Win via RT <
> >> > > met_help at ucar.edu>
> >> > > > > >> wrote:
> >> > > > > >>
> >> > > > > >> > Hi Scott,
> >> > > > > >> >
> >> > > > > >> > According to the scientist, it's typical to us Pxyz
for
> >> pressure
> >> > > > > levels
> >> > > > > >> and
> >> > > > > >> > Zxyz for heights.  The "allowed" levels are bound by
what
> is
> >> > > > available
> >> > > > > >> in
> >> > > > > >> > your data.  If you request a level and it doesn't
exist,
> >> you'll
> >> > > end
> >> > > > up
> >> > > > > >> > getting no results.  Is that what you were asking?
> >> > > > > >> >
> >> > > > > >> > Regards,
> >> > > > > >> > Minna
> >> > > > > >> > ---------------
> >> > > > > >> > Minna Win
> >> > > > > >> > National Center for Atmospheric Research
> >> > > > > >> > Developmental Testbed Center
> >> > > > > >> > Phone: 303-497-8423
> >> > > > > >> > Fax:   303-497-8401
> >> > > > > >> > ---------------
> >> > > > > >> > Pronouns: she/her
> >> > > > > >> >
> >> > > > > >> >
> >> > > > > >> > On Tue, Mar 23, 2021 at 11:23 AM Scott Gregory via
RT <
> >> > > > > >> met_help at ucar.edu>
> >> > > > > >> > wrote:
> >> > > > > >> >
> >> > > > > >> > >
> >> > > > > >> > > <URL:
> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> >> > >
> >> > > > > >> > >
> >> > > > > >> > > Hi again, Minna
> >> > > > > >> > >
> >> > > > > >> > > is there a list of levels variables that are
allowed?
> >> > > > > >> > >
> >> > > > > >> > > Thanks
> >> > > > > >> > > Scott
> >> > > > > >> > >
> >> > > > > >> > > On Tue, Mar 23, 2021 at 11:19 AM Scott Gregory <
> >> > > > > >> > > scott.andrew.gregory at gmail.com> wrote:
> >> > > > > >> > >
> >> > > > > >> > > > Thanks Minna
> >> > > > > >> > > >
> >> > > > > >> > > > changed to
> >> > > > > >> > > > level      = "Z500"; and now I get past... now
it says
> >> > > > > >> > > >
> >> > > > > >> > > > WARNING: read_data_plane() -> REFC/Z500 not
found in
> >> > > > file:...(WRF
> >> > > > > >> file
> >> > > > > >> > > > name)
> >> > > > > >> > > > is there a way to force these WRF data and the
MRMS
> data
> >> to
> >> > > work
> >> > > > > >> > > together-
> >> > > > > >> > > > can I get it to ignore the level?
> >> > > > > >> > > >
> >> > > > > >> > > > any help would be great!
> >> > > > > >> > > > Thanks
> >> > > > > >> > > > Scott
> >> > > > > >> > > >
> >> > > > > >> > > >
> >> > > > > >> > > > On Tue, Mar 23, 2021 at 10:52 AM Minna Win via
RT <
> >> > > > > >> met_help at ucar.edu>
> >> > > > > >> > > > wrote:
> >> > > > > >> > > >
> >> > > > > >> > > >> Hello Scott,
> >> > > > > >> > > >>
> >> > > > > >> > > >> I consulted with a scientist who is familiar
with
> using
> >> > > > Grid-stat
> >> > > > > >> on
> >> > > > > >> > > MRMS
> >> > > > > >> > > >> data and here is a suggestion:
> >> > > > > >> > > >>
> >> > > > > >> > > >>
> >> > > > > >> > > >>    - You were using the '(*,*)' syntax and that
only
> >> works
> >> > on
> >> > > > > >> netCDF
> >> > > > > >> > > data,
> >> > > > > >> > > >>    not grb files
> >> > > > > >> > > >>
> >> > > > > >> > > >> From the meta data you provided, it looks like
for the
> >> > 500mb
> >> > > > > level,
> >> > > > > >> > you
> >> > > > > >> > > >> can
> >> > > > > >> > > >> set the level=Z500
> >> > > > > >> > > >>
> >> > > > > >> > > >> Can you try setting the level you want to the
above?
> >> > > > > >> > > >>
> >> > > > > >> > > >> Regards,
> >> > > > > >> > > >> Minna
> >> > > > > >> > > >> ---------------
> >> > > > > >> > > >> Minna Win
> >> > > > > >> > > >> National Center for Atmospheric Research
> >> > > > > >> > > >> Developmental Testbed Center
> >> > > > > >> > > >> Phone: 303-497-8423
> >> > > > > >> > > >> Fax:   303-497-8401
> >> > > > > >> > > >> ---------------
> >> > > > > >> > > >> Pronouns: she/her
> >> > > > > >> > > >>
> >> > > > > >> > > >>
> >> > > > > >> > > >> On Tue, Mar 23, 2021 at 10:04 AM Scott Gregory
via RT
> <
> >> > > > > >> > > met_help at ucar.edu>
> >> > > > > >> > > >> wrote:
> >> > > > > >> > > >>
> >> > > > > >> > > >> >
> >> > > > > >> > > >> > Tue Mar 23 10:03:40 2021: Request 99193 was
acted
> >> upon.
> >> > > > > >> > > >> > Transaction: Ticket created by
> >> > > > scott.andrew.gregory at gmail.com
> >> > > > > >> > > >> >        Queue: met_help
> >> > > > > >> > > >> >      Subject: (No subject given)
> >> > > > > >> > > >> >        Owner: Nobody
> >> > > > > >> > > >> >   Requestors: scott.andrew.gregory at gmail.com
> >> > > > > >> > > >> >       Status: new
> >> > > > > >> > > >> >  Ticket <URL:
> >> > > > > >> >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> >> > > > > >> > > >
> >> > > > > >> > > >> >
> >> > > > > >> > > >> >
> >> > > > > >> > > >> > Hi Met Help
> >> > > > > >> > > >> >
> >> > > > > >> > > >> > I am trying to use grid_stat on composite
radar
> >> > > reflectivity
> >> > > > > from
> >> > > > > >> > WRF
> >> > > > > >> > > >> and
> >> > > > > >> > > >> > trying to verify with MRMS data. If you have
any
> >> > > suggestions
> >> > > > as
> >> > > > > >> to
> >> > > > > >> > > >> > alternative radar data sets, please let me
know that
> >> as
> >> > > > well..
> >> > > > > >> > > >> >
> >> > > > > >> > > >> > currently, I have the wrf and MRMS on the
same grid
> >> and i
> >> > > run
> >> > > > > >> > > grid_stat
> >> > > > > >> > > >> ...
> >> > > > > >> > > >> > the configure file has 'levels="(*,*)" ' in
the
> >> example
> >> > > > > configure
> >> > > > > >> > file
> >> > > > > >> > > >> > included in the met tutorial package (which,
in my
> >> case
> >> > is
> >> > > > in a
> >> > > > > >> > docker
> >> > > > > >> > > >> > container). The example config was APCP...
> >> > > > > >> > > >> >
> >> > > > > >> > > >> > here is the error
> >> > > > > >> > > >> >
> >> > > > > >> > > >> > VarInfo::set_level_info_grib() - failed to
parse
> level
> >> > > string
> >> > > > > >> > '(*,*)'
> >> > > > > >> > > >> >
> >> > > > > >> > > >> > I tried a few different things that I have
seen in
> >> > > > met_tutorial
> >> > > > > >> > > >> online...
> >> > > > > >> > > >> > and some things that sortof make sense for
levels
> but
> >> I
> >> > > > > generally
> >> > > > > >> > get
> >> > > > > >> > > >> the
> >> > > > > >> > > >> > same error.
> >> > > > > >> > > >> >
> >> > > > > >> > > >> > here is the wgrib2 -V info for the wrf data
> >> > > > > >> > > >> >
> >> > > > > >> > > >> > 44:4441236:vt=2021031817:entire atmosphere
> (considered
> >> > as a
> >> > > > > >> single
> >> > > > > >> > > >> layer):5
> >> > > > > >> > > >> > hour fcst:REFC Composite reflectivity [dB]:
> >> > > > > >> > > >> >
> >> > > > > >> > > >> >
> >> > >  ndata=24500000:undef=24409572:mean=-19.2125:min=-20:max=0
> >> > > > > >> > > >> >
> >> > > > > >> > > >> >     grid_template=0:winds(N/S):
> >> > > > > >> > > >> >
> >> > > > > >> > > >> >         lat-lon grid:(7000 x 3500) units 1e-
06 input
> >> > WE:NS
> >> > > > > output
> >> > > > > >> > > WE:SN
> >> > > > > >> > > >> res
> >> > > > > >> > > >> > 48
> >> > > > > >> > > >> >
> >> > > > > >> > > >> >         lat 54.995000 to 20.005000 by
0.010000
> >> > > > > >> > > >> >
> >> > > > > >> > > >> >         lon 230.004999 to 299.994999 by
0.010000
> >> > > > > #points=24500000
> >> > > > > >> > > >> > here is the info for MRMS
> >> > > > > >> > > >> >
> >> > > > > >> > > >> > 1:0:vt=2020121017:500 m above mean sea
> >> > > > > >> > > >> > level:anl:MergedReflectivityQComposite
Composite
> >> > > Reflectivity
> >> > > > > >> Mosaic
> >> > > > > >> > > >> (max
> >> > > > > >> > > >> > ref) [dBZ]:
> >> > > > > >> > > >> >
> >> > > > > >> > > >> >
> >> >  ndata=24500000:undef=0:mean=-480.259:min=-999:max=50.7
> >> > > > > >> > > >> >
> >> > > > > >> > > >> >     grid_template=0:winds(N/S):
> >> > > > > >> > > >> >
> >> > > > > >> > > >> >        lat-lon grid:(7000 x 3500) units 1e-06
input
> >> WE:NS
> >> > > > > output
> >> > > > > >> > WE:SN
> >> > > > > >> > > >> res
> >> > > > > >> > > >> > 48
> >> > > > > >> > > >> >
> >> > > > > >> > > >> >        lat 54.995000 to 20.005001 by 0.010000
> >> > > > > >> > > >> >
> >> > > > > >> > > >> >        lon 230.004999 to 299.994997 by
0.010000
> >> > > > > #points=24500000
> >> > > > > >> > > >> >
> >> > > > > >> > > >> > If you have any suggestions how to set the
'levels'
> >> > > variable
> >> > > > in
> >> > > > > >> the
> >> > > > > >> > > >> config
> >> > > > > >> > > >> > file and anything else, please let me know.
> >> > > > > >> > > >> >
> >> > > > > >> > > >> > thanks!
> >> > > > > >> > > >> > --
> >> > > > > >> > > >> > Scott Gregory
> >> > > > > >> > > >> >
> >> > > > > >> > > >> >
> >> > > > > >> > > >>
> >> > > > > >> > > >>
> >> > > > > >> > > >
> >> > > > > >> > > > --
> >> > > > > >> > > > Scott Gregory
> >> > > > > >> > > >
> >> > > > > >> > >
> >> > > > > >> > >
> >> > > > > >> > > --
> >> > > > > >> > > Scott Gregory
> >> > > > > >> > >
> >> > > > > >> > >
> >> > > > > >> >
> >> > > > > >> >
> >> > > > > >>
> >> > > > > >> --
> >> > > > > >> Scott Gregory
> >> > > > > >>
> >> > > > > >>
> >> > > > >
> >> > > > >
> >> > > >
> >> > > > --
> >> > > > Scott Gregory
> >> > > >
> >> > > >
> >> > >
> >> > >
> >> >
> >> > --
> >> > Scott Gregory
> >> >
> >> >
> >>
> >>
> >
> > --
> > Scott Gregory
> >
>
>
> --
> Scott Gregory
>
>

------------------------------------------------
Subject: 
From: Scott Gregory
Time: Tue Mar 23 17:58:58 2021

Hi Minna

Just before I left work, I regridded the files to a much smaller
domain,
changed P500 to Z500 and fixed the date. It worked!... I think the big
domain maybe dies in my container because of the limits of the
container
memory. I will look again tomorrow and let you know how its goes.

Thanks for all of your help!
Scott

On Tue, Mar 23, 2021 at 5:52 PM Minna Win via RT <met_help at ucar.edu>
wrote:

> Hi Scott,
>
> Thanks for promptly providing the data and config file.  I was able
to get
> grid stat to run successfully, i did change one thing in your CONFIG
file:
> I changed the level from P500 to Z500.  I'm not sure why you were
seeing
> the "killed" message.  Could you please try Z500.  Sometimes this is
an
> exasperating process getting the levels correctly identified!
>
> I put the following file in your gregory directory in the ftp site
for you
> to look at and see if this is what you expected.  I did observe a
warning
> about the time mismatch while I was running grid-stat.  I'll need to
ask
> someone about that issue tomorrow.
>
> Regards,
> Minna
> ---------------
> Minna Win
> National Center for Atmospheric Research
> Developmental Testbed Center
> Phone: 303-497-8423
> Fax:   303-497-8401
> ---------------
> Pronouns: she/her
>
>
> On Tue, Mar 23, 2021 at 4:48 PM Scott Gregory via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
> >
> > Hi again Minna
> >
> > when I regridded both data sets to a smaller domain, I think it
would
> works
> > except the timestamp on the MRMS data is  20201210_170041  where
in the
> WRF
> > data it is  20201210_170000 . do you know how I can make their
valid
> times
> > work together?
> >
> > Thanks again.... see previous email for the ftp information.
> > Scott
> >
> > On Tue, Mar 23, 2021 at 4:31 PM Scott Gregory <
> > scott.andrew.gregory at gmail.com> wrote:
> >
> > > Hi Minna
> > >
> > > I ftp'd those files... /incoming/irap/met_help/gregory
> > >
> > > I was thinking that maybe I need to regrid the WRF and MRMS
domains to
> > > localize them to the WRF domain, which is a few hundred km
around
> > > Albuquerque, NM... Up until now, I had put the WRF on the MRMS
grid
> > (CONUS)
> > > but that doesnt need to be the case... thats my only thought
right
> now. I
> > > will be leaving work soon and will revisit this tomorrow if you
have
> any
> > > suggestions..... THANKS
> > >
> > > Scott
> > >
> > > On Tue, Mar 23, 2021 at 4:17 PM Minna Win via RT
<met_help at ucar.edu>
> > > wrote:
> > >
> > >> Hi Scott,
> > >>
> > >> I cannot find any error messages in the log file.  Could you
please
> ftp
> > >> your config file and your fcst and obs data?  I'd like to try
running
> it
> > >> locally and see if I can reproduce the behavior.  You can
follow the
> > >> instructions at the bottom of this link under 'How to send us
data':
> > >>
> > >>
> > >>
> > >>
> >
> http://dtcenter.org/community-code/model-evaluation-tools-met/met-
help-desk
> > >>
> > >>
> > >> Regards,
> > >> Minna
> > >>
> > >> ---------------
> > >> Minna Win
> > >> National Center for Atmospheric Research
> > >> Developmental Testbed Center
> > >> Phone: 303-497-8423
> > >> Fax:   303-497-8401
> > >> ---------------
> > >> Pronouns: she/her
> > >>
> > >>
> > >> On Tue, Mar 23, 2021 at 1:26 PM Scott Gregory via RT <
> met_help at ucar.edu
> > >
> > >> wrote:
> > >>
> > >> >
> > >> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
>
> > >> >
> > >> > It got a lot further with the -v 5!... see attached logfile
> > >> >
> > >> > Thanks
> > >> > Scott
> > >> >
> > >> >
> > >> > On Tue, Mar 23, 2021 at 1:21 PM Minna Win via RT
<met_help at ucar.edu
> >
> > >> > wrote:
> > >> >
> > >> > > Hi Scott,
> > >> > >
> > >> > > Can you please increase your log level to 5 ( ie run from
the
> > command
> > >> > line
> > >> > > with '-v 5' )  and send your log file?
> > >> > >
> > >> > > Thanks,
> > >> > > Minna
> > >> > > ---------------
> > >> > > Minna Win
> > >> > > National Center for Atmospheric Research
> > >> > > Developmental Testbed Center
> > >> > > Phone: 303-497-8423
> > >> > > Fax:   303-497-8401
> > >> > > ---------------
> > >> > > Pronouns: she/her
> > >> > >
> > >> > >
> > >> > > On Tue, Mar 23, 2021 at 12:28 PM Scott Gregory via RT <
> > >> met_help at ucar.edu
> > >> > >
> > >> > > wrote:
> > >> > >
> > >> > > >
> > >> > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
> > >> > > >
> > >> > > > Those suggestions seem to satisfy the 'levels' but the
program
> > ends
> > >> > > > with 'Killed.... I dont know what killed it.. any ideas?
> > >> > > >
> > >> > > > DEBUG 1: Default Config File:
> > >> > > > /usr/local/share/met/config/GridStatConfig_default
> > >> > > >
> > >> > > > DEBUG 1: User Config File: CONFIG
> > >> > > >
> > >> > > > GSL_RNG_TYPE=mt19937
> > >> > > >
> > >> > > > GSL_RNG_SEED=1496472160
> > >> > > >
> > >> > > > DEBUG 1: Forecast File:
> > >> tutorial/MET_Tutorial/input/regridWRFPRS_d01.05
> > >> > > >
> > >> > > > DEBUG 1: Observation File:
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
tutorial/MET_Tutorial/input/MRMS_MergedReflectivityQComposite_00.50_20201210-
170041.grib2
> > >> > > >
> > >> > > > Killed
> > >> > > >
> > >> > > > thanks
> > >> > > > Scott
> > >> > > >
> > >> > > > On Tue, Mar 23, 2021 at 12:05 PM Minna Win via RT <
> > >> met_help at ucar.edu>
> > >> > > > wrote:
> > >> > > >
> > >> > > > > Hi Scott,
> > >> > > > >
> > >> > > > > One of our scientists suggests setting the level to
'L0' for
> WRF
> > >> > > (fcsts=
> > >> > > > > {level = 'L0', etc}) and for MRMS, ie obs = {...}
dictionary
> in
> > >> the
> > >> > > > config
> > >> > > > > file, set that level to P500 and see if that works.
Can you
> try
> > >> that
> > >> > > and
> > >> > > > > see if that works?
> > >> > > > >
> > >> > > > > Regards,
> > >> > > > > Minna
> > >> > > > > ---------------
> > >> > > > > Minna Win
> > >> > > > > National Center for Atmospheric Research
> > >> > > > > Developmental Testbed Center
> > >> > > > > Phone: 303-497-8423
> > >> > > > > Fax:   303-497-8401
> > >> > > > > ---------------
> > >> > > > > Pronouns: she/her
> > >> > > > >
> > >> > > > >
> > >> > > > > On Tue, Mar 23, 2021 at 11:54 AM Minna Win-
Gildenmeister <
> > >> > > > > minnawin at ucar.edu>
> > >> > > > > wrote:
> > >> > > > >
> > >> > > > > > Hi Scott,
> > >> > > > > >
> > >> > > > > > Let me check and see if anyone has figured out how to
do
> this.
> > >> > > Thanks
> > >> > > > > for
> > >> > > > > > your patience.
> > >> > > > > >
> > >> > > > > > Regards,
> > >> > > > > > Minna
> > >> > > > > > ---------------
> > >> > > > > > Minna Win
> > >> > > > > > National Center for Atmospheric Research
> > >> > > > > > Developmental Testbed Center
> > >> > > > > > Phone: 303-497-8423
> > >> > > > > > Fax:   303-497-8401
> > >> > > > > > ---------------
> > >> > > > > > Pronouns: she/her
> > >> > > > > >
> > >> > > > > >
> > >> > > > > > On Tue, Mar 23, 2021 at 11:45 AM Scott Gregory via RT
<
> > >> > > > met_help at ucar.edu
> > >> > > > > >
> > >> > > > > > wrote:
> > >> > > > > >
> > >> > > > > >>
> > >> > > > > >> <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> > >> >
> > >> > > > > >>
> > >> > > > > >> Hi Again Minna
> > >> > > > > >>
> > >> > > > > >> the level in the WRF Composite reflectivity data is
> > >> > > > > >>
> > >> > > > > >> entire atmosphere (considered as a single layer)
> > >> > > > > >>
> > >> > > > > >> and the level in the MRMS data is
> > >> > > > > >>
> > >> > > > > >> 500 m above mean sea level
> > >> > > > > >>
> > >> > > > > >> Is there any way to force the WRF Composite
Reflectivity
> > into a
> > >> > > > variable
> > >> > > > > >> that will work?
> > >> > > > > >>
> > >> > > > > >> I was asking for a list thinking I could learn
better how
> to
> > >> use
> > >> > > > > grid_stat
> > >> > > > > >>
> > >> > > > > >> any help is great!
> > >> > > > > >> Thanks
> > >> > > > > >> Scott
> > >> > > > > >>
> > >> > > > > >>
> > >> > > > > >> On Tue, Mar 23, 2021 at 11:39 AM Minna Win via RT <
> > >> > > met_help at ucar.edu>
> > >> > > > > >> wrote:
> > >> > > > > >>
> > >> > > > > >> > Hi Scott,
> > >> > > > > >> >
> > >> > > > > >> > According to the scientist, it's typical to us
Pxyz for
> > >> pressure
> > >> > > > > levels
> > >> > > > > >> and
> > >> > > > > >> > Zxyz for heights.  The "allowed" levels are bound
by what
> > is
> > >> > > > available
> > >> > > > > >> in
> > >> > > > > >> > your data.  If you request a level and it doesn't
exist,
> > >> you'll
> > >> > > end
> > >> > > > up
> > >> > > > > >> > getting no results.  Is that what you were asking?
> > >> > > > > >> >
> > >> > > > > >> > Regards,
> > >> > > > > >> > Minna
> > >> > > > > >> > ---------------
> > >> > > > > >> > Minna Win
> > >> > > > > >> > National Center for Atmospheric Research
> > >> > > > > >> > Developmental Testbed Center
> > >> > > > > >> > Phone: 303-497-8423
> > >> > > > > >> > Fax:   303-497-8401
> > >> > > > > >> > ---------------
> > >> > > > > >> > Pronouns: she/her
> > >> > > > > >> >
> > >> > > > > >> >
> > >> > > > > >> > On Tue, Mar 23, 2021 at 11:23 AM Scott Gregory via
RT <
> > >> > > > > >> met_help at ucar.edu>
> > >> > > > > >> > wrote:
> > >> > > > > >> >
> > >> > > > > >> > >
> > >> > > > > >> > > <URL:
> > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> > >> > >
> > >> > > > > >> > >
> > >> > > > > >> > > Hi again, Minna
> > >> > > > > >> > >
> > >> > > > > >> > > is there a list of levels variables that are
allowed?
> > >> > > > > >> > >
> > >> > > > > >> > > Thanks
> > >> > > > > >> > > Scott
> > >> > > > > >> > >
> > >> > > > > >> > > On Tue, Mar 23, 2021 at 11:19 AM Scott Gregory <
> > >> > > > > >> > > scott.andrew.gregory at gmail.com> wrote:
> > >> > > > > >> > >
> > >> > > > > >> > > > Thanks Minna
> > >> > > > > >> > > >
> > >> > > > > >> > > > changed to
> > >> > > > > >> > > > level      = "Z500"; and now I get past... now
it
> says
> > >> > > > > >> > > >
> > >> > > > > >> > > > WARNING: read_data_plane() -> REFC/Z500 not
found in
> > >> > > > file:...(WRF
> > >> > > > > >> file
> > >> > > > > >> > > > name)
> > >> > > > > >> > > > is there a way to force these WRF data and the
MRMS
> > data
> > >> to
> > >> > > work
> > >> > > > > >> > > together-
> > >> > > > > >> > > > can I get it to ignore the level?
> > >> > > > > >> > > >
> > >> > > > > >> > > > any help would be great!
> > >> > > > > >> > > > Thanks
> > >> > > > > >> > > > Scott
> > >> > > > > >> > > >
> > >> > > > > >> > > >
> > >> > > > > >> > > > On Tue, Mar 23, 2021 at 10:52 AM Minna Win via
RT <
> > >> > > > > >> met_help at ucar.edu>
> > >> > > > > >> > > > wrote:
> > >> > > > > >> > > >
> > >> > > > > >> > > >> Hello Scott,
> > >> > > > > >> > > >>
> > >> > > > > >> > > >> I consulted with a scientist who is familiar
with
> > using
> > >> > > > Grid-stat
> > >> > > > > >> on
> > >> > > > > >> > > MRMS
> > >> > > > > >> > > >> data and here is a suggestion:
> > >> > > > > >> > > >>
> > >> > > > > >> > > >>
> > >> > > > > >> > > >>    - You were using the '(*,*)' syntax and
that only
> > >> works
> > >> > on
> > >> > > > > >> netCDF
> > >> > > > > >> > > data,
> > >> > > > > >> > > >>    not grb files
> > >> > > > > >> > > >>
> > >> > > > > >> > > >> From the meta data you provided, it looks
like for
> the
> > >> > 500mb
> > >> > > > > level,
> > >> > > > > >> > you
> > >> > > > > >> > > >> can
> > >> > > > > >> > > >> set the level=Z500
> > >> > > > > >> > > >>
> > >> > > > > >> > > >> Can you try setting the level you want to the
above?
> > >> > > > > >> > > >>
> > >> > > > > >> > > >> Regards,
> > >> > > > > >> > > >> Minna
> > >> > > > > >> > > >> ---------------
> > >> > > > > >> > > >> Minna Win
> > >> > > > > >> > > >> National Center for Atmospheric Research
> > >> > > > > >> > > >> Developmental Testbed Center
> > >> > > > > >> > > >> Phone: 303-497-8423
> > >> > > > > >> > > >> Fax:   303-497-8401
> > >> > > > > >> > > >> ---------------
> > >> > > > > >> > > >> Pronouns: she/her
> > >> > > > > >> > > >>
> > >> > > > > >> > > >>
> > >> > > > > >> > > >> On Tue, Mar 23, 2021 at 10:04 AM Scott
Gregory via
> RT
> > <
> > >> > > > > >> > > met_help at ucar.edu>
> > >> > > > > >> > > >> wrote:
> > >> > > > > >> > > >>
> > >> > > > > >> > > >> >
> > >> > > > > >> > > >> > Tue Mar 23 10:03:40 2021: Request 99193 was
acted
> > >> upon.
> > >> > > > > >> > > >> > Transaction: Ticket created by
> > >> > > > scott.andrew.gregory at gmail.com
> > >> > > > > >> > > >> >        Queue: met_help
> > >> > > > > >> > > >> >      Subject: (No subject given)
> > >> > > > > >> > > >> >        Owner: Nobody
> > >> > > > > >> > > >> >   Requestors:
scott.andrew.gregory at gmail.com
> > >> > > > > >> > > >> >       Status: new
> > >> > > > > >> > > >> >  Ticket <URL:
> > >> > > > > >> >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> > >> > > > > >> > > >
> > >> > > > > >> > > >> >
> > >> > > > > >> > > >> >
> > >> > > > > >> > > >> > Hi Met Help
> > >> > > > > >> > > >> >
> > >> > > > > >> > > >> > I am trying to use grid_stat on composite
radar
> > >> > > reflectivity
> > >> > > > > from
> > >> > > > > >> > WRF
> > >> > > > > >> > > >> and
> > >> > > > > >> > > >> > trying to verify with MRMS data. If you
have any
> > >> > > suggestions
> > >> > > > as
> > >> > > > > >> to
> > >> > > > > >> > > >> > alternative radar data sets, please let me
know
> that
> > >> as
> > >> > > > well..
> > >> > > > > >> > > >> >
> > >> > > > > >> > > >> > currently, I have the wrf and MRMS on the
same
> grid
> > >> and i
> > >> > > run
> > >> > > > > >> > > grid_stat
> > >> > > > > >> > > >> ...
> > >> > > > > >> > > >> > the configure file has 'levels="(*,*)" ' in
the
> > >> example
> > >> > > > > configure
> > >> > > > > >> > file
> > >> > > > > >> > > >> > included in the met tutorial package
(which, in my
> > >> case
> > >> > is
> > >> > > > in a
> > >> > > > > >> > docker
> > >> > > > > >> > > >> > container). The example config was APCP...
> > >> > > > > >> > > >> >
> > >> > > > > >> > > >> > here is the error
> > >> > > > > >> > > >> >
> > >> > > > > >> > > >> > VarInfo::set_level_info_grib() - failed to
parse
> > level
> > >> > > string
> > >> > > > > >> > '(*,*)'
> > >> > > > > >> > > >> >
> > >> > > > > >> > > >> > I tried a few different things that I have
seen in
> > >> > > > met_tutorial
> > >> > > > > >> > > >> online...
> > >> > > > > >> > > >> > and some things that sortof make sense for
levels
> > but
> > >> I
> > >> > > > > generally
> > >> > > > > >> > get
> > >> > > > > >> > > >> the
> > >> > > > > >> > > >> > same error.
> > >> > > > > >> > > >> >
> > >> > > > > >> > > >> > here is the wgrib2 -V info for the wrf data
> > >> > > > > >> > > >> >
> > >> > > > > >> > > >> > 44:4441236:vt=2021031817:entire atmosphere
> > (considered
> > >> > as a
> > >> > > > > >> single
> > >> > > > > >> > > >> layer):5
> > >> > > > > >> > > >> > hour fcst:REFC Composite reflectivity [dB]:
> > >> > > > > >> > > >> >
> > >> > > > > >> > > >> >
> > >> > >  ndata=24500000:undef=24409572:mean=-19.2125:min=-20:max=0
> > >> > > > > >> > > >> >
> > >> > > > > >> > > >> >     grid_template=0:winds(N/S):
> > >> > > > > >> > > >> >
> > >> > > > > >> > > >> >         lat-lon grid:(7000 x 3500) units
1e-06
> input
> > >> > WE:NS
> > >> > > > > output
> > >> > > > > >> > > WE:SN
> > >> > > > > >> > > >> res
> > >> > > > > >> > > >> > 48
> > >> > > > > >> > > >> >
> > >> > > > > >> > > >> >         lat 54.995000 to 20.005000 by
0.010000
> > >> > > > > >> > > >> >
> > >> > > > > >> > > >> >         lon 230.004999 to 299.994999 by
0.010000
> > >> > > > > #points=24500000
> > >> > > > > >> > > >> > here is the info for MRMS
> > >> > > > > >> > > >> >
> > >> > > > > >> > > >> > 1:0:vt=2020121017:500 m above mean sea
> > >> > > > > >> > > >> > level:anl:MergedReflectivityQComposite
Composite
> > >> > > Reflectivity
> > >> > > > > >> Mosaic
> > >> > > > > >> > > >> (max
> > >> > > > > >> > > >> > ref) [dBZ]:
> > >> > > > > >> > > >> >
> > >> > > > > >> > > >> >
> > >> >  ndata=24500000:undef=0:mean=-480.259:min=-999:max=50.7
> > >> > > > > >> > > >> >
> > >> > > > > >> > > >> >     grid_template=0:winds(N/S):
> > >> > > > > >> > > >> >
> > >> > > > > >> > > >> >        lat-lon grid:(7000 x 3500) units 1e-
06
> input
> > >> WE:NS
> > >> > > > > output
> > >> > > > > >> > WE:SN
> > >> > > > > >> > > >> res
> > >> > > > > >> > > >> > 48
> > >> > > > > >> > > >> >
> > >> > > > > >> > > >> >        lat 54.995000 to 20.005001 by
0.010000
> > >> > > > > >> > > >> >
> > >> > > > > >> > > >> >        lon 230.004999 to 299.994997 by
0.010000
> > >> > > > > #points=24500000
> > >> > > > > >> > > >> >
> > >> > > > > >> > > >> > If you have any suggestions how to set the
> 'levels'
> > >> > > variable
> > >> > > > in
> > >> > > > > >> the
> > >> > > > > >> > > >> config
> > >> > > > > >> > > >> > file and anything else, please let me know.
> > >> > > > > >> > > >> >
> > >> > > > > >> > > >> > thanks!
> > >> > > > > >> > > >> > --
> > >> > > > > >> > > >> > Scott Gregory
> > >> > > > > >> > > >> >
> > >> > > > > >> > > >> >
> > >> > > > > >> > > >>
> > >> > > > > >> > > >>
> > >> > > > > >> > > >
> > >> > > > > >> > > > --
> > >> > > > > >> > > > Scott Gregory
> > >> > > > > >> > > >
> > >> > > > > >> > >
> > >> > > > > >> > >
> > >> > > > > >> > > --
> > >> > > > > >> > > Scott Gregory
> > >> > > > > >> > >
> > >> > > > > >> > >
> > >> > > > > >> >
> > >> > > > > >> >
> > >> > > > > >>
> > >> > > > > >> --
> > >> > > > > >> Scott Gregory
> > >> > > > > >>
> > >> > > > > >>
> > >> > > > >
> > >> > > > >
> > >> > > >
> > >> > > > --
> > >> > > > Scott Gregory
> > >> > > >
> > >> > > >
> > >> > >
> > >> > >
> > >> >
> > >> > --
> > >> > Scott Gregory
> > >> >
> > >> >
> > >>
> > >>
> > >
> > > --
> > > Scott Gregory
> > >
> >
> >
> > --
> > Scott Gregory
> >
> >
>
>

--
Scott Gregory

------------------------------------------------
Subject: 
From: Minna Win
Time: Tue Mar 23 18:06:22 2021

Hi Scott,

I asked a couple of coworkers about your time mismatch issue.  I'll
let you
know if they have any suggestions.

Regards,
Minna
---------------
Minna Win
National Center for Atmospheric Research
Developmental Testbed Center
Phone: 303-497-8423
Fax:   303-497-8401
---------------
Pronouns: she/her


On Tue, Mar 23, 2021 at 5:59 PM Scott Gregory via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
>
> Hi Minna
>
> Just before I left work, I regridded the files to a much smaller
domain,
> changed P500 to Z500 and fixed the date. It worked!... I think the
big
> domain maybe dies in my container because of the limits of the
container
> memory. I will look again tomorrow and let you know how its goes.
>
> Thanks for all of your help!
> Scott
>
> On Tue, Mar 23, 2021 at 5:52 PM Minna Win via RT <met_help at ucar.edu>
> wrote:
>
> > Hi Scott,
> >
> > Thanks for promptly providing the data and config file.  I was
able to
> get
> > grid stat to run successfully, i did change one thing in your
CONFIG
> file:
> > I changed the level from P500 to Z500.  I'm not sure why you were
seeing
> > the "killed" message.  Could you please try Z500.  Sometimes this
is an
> > exasperating process getting the levels correctly identified!
> >
> > I put the following file in your gregory directory in the ftp site
for
> you
> > to look at and see if this is what you expected.  I did observe a
warning
> > about the time mismatch while I was running grid-stat.  I'll need
to ask
> > someone about that issue tomorrow.
> >
> > Regards,
> > Minna
> > ---------------
> > Minna Win
> > National Center for Atmospheric Research
> > Developmental Testbed Center
> > Phone: 303-497-8423
> > Fax:   303-497-8401
> > ---------------
> > Pronouns: she/her
> >
> >
> > On Tue, Mar 23, 2021 at 4:48 PM Scott Gregory via RT
<met_help at ucar.edu>
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
> > >
> > > Hi again Minna
> > >
> > > when I regridded both data sets to a smaller domain, I think it
would
> > works
> > > except the timestamp on the MRMS data is  20201210_170041  where
in the
> > WRF
> > > data it is  20201210_170000 . do you know how I can make their
valid
> > times
> > > work together?
> > >
> > > Thanks again.... see previous email for the ftp information.
> > > Scott
> > >
> > > On Tue, Mar 23, 2021 at 4:31 PM Scott Gregory <
> > > scott.andrew.gregory at gmail.com> wrote:
> > >
> > > > Hi Minna
> > > >
> > > > I ftp'd those files... /incoming/irap/met_help/gregory
> > > >
> > > > I was thinking that maybe I need to regrid the WRF and MRMS
domains
> to
> > > > localize them to the WRF domain, which is a few hundred km
around
> > > > Albuquerque, NM... Up until now, I had put the WRF on the MRMS
grid
> > > (CONUS)
> > > > but that doesnt need to be the case... thats my only thought
right
> > now. I
> > > > will be leaving work soon and will revisit this tomorrow if
you have
> > any
> > > > suggestions..... THANKS
> > > >
> > > > Scott
> > > >
> > > > On Tue, Mar 23, 2021 at 4:17 PM Minna Win via RT
<met_help at ucar.edu>
> > > > wrote:
> > > >
> > > >> Hi Scott,
> > > >>
> > > >> I cannot find any error messages in the log file.  Could you
please
> > ftp
> > > >> your config file and your fcst and obs data?  I'd like to try
> running
> > it
> > > >> locally and see if I can reproduce the behavior.  You can
follow the
> > > >> instructions at the bottom of this link under 'How to send us
data':
> > > >>
> > > >>
> > > >>
> > > >>
> > >
> >
> http://dtcenter.org/community-code/model-evaluation-tools-met/met-
help-desk
> > > >>
> > > >>
> > > >> Regards,
> > > >> Minna
> > > >>
> > > >> ---------------
> > > >> Minna Win
> > > >> National Center for Atmospheric Research
> > > >> Developmental Testbed Center
> > > >> Phone: 303-497-8423
> > > >> Fax:   303-497-8401
> > > >> ---------------
> > > >> Pronouns: she/her
> > > >>
> > > >>
> > > >> On Tue, Mar 23, 2021 at 1:26 PM Scott Gregory via RT <
> > met_help at ucar.edu
> > > >
> > > >> wrote:
> > > >>
> > > >> >
> > > >> > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
> > > >> >
> > > >> > It got a lot further with the -v 5!... see attached logfile
> > > >> >
> > > >> > Thanks
> > > >> > Scott
> > > >> >
> > > >> >
> > > >> > On Tue, Mar 23, 2021 at 1:21 PM Minna Win via RT <
> met_help at ucar.edu
> > >
> > > >> > wrote:
> > > >> >
> > > >> > > Hi Scott,
> > > >> > >
> > > >> > > Can you please increase your log level to 5 ( ie run from
the
> > > command
> > > >> > line
> > > >> > > with '-v 5' )  and send your log file?
> > > >> > >
> > > >> > > Thanks,
> > > >> > > Minna
> > > >> > > ---------------
> > > >> > > Minna Win
> > > >> > > National Center for Atmospheric Research
> > > >> > > Developmental Testbed Center
> > > >> > > Phone: 303-497-8423
> > > >> > > Fax:   303-497-8401
> > > >> > > ---------------
> > > >> > > Pronouns: she/her
> > > >> > >
> > > >> > >
> > > >> > > On Tue, Mar 23, 2021 at 12:28 PM Scott Gregory via RT <
> > > >> met_help at ucar.edu
> > > >> > >
> > > >> > > wrote:
> > > >> > >
> > > >> > > >
> > > >> > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> >
> > > >> > > >
> > > >> > > > Those suggestions seem to satisfy the 'levels' but the
program
> > > ends
> > > >> > > > with 'Killed.... I dont know what killed it.. any
ideas?
> > > >> > > >
> > > >> > > > DEBUG 1: Default Config File:
> > > >> > > > /usr/local/share/met/config/GridStatConfig_default
> > > >> > > >
> > > >> > > > DEBUG 1: User Config File: CONFIG
> > > >> > > >
> > > >> > > > GSL_RNG_TYPE=mt19937
> > > >> > > >
> > > >> > > > GSL_RNG_SEED=1496472160
> > > >> > > >
> > > >> > > > DEBUG 1: Forecast File:
> > > >> tutorial/MET_Tutorial/input/regridWRFPRS_d01.05
> > > >> > > >
> > > >> > > > DEBUG 1: Observation File:
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
tutorial/MET_Tutorial/input/MRMS_MergedReflectivityQComposite_00.50_20201210-
170041.grib2
> > > >> > > >
> > > >> > > > Killed
> > > >> > > >
> > > >> > > > thanks
> > > >> > > > Scott
> > > >> > > >
> > > >> > > > On Tue, Mar 23, 2021 at 12:05 PM Minna Win via RT <
> > > >> met_help at ucar.edu>
> > > >> > > > wrote:
> > > >> > > >
> > > >> > > > > Hi Scott,
> > > >> > > > >
> > > >> > > > > One of our scientists suggests setting the level to
'L0' for
> > WRF
> > > >> > > (fcsts=
> > > >> > > > > {level = 'L0', etc}) and for MRMS, ie obs = {...}
dictionary
> > in
> > > >> the
> > > >> > > > config
> > > >> > > > > file, set that level to P500 and see if that works.
Can you
> > try
> > > >> that
> > > >> > > and
> > > >> > > > > see if that works?
> > > >> > > > >
> > > >> > > > > Regards,
> > > >> > > > > Minna
> > > >> > > > > ---------------
> > > >> > > > > Minna Win
> > > >> > > > > National Center for Atmospheric Research
> > > >> > > > > Developmental Testbed Center
> > > >> > > > > Phone: 303-497-8423
> > > >> > > > > Fax:   303-497-8401
> > > >> > > > > ---------------
> > > >> > > > > Pronouns: she/her
> > > >> > > > >
> > > >> > > > >
> > > >> > > > > On Tue, Mar 23, 2021 at 11:54 AM Minna Win-
Gildenmeister <
> > > >> > > > > minnawin at ucar.edu>
> > > >> > > > > wrote:
> > > >> > > > >
> > > >> > > > > > Hi Scott,
> > > >> > > > > >
> > > >> > > > > > Let me check and see if anyone has figured out how
to do
> > this.
> > > >> > > Thanks
> > > >> > > > > for
> > > >> > > > > > your patience.
> > > >> > > > > >
> > > >> > > > > > Regards,
> > > >> > > > > > Minna
> > > >> > > > > > ---------------
> > > >> > > > > > Minna Win
> > > >> > > > > > National Center for Atmospheric Research
> > > >> > > > > > Developmental Testbed Center
> > > >> > > > > > Phone: 303-497-8423
> > > >> > > > > > Fax:   303-497-8401
> > > >> > > > > > ---------------
> > > >> > > > > > Pronouns: she/her
> > > >> > > > > >
> > > >> > > > > >
> > > >> > > > > > On Tue, Mar 23, 2021 at 11:45 AM Scott Gregory via
RT <
> > > >> > > > met_help at ucar.edu
> > > >> > > > > >
> > > >> > > > > > wrote:
> > > >> > > > > >
> > > >> > > > > >>
> > > >> > > > > >> <URL:
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> > > >> >
> > > >> > > > > >>
> > > >> > > > > >> Hi Again Minna
> > > >> > > > > >>
> > > >> > > > > >> the level in the WRF Composite reflectivity data
is
> > > >> > > > > >>
> > > >> > > > > >> entire atmosphere (considered as a single layer)
> > > >> > > > > >>
> > > >> > > > > >> and the level in the MRMS data is
> > > >> > > > > >>
> > > >> > > > > >> 500 m above mean sea level
> > > >> > > > > >>
> > > >> > > > > >> Is there any way to force the WRF Composite
Reflectivity
> > > into a
> > > >> > > > variable
> > > >> > > > > >> that will work?
> > > >> > > > > >>
> > > >> > > > > >> I was asking for a list thinking I could learn
better how
> > to
> > > >> use
> > > >> > > > > grid_stat
> > > >> > > > > >>
> > > >> > > > > >> any help is great!
> > > >> > > > > >> Thanks
> > > >> > > > > >> Scott
> > > >> > > > > >>
> > > >> > > > > >>
> > > >> > > > > >> On Tue, Mar 23, 2021 at 11:39 AM Minna Win via RT
<
> > > >> > > met_help at ucar.edu>
> > > >> > > > > >> wrote:
> > > >> > > > > >>
> > > >> > > > > >> > Hi Scott,
> > > >> > > > > >> >
> > > >> > > > > >> > According to the scientist, it's typical to us
Pxyz for
> > > >> pressure
> > > >> > > > > levels
> > > >> > > > > >> and
> > > >> > > > > >> > Zxyz for heights.  The "allowed" levels are
bound by
> what
> > > is
> > > >> > > > available
> > > >> > > > > >> in
> > > >> > > > > >> > your data.  If you request a level and it
doesn't
> exist,
> > > >> you'll
> > > >> > > end
> > > >> > > > up
> > > >> > > > > >> > getting no results.  Is that what you were
asking?
> > > >> > > > > >> >
> > > >> > > > > >> > Regards,
> > > >> > > > > >> > Minna
> > > >> > > > > >> > ---------------
> > > >> > > > > >> > Minna Win
> > > >> > > > > >> > National Center for Atmospheric Research
> > > >> > > > > >> > Developmental Testbed Center
> > > >> > > > > >> > Phone: 303-497-8423
> > > >> > > > > >> > Fax:   303-497-8401
> > > >> > > > > >> > ---------------
> > > >> > > > > >> > Pronouns: she/her
> > > >> > > > > >> >
> > > >> > > > > >> >
> > > >> > > > > >> > On Tue, Mar 23, 2021 at 11:23 AM Scott Gregory
via RT <
> > > >> > > > > >> met_help at ucar.edu>
> > > >> > > > > >> > wrote:
> > > >> > > > > >> >
> > > >> > > > > >> > >
> > > >> > > > > >> > > <URL:
> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> > > >> > >
> > > >> > > > > >> > >
> > > >> > > > > >> > > Hi again, Minna
> > > >> > > > > >> > >
> > > >> > > > > >> > > is there a list of levels variables that are
allowed?
> > > >> > > > > >> > >
> > > >> > > > > >> > > Thanks
> > > >> > > > > >> > > Scott
> > > >> > > > > >> > >
> > > >> > > > > >> > > On Tue, Mar 23, 2021 at 11:19 AM Scott Gregory
<
> > > >> > > > > >> > > scott.andrew.gregory at gmail.com> wrote:
> > > >> > > > > >> > >
> > > >> > > > > >> > > > Thanks Minna
> > > >> > > > > >> > > >
> > > >> > > > > >> > > > changed to
> > > >> > > > > >> > > > level      = "Z500"; and now I get past...
now it
> > says
> > > >> > > > > >> > > >
> > > >> > > > > >> > > > WARNING: read_data_plane() -> REFC/Z500 not
found
> in
> > > >> > > > file:...(WRF
> > > >> > > > > >> file
> > > >> > > > > >> > > > name)
> > > >> > > > > >> > > > is there a way to force these WRF data and
the MRMS
> > > data
> > > >> to
> > > >> > > work
> > > >> > > > > >> > > together-
> > > >> > > > > >> > > > can I get it to ignore the level?
> > > >> > > > > >> > > >
> > > >> > > > > >> > > > any help would be great!
> > > >> > > > > >> > > > Thanks
> > > >> > > > > >> > > > Scott
> > > >> > > > > >> > > >
> > > >> > > > > >> > > >
> > > >> > > > > >> > > > On Tue, Mar 23, 2021 at 10:52 AM Minna Win
via RT <
> > > >> > > > > >> met_help at ucar.edu>
> > > >> > > > > >> > > > wrote:
> > > >> > > > > >> > > >
> > > >> > > > > >> > > >> Hello Scott,
> > > >> > > > > >> > > >>
> > > >> > > > > >> > > >> I consulted with a scientist who is
familiar with
> > > using
> > > >> > > > Grid-stat
> > > >> > > > > >> on
> > > >> > > > > >> > > MRMS
> > > >> > > > > >> > > >> data and here is a suggestion:
> > > >> > > > > >> > > >>
> > > >> > > > > >> > > >>
> > > >> > > > > >> > > >>    - You were using the '(*,*)' syntax and
that
> only
> > > >> works
> > > >> > on
> > > >> > > > > >> netCDF
> > > >> > > > > >> > > data,
> > > >> > > > > >> > > >>    not grb files
> > > >> > > > > >> > > >>
> > > >> > > > > >> > > >> From the meta data you provided, it looks
like for
> > the
> > > >> > 500mb
> > > >> > > > > level,
> > > >> > > > > >> > you
> > > >> > > > > >> > > >> can
> > > >> > > > > >> > > >> set the level=Z500
> > > >> > > > > >> > > >>
> > > >> > > > > >> > > >> Can you try setting the level you want to
the
> above?
> > > >> > > > > >> > > >>
> > > >> > > > > >> > > >> Regards,
> > > >> > > > > >> > > >> Minna
> > > >> > > > > >> > > >> ---------------
> > > >> > > > > >> > > >> Minna Win
> > > >> > > > > >> > > >> National Center for Atmospheric Research
> > > >> > > > > >> > > >> Developmental Testbed Center
> > > >> > > > > >> > > >> Phone: 303-497-8423
> > > >> > > > > >> > > >> Fax:   303-497-8401
> > > >> > > > > >> > > >> ---------------
> > > >> > > > > >> > > >> Pronouns: she/her
> > > >> > > > > >> > > >>
> > > >> > > > > >> > > >>
> > > >> > > > > >> > > >> On Tue, Mar 23, 2021 at 10:04 AM Scott
Gregory via
> > RT
> > > <
> > > >> > > > > >> > > met_help at ucar.edu>
> > > >> > > > > >> > > >> wrote:
> > > >> > > > > >> > > >>
> > > >> > > > > >> > > >> >
> > > >> > > > > >> > > >> > Tue Mar 23 10:03:40 2021: Request 99193
was
> acted
> > > >> upon.
> > > >> > > > > >> > > >> > Transaction: Ticket created by
> > > >> > > > scott.andrew.gregory at gmail.com
> > > >> > > > > >> > > >> >        Queue: met_help
> > > >> > > > > >> > > >> >      Subject: (No subject given)
> > > >> > > > > >> > > >> >        Owner: Nobody
> > > >> > > > > >> > > >> >   Requestors:
scott.andrew.gregory at gmail.com
> > > >> > > > > >> > > >> >       Status: new
> > > >> > > > > >> > > >> >  Ticket <URL:
> > > >> > > > > >> >
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> > > >> > > > > >> > > >
> > > >> > > > > >> > > >> >
> > > >> > > > > >> > > >> >
> > > >> > > > > >> > > >> > Hi Met Help
> > > >> > > > > >> > > >> >
> > > >> > > > > >> > > >> > I am trying to use grid_stat on composite
radar
> > > >> > > reflectivity
> > > >> > > > > from
> > > >> > > > > >> > WRF
> > > >> > > > > >> > > >> and
> > > >> > > > > >> > > >> > trying to verify with MRMS data. If you
have any
> > > >> > > suggestions
> > > >> > > > as
> > > >> > > > > >> to
> > > >> > > > > >> > > >> > alternative radar data sets, please let
me know
> > that
> > > >> as
> > > >> > > > well..
> > > >> > > > > >> > > >> >
> > > >> > > > > >> > > >> > currently, I have the wrf and MRMS on the
same
> > grid
> > > >> and i
> > > >> > > run
> > > >> > > > > >> > > grid_stat
> > > >> > > > > >> > > >> ...
> > > >> > > > > >> > > >> > the configure file has 'levels="(*,*)" '
in the
> > > >> example
> > > >> > > > > configure
> > > >> > > > > >> > file
> > > >> > > > > >> > > >> > included in the met tutorial package
(which, in
> my
> > > >> case
> > > >> > is
> > > >> > > > in a
> > > >> > > > > >> > docker
> > > >> > > > > >> > > >> > container). The example config was
APCP...
> > > >> > > > > >> > > >> >
> > > >> > > > > >> > > >> > here is the error
> > > >> > > > > >> > > >> >
> > > >> > > > > >> > > >> > VarInfo::set_level_info_grib() - failed
to parse
> > > level
> > > >> > > string
> > > >> > > > > >> > '(*,*)'
> > > >> > > > > >> > > >> >
> > > >> > > > > >> > > >> > I tried a few different things that I
have seen
> in
> > > >> > > > met_tutorial
> > > >> > > > > >> > > >> online...
> > > >> > > > > >> > > >> > and some things that sortof make sense
for
> levels
> > > but
> > > >> I
> > > >> > > > > generally
> > > >> > > > > >> > get
> > > >> > > > > >> > > >> the
> > > >> > > > > >> > > >> > same error.
> > > >> > > > > >> > > >> >
> > > >> > > > > >> > > >> > here is the wgrib2 -V info for the wrf
data
> > > >> > > > > >> > > >> >
> > > >> > > > > >> > > >> > 44:4441236:vt=2021031817:entire
atmosphere
> > > (considered
> > > >> > as a
> > > >> > > > > >> single
> > > >> > > > > >> > > >> layer):5
> > > >> > > > > >> > > >> > hour fcst:REFC Composite reflectivity
[dB]:
> > > >> > > > > >> > > >> >
> > > >> > > > > >> > > >> >
> > > >> > >  ndata=24500000:undef=24409572:mean=-19.2125:min=-
20:max=0
> > > >> > > > > >> > > >> >
> > > >> > > > > >> > > >> >     grid_template=0:winds(N/S):
> > > >> > > > > >> > > >> >
> > > >> > > > > >> > > >> >         lat-lon grid:(7000 x 3500) units
1e-06
> > input
> > > >> > WE:NS
> > > >> > > > > output
> > > >> > > > > >> > > WE:SN
> > > >> > > > > >> > > >> res
> > > >> > > > > >> > > >> > 48
> > > >> > > > > >> > > >> >
> > > >> > > > > >> > > >> >         lat 54.995000 to 20.005000 by
0.010000
> > > >> > > > > >> > > >> >
> > > >> > > > > >> > > >> >         lon 230.004999 to 299.994999 by
0.010000
> > > >> > > > > #points=24500000
> > > >> > > > > >> > > >> > here is the info for MRMS
> > > >> > > > > >> > > >> >
> > > >> > > > > >> > > >> > 1:0:vt=2020121017:500 m above mean sea
> > > >> > > > > >> > > >> > level:anl:MergedReflectivityQComposite
Composite
> > > >> > > Reflectivity
> > > >> > > > > >> Mosaic
> > > >> > > > > >> > > >> (max
> > > >> > > > > >> > > >> > ref) [dBZ]:
> > > >> > > > > >> > > >> >
> > > >> > > > > >> > > >> >
> > > >> >  ndata=24500000:undef=0:mean=-480.259:min=-999:max=50.7
> > > >> > > > > >> > > >> >
> > > >> > > > > >> > > >> >     grid_template=0:winds(N/S):
> > > >> > > > > >> > > >> >
> > > >> > > > > >> > > >> >        lat-lon grid:(7000 x 3500) units
1e-06
> > input
> > > >> WE:NS
> > > >> > > > > output
> > > >> > > > > >> > WE:SN
> > > >> > > > > >> > > >> res
> > > >> > > > > >> > > >> > 48
> > > >> > > > > >> > > >> >
> > > >> > > > > >> > > >> >        lat 54.995000 to 20.005001 by
0.010000
> > > >> > > > > >> > > >> >
> > > >> > > > > >> > > >> >        lon 230.004999 to 299.994997 by
0.010000
> > > >> > > > > #points=24500000
> > > >> > > > > >> > > >> >
> > > >> > > > > >> > > >> > If you have any suggestions how to set
the
> > 'levels'
> > > >> > > variable
> > > >> > > > in
> > > >> > > > > >> the
> > > >> > > > > >> > > >> config
> > > >> > > > > >> > > >> > file and anything else, please let me
know.
> > > >> > > > > >> > > >> >
> > > >> > > > > >> > > >> > thanks!
> > > >> > > > > >> > > >> > --
> > > >> > > > > >> > > >> > Scott Gregory
> > > >> > > > > >> > > >> >
> > > >> > > > > >> > > >> >
> > > >> > > > > >> > > >>
> > > >> > > > > >> > > >>
> > > >> > > > > >> > > >
> > > >> > > > > >> > > > --
> > > >> > > > > >> > > > Scott Gregory
> > > >> > > > > >> > > >
> > > >> > > > > >> > >
> > > >> > > > > >> > >
> > > >> > > > > >> > > --
> > > >> > > > > >> > > Scott Gregory
> > > >> > > > > >> > >
> > > >> > > > > >> > >
> > > >> > > > > >> >
> > > >> > > > > >> >
> > > >> > > > > >>
> > > >> > > > > >> --
> > > >> > > > > >> Scott Gregory
> > > >> > > > > >>
> > > >> > > > > >>
> > > >> > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > > > --
> > > >> > > > Scott Gregory
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> > >
> > > >> >
> > > >> > --
> > > >> > Scott Gregory
> > > >> >
> > > >> >
> > > >>
> > > >>
> > > >
> > > > --
> > > > Scott Gregory
> > > >
> > >
> > >
> > > --
> > > Scott Gregory
> > >
> > >
> >
> >
>
> --
> Scott Gregory
>
>

------------------------------------------------
Subject: 
From: Minna Win
Time: Wed Mar 24 08:51:20 2021

Hi Scott,

I received a response from one of our scientists, Tina Kalb -who uses
MET
extensively and with a lot of different obs and model data.   On
previous
projects, she selected the closest obs time. For MRMS data, this is
difficult to find an exact match anyway since it isn't available on
the
hour.  Grid stat still runs successfully and correctly. The warning is
just
MET's way of letting you know that your times don't line up exactly.

Regards,
Minna
---------------
Minna Win
National Center for Atmospheric Research
Developmental Testbed Center
Phone: 303-497-8423
Fax:   303-497-8401
---------------
Pronouns: she/her


On Tue, Mar 23, 2021 at 6:05 PM Minna Win-Gildenmeister
<minnawin at ucar.edu>
wrote:

> Hi Scott,
>
> I asked a couple of coworkers about your time mismatch issue.  I'll
let
> you know if they have any suggestions.
>
> Regards,
> Minna
> ---------------
> Minna Win
> National Center for Atmospheric Research
> Developmental Testbed Center
> Phone: 303-497-8423
> Fax:   303-497-8401
> ---------------
> Pronouns: she/her
>
>
> On Tue, Mar 23, 2021 at 5:59 PM Scott Gregory via RT
<met_help at ucar.edu>
> wrote:
>
>>
>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
>>
>> Hi Minna
>>
>> Just before I left work, I regridded the files to a much smaller
domain,
>> changed P500 to Z500 and fixed the date. It worked!... I think the
big
>> domain maybe dies in my container because of the limits of the
container
>> memory. I will look again tomorrow and let you know how its goes.
>>
>> Thanks for all of your help!
>> Scott
>>
>> On Tue, Mar 23, 2021 at 5:52 PM Minna Win via RT
<met_help at ucar.edu>
>> wrote:
>>
>> > Hi Scott,
>> >
>> > Thanks for promptly providing the data and config file.  I was
able to
>> get
>> > grid stat to run successfully, i did change one thing in your
CONFIG
>> file:
>> > I changed the level from P500 to Z500.  I'm not sure why you were
seeing
>> > the "killed" message.  Could you please try Z500.  Sometimes this
is an
>> > exasperating process getting the levels correctly identified!
>> >
>> > I put the following file in your gregory directory in the ftp
site for
>> you
>> > to look at and see if this is what you expected.  I did observe a
>> warning
>> > about the time mismatch while I was running grid-stat.  I'll need
to ask
>> > someone about that issue tomorrow.
>> >
>> > Regards,
>> > Minna
>> > ---------------
>> > Minna Win
>> > National Center for Atmospheric Research
>> > Developmental Testbed Center
>> > Phone: 303-497-8423
>> > Fax:   303-497-8401
>> > ---------------
>> > Pronouns: she/her
>> >
>> >
>> > On Tue, Mar 23, 2021 at 4:48 PM Scott Gregory via RT
<met_help at ucar.edu
>> >
>> > wrote:
>> >
>> > >
>> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
>> > >
>> > > Hi again Minna
>> > >
>> > > when I regridded both data sets to a smaller domain, I think it
would
>> > works
>> > > except the timestamp on the MRMS data is  20201210_170041
where in
>> the
>> > WRF
>> > > data it is  20201210_170000 . do you know how I can make their
valid
>> > times
>> > > work together?
>> > >
>> > > Thanks again.... see previous email for the ftp information.
>> > > Scott
>> > >
>> > > On Tue, Mar 23, 2021 at 4:31 PM Scott Gregory <
>> > > scott.andrew.gregory at gmail.com> wrote:
>> > >
>> > > > Hi Minna
>> > > >
>> > > > I ftp'd those files... /incoming/irap/met_help/gregory
>> > > >
>> > > > I was thinking that maybe I need to regrid the WRF and MRMS
domains
>> to
>> > > > localize them to the WRF domain, which is a few hundred km
around
>> > > > Albuquerque, NM... Up until now, I had put the WRF on the
MRMS grid
>> > > (CONUS)
>> > > > but that doesnt need to be the case... thats my only thought
right
>> > now. I
>> > > > will be leaving work soon and will revisit this tomorrow if
you have
>> > any
>> > > > suggestions..... THANKS
>> > > >
>> > > > Scott
>> > > >
>> > > > On Tue, Mar 23, 2021 at 4:17 PM Minna Win via RT
<met_help at ucar.edu
>> >
>> > > > wrote:
>> > > >
>> > > >> Hi Scott,
>> > > >>
>> > > >> I cannot find any error messages in the log file.  Could you
please
>> > ftp
>> > > >> your config file and your fcst and obs data?  I'd like to
try
>> running
>> > it
>> > > >> locally and see if I can reproduce the behavior.  You can
follow
>> the
>> > > >> instructions at the bottom of this link under 'How to send
us
>> data':
>> > > >>
>> > > >>
>> > > >>
>> > > >>
>> > >
>> >
>> http://dtcenter.org/community-code/model-evaluation-tools-met/met-
help-desk
>> > > >>
>> > > >>
>> > > >> Regards,
>> > > >> Minna
>> > > >>
>> > > >> ---------------
>> > > >> Minna Win
>> > > >> National Center for Atmospheric Research
>> > > >> Developmental Testbed Center
>> > > >> Phone: 303-497-8423
>> > > >> Fax:   303-497-8401
>> > > >> ---------------
>> > > >> Pronouns: she/her
>> > > >>
>> > > >>
>> > > >> On Tue, Mar 23, 2021 at 1:26 PM Scott Gregory via RT <
>> > met_help at ucar.edu
>> > > >
>> > > >> wrote:
>> > > >>
>> > > >> >
>> > > >> > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
>> > > >> >
>> > > >> > It got a lot further with the -v 5!... see attached
logfile
>> > > >> >
>> > > >> > Thanks
>> > > >> > Scott
>> > > >> >
>> > > >> >
>> > > >> > On Tue, Mar 23, 2021 at 1:21 PM Minna Win via RT <
>> met_help at ucar.edu
>> > >
>> > > >> > wrote:
>> > > >> >
>> > > >> > > Hi Scott,
>> > > >> > >
>> > > >> > > Can you please increase your log level to 5 ( ie run
from the
>> > > command
>> > > >> > line
>> > > >> > > with '-v 5' )  and send your log file?
>> > > >> > >
>> > > >> > > Thanks,
>> > > >> > > Minna
>> > > >> > > ---------------
>> > > >> > > Minna Win
>> > > >> > > National Center for Atmospheric Research
>> > > >> > > Developmental Testbed Center
>> > > >> > > Phone: 303-497-8423
>> > > >> > > Fax:   303-497-8401
>> > > >> > > ---------------
>> > > >> > > Pronouns: she/her
>> > > >> > >
>> > > >> > >
>> > > >> > > On Tue, Mar 23, 2021 at 12:28 PM Scott Gregory via RT <
>> > > >> met_help at ucar.edu
>> > > >> > >
>> > > >> > > wrote:
>> > > >> > >
>> > > >> > > >
>> > > >> > > > <URL:
>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
>> > > >> > > >
>> > > >> > > > Those suggestions seem to satisfy the 'levels' but the
>> program
>> > > ends
>> > > >> > > > with 'Killed.... I dont know what killed it.. any
ideas?
>> > > >> > > >
>> > > >> > > > DEBUG 1: Default Config File:
>> > > >> > > > /usr/local/share/met/config/GridStatConfig_default
>> > > >> > > >
>> > > >> > > > DEBUG 1: User Config File: CONFIG
>> > > >> > > >
>> > > >> > > > GSL_RNG_TYPE=mt19937
>> > > >> > > >
>> > > >> > > > GSL_RNG_SEED=1496472160
>> > > >> > > >
>> > > >> > > > DEBUG 1: Forecast File:
>> > > >> tutorial/MET_Tutorial/input/regridWRFPRS_d01.05
>> > > >> > > >
>> > > >> > > > DEBUG 1: Observation File:
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>>
tutorial/MET_Tutorial/input/MRMS_MergedReflectivityQComposite_00.50_20201210-
170041.grib2
>> > > >> > > >
>> > > >> > > > Killed
>> > > >> > > >
>> > > >> > > > thanks
>> > > >> > > > Scott
>> > > >> > > >
>> > > >> > > > On Tue, Mar 23, 2021 at 12:05 PM Minna Win via RT <
>> > > >> met_help at ucar.edu>
>> > > >> > > > wrote:
>> > > >> > > >
>> > > >> > > > > Hi Scott,
>> > > >> > > > >
>> > > >> > > > > One of our scientists suggests setting the level to
'L0'
>> for
>> > WRF
>> > > >> > > (fcsts=
>> > > >> > > > > {level = 'L0', etc}) and for MRMS, ie obs = {...}
>> dictionary
>> > in
>> > > >> the
>> > > >> > > > config
>> > > >> > > > > file, set that level to P500 and see if that works.
Can
>> you
>> > try
>> > > >> that
>> > > >> > > and
>> > > >> > > > > see if that works?
>> > > >> > > > >
>> > > >> > > > > Regards,
>> > > >> > > > > Minna
>> > > >> > > > > ---------------
>> > > >> > > > > Minna Win
>> > > >> > > > > National Center for Atmospheric Research
>> > > >> > > > > Developmental Testbed Center
>> > > >> > > > > Phone: 303-497-8423
>> > > >> > > > > Fax:   303-497-8401
>> > > >> > > > > ---------------
>> > > >> > > > > Pronouns: she/her
>> > > >> > > > >
>> > > >> > > > >
>> > > >> > > > > On Tue, Mar 23, 2021 at 11:54 AM Minna Win-
Gildenmeister <
>> > > >> > > > > minnawin at ucar.edu>
>> > > >> > > > > wrote:
>> > > >> > > > >
>> > > >> > > > > > Hi Scott,
>> > > >> > > > > >
>> > > >> > > > > > Let me check and see if anyone has figured out how
to do
>> > this.
>> > > >> > > Thanks
>> > > >> > > > > for
>> > > >> > > > > > your patience.
>> > > >> > > > > >
>> > > >> > > > > > Regards,
>> > > >> > > > > > Minna
>> > > >> > > > > > ---------------
>> > > >> > > > > > Minna Win
>> > > >> > > > > > National Center for Atmospheric Research
>> > > >> > > > > > Developmental Testbed Center
>> > > >> > > > > > Phone: 303-497-8423
>> > > >> > > > > > Fax:   303-497-8401
>> > > >> > > > > > ---------------
>> > > >> > > > > > Pronouns: she/her
>> > > >> > > > > >
>> > > >> > > > > >
>> > > >> > > > > > On Tue, Mar 23, 2021 at 11:45 AM Scott Gregory via
RT <
>> > > >> > > > met_help at ucar.edu
>> > > >> > > > > >
>> > > >> > > > > > wrote:
>> > > >> > > > > >
>> > > >> > > > > >>
>> > > >> > > > > >> <URL:
>> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
>> > > >> >
>> > > >> > > > > >>
>> > > >> > > > > >> Hi Again Minna
>> > > >> > > > > >>
>> > > >> > > > > >> the level in the WRF Composite reflectivity data
is
>> > > >> > > > > >>
>> > > >> > > > > >> entire atmosphere (considered as a single layer)
>> > > >> > > > > >>
>> > > >> > > > > >> and the level in the MRMS data is
>> > > >> > > > > >>
>> > > >> > > > > >> 500 m above mean sea level
>> > > >> > > > > >>
>> > > >> > > > > >> Is there any way to force the WRF Composite
Reflectivity
>> > > into a
>> > > >> > > > variable
>> > > >> > > > > >> that will work?
>> > > >> > > > > >>
>> > > >> > > > > >> I was asking for a list thinking I could learn
better
>> how
>> > to
>> > > >> use
>> > > >> > > > > grid_stat
>> > > >> > > > > >>
>> > > >> > > > > >> any help is great!
>> > > >> > > > > >> Thanks
>> > > >> > > > > >> Scott
>> > > >> > > > > >>
>> > > >> > > > > >>
>> > > >> > > > > >> On Tue, Mar 23, 2021 at 11:39 AM Minna Win via RT
<
>> > > >> > > met_help at ucar.edu>
>> > > >> > > > > >> wrote:
>> > > >> > > > > >>
>> > > >> > > > > >> > Hi Scott,
>> > > >> > > > > >> >
>> > > >> > > > > >> > According to the scientist, it's typical to us
Pxyz
>> for
>> > > >> pressure
>> > > >> > > > > levels
>> > > >> > > > > >> and
>> > > >> > > > > >> > Zxyz for heights.  The "allowed" levels are
bound by
>> what
>> > > is
>> > > >> > > > available
>> > > >> > > > > >> in
>> > > >> > > > > >> > your data.  If you request a level and it
doesn't
>> exist,
>> > > >> you'll
>> > > >> > > end
>> > > >> > > > up
>> > > >> > > > > >> > getting no results.  Is that what you were
asking?
>> > > >> > > > > >> >
>> > > >> > > > > >> > Regards,
>> > > >> > > > > >> > Minna
>> > > >> > > > > >> > ---------------
>> > > >> > > > > >> > Minna Win
>> > > >> > > > > >> > National Center for Atmospheric Research
>> > > >> > > > > >> > Developmental Testbed Center
>> > > >> > > > > >> > Phone: 303-497-8423
>> > > >> > > > > >> > Fax:   303-497-8401
>> > > >> > > > > >> > ---------------
>> > > >> > > > > >> > Pronouns: she/her
>> > > >> > > > > >> >
>> > > >> > > > > >> >
>> > > >> > > > > >> > On Tue, Mar 23, 2021 at 11:23 AM Scott Gregory
via RT
>> <
>> > > >> > > > > >> met_help at ucar.edu>
>> > > >> > > > > >> > wrote:
>> > > >> > > > > >> >
>> > > >> > > > > >> > >
>> > > >> > > > > >> > > <URL:
>> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
>> > > >> > >
>> > > >> > > > > >> > >
>> > > >> > > > > >> > > Hi again, Minna
>> > > >> > > > > >> > >
>> > > >> > > > > >> > > is there a list of levels variables that are
>> allowed?
>> > > >> > > > > >> > >
>> > > >> > > > > >> > > Thanks
>> > > >> > > > > >> > > Scott
>> > > >> > > > > >> > >
>> > > >> > > > > >> > > On Tue, Mar 23, 2021 at 11:19 AM Scott
Gregory <
>> > > >> > > > > >> > > scott.andrew.gregory at gmail.com> wrote:
>> > > >> > > > > >> > >
>> > > >> > > > > >> > > > Thanks Minna
>> > > >> > > > > >> > > >
>> > > >> > > > > >> > > > changed to
>> > > >> > > > > >> > > > level      = "Z500"; and now I get past...
now it
>> > says
>> > > >> > > > > >> > > >
>> > > >> > > > > >> > > > WARNING: read_data_plane() -> REFC/Z500 not
found
>> in
>> > > >> > > > file:...(WRF
>> > > >> > > > > >> file
>> > > >> > > > > >> > > > name)
>> > > >> > > > > >> > > > is there a way to force these WRF data and
the
>> MRMS
>> > > data
>> > > >> to
>> > > >> > > work
>> > > >> > > > > >> > > together-
>> > > >> > > > > >> > > > can I get it to ignore the level?
>> > > >> > > > > >> > > >
>> > > >> > > > > >> > > > any help would be great!
>> > > >> > > > > >> > > > Thanks
>> > > >> > > > > >> > > > Scott
>> > > >> > > > > >> > > >
>> > > >> > > > > >> > > >
>> > > >> > > > > >> > > > On Tue, Mar 23, 2021 at 10:52 AM Minna Win
via RT
>> <
>> > > >> > > > > >> met_help at ucar.edu>
>> > > >> > > > > >> > > > wrote:
>> > > >> > > > > >> > > >
>> > > >> > > > > >> > > >> Hello Scott,
>> > > >> > > > > >> > > >>
>> > > >> > > > > >> > > >> I consulted with a scientist who is
familiar with
>> > > using
>> > > >> > > > Grid-stat
>> > > >> > > > > >> on
>> > > >> > > > > >> > > MRMS
>> > > >> > > > > >> > > >> data and here is a suggestion:
>> > > >> > > > > >> > > >>
>> > > >> > > > > >> > > >>
>> > > >> > > > > >> > > >>    - You were using the '(*,*)' syntax and
that
>> only
>> > > >> works
>> > > >> > on
>> > > >> > > > > >> netCDF
>> > > >> > > > > >> > > data,
>> > > >> > > > > >> > > >>    not grb files
>> > > >> > > > > >> > > >>
>> > > >> > > > > >> > > >> From the meta data you provided, it looks
like
>> for
>> > the
>> > > >> > 500mb
>> > > >> > > > > level,
>> > > >> > > > > >> > you
>> > > >> > > > > >> > > >> can
>> > > >> > > > > >> > > >> set the level=Z500
>> > > >> > > > > >> > > >>
>> > > >> > > > > >> > > >> Can you try setting the level you want to
the
>> above?
>> > > >> > > > > >> > > >>
>> > > >> > > > > >> > > >> Regards,
>> > > >> > > > > >> > > >> Minna
>> > > >> > > > > >> > > >> ---------------
>> > > >> > > > > >> > > >> Minna Win
>> > > >> > > > > >> > > >> National Center for Atmospheric Research
>> > > >> > > > > >> > > >> Developmental Testbed Center
>> > > >> > > > > >> > > >> Phone: 303-497-8423
>> > > >> > > > > >> > > >> Fax:   303-497-8401
>> > > >> > > > > >> > > >> ---------------
>> > > >> > > > > >> > > >> Pronouns: she/her
>> > > >> > > > > >> > > >>
>> > > >> > > > > >> > > >>
>> > > >> > > > > >> > > >> On Tue, Mar 23, 2021 at 10:04 AM Scott
Gregory
>> via
>> > RT
>> > > <
>> > > >> > > > > >> > > met_help at ucar.edu>
>> > > >> > > > > >> > > >> wrote:
>> > > >> > > > > >> > > >>
>> > > >> > > > > >> > > >> >
>> > > >> > > > > >> > > >> > Tue Mar 23 10:03:40 2021: Request 99193
was
>> acted
>> > > >> upon.
>> > > >> > > > > >> > > >> > Transaction: Ticket created by
>> > > >> > > > scott.andrew.gregory at gmail.com
>> > > >> > > > > >> > > >> >        Queue: met_help
>> > > >> > > > > >> > > >> >      Subject: (No subject given)
>> > > >> > > > > >> > > >> >        Owner: Nobody
>> > > >> > > > > >> > > >> >   Requestors:
scott.andrew.gregory at gmail.com
>> > > >> > > > > >> > > >> >       Status: new
>> > > >> > > > > >> > > >> >  Ticket <URL:
>> > > >> > > > > >> >
>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
>> > > >> > > > > >> > > >
>> > > >> > > > > >> > > >> >
>> > > >> > > > > >> > > >> >
>> > > >> > > > > >> > > >> > Hi Met Help
>> > > >> > > > > >> > > >> >
>> > > >> > > > > >> > > >> > I am trying to use grid_stat on
composite radar
>> > > >> > > reflectivity
>> > > >> > > > > from
>> > > >> > > > > >> > WRF
>> > > >> > > > > >> > > >> and
>> > > >> > > > > >> > > >> > trying to verify with MRMS data. If you
have
>> any
>> > > >> > > suggestions
>> > > >> > > > as
>> > > >> > > > > >> to
>> > > >> > > > > >> > > >> > alternative radar data sets, please let
me know
>> > that
>> > > >> as
>> > > >> > > > well..
>> > > >> > > > > >> > > >> >
>> > > >> > > > > >> > > >> > currently, I have the wrf and MRMS on
the same
>> > grid
>> > > >> and i
>> > > >> > > run
>> > > >> > > > > >> > > grid_stat
>> > > >> > > > > >> > > >> ...
>> > > >> > > > > >> > > >> > the configure file has 'levels="(*,*)" '
in the
>> > > >> example
>> > > >> > > > > configure
>> > > >> > > > > >> > file
>> > > >> > > > > >> > > >> > included in the met tutorial package
(which,
>> in my
>> > > >> case
>> > > >> > is
>> > > >> > > > in a
>> > > >> > > > > >> > docker
>> > > >> > > > > >> > > >> > container). The example config was
APCP...
>> > > >> > > > > >> > > >> >
>> > > >> > > > > >> > > >> > here is the error
>> > > >> > > > > >> > > >> >
>> > > >> > > > > >> > > >> > VarInfo::set_level_info_grib() - failed
to
>> parse
>> > > level
>> > > >> > > string
>> > > >> > > > > >> > '(*,*)'
>> > > >> > > > > >> > > >> >
>> > > >> > > > > >> > > >> > I tried a few different things that I
have
>> seen in
>> > > >> > > > met_tutorial
>> > > >> > > > > >> > > >> online...
>> > > >> > > > > >> > > >> > and some things that sortof make sense
for
>> levels
>> > > but
>> > > >> I
>> > > >> > > > > generally
>> > > >> > > > > >> > get
>> > > >> > > > > >> > > >> the
>> > > >> > > > > >> > > >> > same error.
>> > > >> > > > > >> > > >> >
>> > > >> > > > > >> > > >> > here is the wgrib2 -V info for the wrf
data
>> > > >> > > > > >> > > >> >
>> > > >> > > > > >> > > >> > 44:4441236:vt=2021031817:entire
atmosphere
>> > > (considered
>> > > >> > as a
>> > > >> > > > > >> single
>> > > >> > > > > >> > > >> layer):5
>> > > >> > > > > >> > > >> > hour fcst:REFC Composite reflectivity
[dB]:
>> > > >> > > > > >> > > >> >
>> > > >> > > > > >> > > >> >
>> > > >> > >  ndata=24500000:undef=24409572:mean=-19.2125:min=-
20:max=0
>> > > >> > > > > >> > > >> >
>> > > >> > > > > >> > > >> >     grid_template=0:winds(N/S):
>> > > >> > > > > >> > > >> >
>> > > >> > > > > >> > > >> >         lat-lon grid:(7000 x 3500) units
1e-06
>> > input
>> > > >> > WE:NS
>> > > >> > > > > output
>> > > >> > > > > >> > > WE:SN
>> > > >> > > > > >> > > >> res
>> > > >> > > > > >> > > >> > 48
>> > > >> > > > > >> > > >> >
>> > > >> > > > > >> > > >> >         lat 54.995000 to 20.005000 by
0.010000
>> > > >> > > > > >> > > >> >
>> > > >> > > > > >> > > >> >         lon 230.004999 to 299.994999 by
>> 0.010000
>> > > >> > > > > #points=24500000
>> > > >> > > > > >> > > >> > here is the info for MRMS
>> > > >> > > > > >> > > >> >
>> > > >> > > > > >> > > >> > 1:0:vt=2020121017:500 m above mean sea
>> > > >> > > > > >> > > >> > level:anl:MergedReflectivityQComposite
>> Composite
>> > > >> > > Reflectivity
>> > > >> > > > > >> Mosaic
>> > > >> > > > > >> > > >> (max
>> > > >> > > > > >> > > >> > ref) [dBZ]:
>> > > >> > > > > >> > > >> >
>> > > >> > > > > >> > > >> >
>> > > >> >  ndata=24500000:undef=0:mean=-480.259:min=-999:max=50.7
>> > > >> > > > > >> > > >> >
>> > > >> > > > > >> > > >> >     grid_template=0:winds(N/S):
>> > > >> > > > > >> > > >> >
>> > > >> > > > > >> > > >> >        lat-lon grid:(7000 x 3500) units
1e-06
>> > input
>> > > >> WE:NS
>> > > >> > > > > output
>> > > >> > > > > >> > WE:SN
>> > > >> > > > > >> > > >> res
>> > > >> > > > > >> > > >> > 48
>> > > >> > > > > >> > > >> >
>> > > >> > > > > >> > > >> >        lat 54.995000 to 20.005001 by
0.010000
>> > > >> > > > > >> > > >> >
>> > > >> > > > > >> > > >> >        lon 230.004999 to 299.994997 by
0.010000
>> > > >> > > > > #points=24500000
>> > > >> > > > > >> > > >> >
>> > > >> > > > > >> > > >> > If you have any suggestions how to set
the
>> > 'levels'
>> > > >> > > variable
>> > > >> > > > in
>> > > >> > > > > >> the
>> > > >> > > > > >> > > >> config
>> > > >> > > > > >> > > >> > file and anything else, please let me
know.
>> > > >> > > > > >> > > >> >
>> > > >> > > > > >> > > >> > thanks!
>> > > >> > > > > >> > > >> > --
>> > > >> > > > > >> > > >> > Scott Gregory
>> > > >> > > > > >> > > >> >
>> > > >> > > > > >> > > >> >
>> > > >> > > > > >> > > >>
>> > > >> > > > > >> > > >>
>> > > >> > > > > >> > > >
>> > > >> > > > > >> > > > --
>> > > >> > > > > >> > > > Scott Gregory
>> > > >> > > > > >> > > >
>> > > >> > > > > >> > >
>> > > >> > > > > >> > >
>> > > >> > > > > >> > > --
>> > > >> > > > > >> > > Scott Gregory
>> > > >> > > > > >> > >
>> > > >> > > > > >> > >
>> > > >> > > > > >> >
>> > > >> > > > > >> >
>> > > >> > > > > >>
>> > > >> > > > > >> --
>> > > >> > > > > >> Scott Gregory
>> > > >> > > > > >>
>> > > >> > > > > >>
>> > > >> > > > >
>> > > >> > > > >
>> > > >> > > >
>> > > >> > > > --
>> > > >> > > > Scott Gregory
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> > >
>> > > >> >
>> > > >> > --
>> > > >> > Scott Gregory
>> > > >> >
>> > > >> >
>> > > >>
>> > > >>
>> > > >
>> > > > --
>> > > > Scott Gregory
>> > > >
>> > >
>> > >
>> > > --
>> > > Scott Gregory
>> > >
>> > >
>> >
>> >
>>
>> --
>> Scott Gregory
>>
>>

------------------------------------------------
Subject: 
From: Scott Gregory
Time: Wed Mar 24 08:59:19 2021

Thank you Minna for all of your help!... I will contact you if I have
further questions

On Wed, Mar 24, 2021 at 8:51 AM Minna Win via RT <met_help at ucar.edu>
wrote:

> Hi Scott,
>
> I received a response from one of our scientists, Tina Kalb -who
uses MET
> extensively and with a lot of different obs and model data.   On
previous
> projects, she selected the closest obs time. For MRMS data, this is
> difficult to find an exact match anyway since it isn't available on
the
> hour.  Grid stat still runs successfully and correctly. The warning
is just
> MET's way of letting you know that your times don't line up exactly.
>
> Regards,
> Minna
> ---------------
> Minna Win
> National Center for Atmospheric Research
> Developmental Testbed Center
> Phone: 303-497-8423
> Fax:   303-497-8401
> ---------------
> Pronouns: she/her
>
>
> On Tue, Mar 23, 2021 at 6:05 PM Minna Win-Gildenmeister
<minnawin at ucar.edu
> >
> wrote:
>
> > Hi Scott,
> >
> > I asked a couple of coworkers about your time mismatch issue.
I'll let
> > you know if they have any suggestions.
> >
> > Regards,
> > Minna
> > ---------------
> > Minna Win
> > National Center for Atmospheric Research
> > Developmental Testbed Center
> > Phone: 303-497-8423
> > Fax:   303-497-8401
> > ---------------
> > Pronouns: she/her
> >
> >
> > On Tue, Mar 23, 2021 at 5:59 PM Scott Gregory via RT
<met_help at ucar.edu>
> > wrote:
> >
> >>
> >> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
> >>
> >> Hi Minna
> >>
> >> Just before I left work, I regridded the files to a much smaller
domain,
> >> changed P500 to Z500 and fixed the date. It worked!... I think
the big
> >> domain maybe dies in my container because of the limits of the
container
> >> memory. I will look again tomorrow and let you know how its goes.
> >>
> >> Thanks for all of your help!
> >> Scott
> >>
> >> On Tue, Mar 23, 2021 at 5:52 PM Minna Win via RT
<met_help at ucar.edu>
> >> wrote:
> >>
> >> > Hi Scott,
> >> >
> >> > Thanks for promptly providing the data and config file.  I was
able to
> >> get
> >> > grid stat to run successfully, i did change one thing in your
CONFIG
> >> file:
> >> > I changed the level from P500 to Z500.  I'm not sure why you
were
> seeing
> >> > the "killed" message.  Could you please try Z500.  Sometimes
this is
> an
> >> > exasperating process getting the levels correctly identified!
> >> >
> >> > I put the following file in your gregory directory in the ftp
site for
> >> you
> >> > to look at and see if this is what you expected.  I did observe
a
> >> warning
> >> > about the time mismatch while I was running grid-stat.  I'll
need to
> ask
> >> > someone about that issue tomorrow.
> >> >
> >> > Regards,
> >> > Minna
> >> > ---------------
> >> > Minna Win
> >> > National Center for Atmospheric Research
> >> > Developmental Testbed Center
> >> > Phone: 303-497-8423
> >> > Fax:   303-497-8401
> >> > ---------------
> >> > Pronouns: she/her
> >> >
> >> >
> >> > On Tue, Mar 23, 2021 at 4:48 PM Scott Gregory via RT <
> met_help at ucar.edu
> >> >
> >> > wrote:
> >> >
> >> > >
> >> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
>
> >> > >
> >> > > Hi again Minna
> >> > >
> >> > > when I regridded both data sets to a smaller domain, I think
it
> would
> >> > works
> >> > > except the timestamp on the MRMS data is  20201210_170041
where in
> >> the
> >> > WRF
> >> > > data it is  20201210_170000 . do you know how I can make
their valid
> >> > times
> >> > > work together?
> >> > >
> >> > > Thanks again.... see previous email for the ftp information.
> >> > > Scott
> >> > >
> >> > > On Tue, Mar 23, 2021 at 4:31 PM Scott Gregory <
> >> > > scott.andrew.gregory at gmail.com> wrote:
> >> > >
> >> > > > Hi Minna
> >> > > >
> >> > > > I ftp'd those files... /incoming/irap/met_help/gregory
> >> > > >
> >> > > > I was thinking that maybe I need to regrid the WRF and MRMS
> domains
> >> to
> >> > > > localize them to the WRF domain, which is a few hundred km
around
> >> > > > Albuquerque, NM... Up until now, I had put the WRF on the
MRMS
> grid
> >> > > (CONUS)
> >> > > > but that doesnt need to be the case... thats my only
thought right
> >> > now. I
> >> > > > will be leaving work soon and will revisit this tomorrow if
you
> have
> >> > any
> >> > > > suggestions..... THANKS
> >> > > >
> >> > > > Scott
> >> > > >
> >> > > > On Tue, Mar 23, 2021 at 4:17 PM Minna Win via RT <
> met_help at ucar.edu
> >> >
> >> > > > wrote:
> >> > > >
> >> > > >> Hi Scott,
> >> > > >>
> >> > > >> I cannot find any error messages in the log file.  Could
you
> please
> >> > ftp
> >> > > >> your config file and your fcst and obs data?  I'd like to
try
> >> running
> >> > it
> >> > > >> locally and see if I can reproduce the behavior.  You can
follow
> >> the
> >> > > >> instructions at the bottom of this link under 'How to send
us
> >> data':
> >> > > >>
> >> > > >>
> >> > > >>
> >> > > >>
> >> > >
> >> >
> >>
> http://dtcenter.org/community-code/model-evaluation-tools-met/met-
help-desk
> >> > > >>
> >> > > >>
> >> > > >> Regards,
> >> > > >> Minna
> >> > > >>
> >> > > >> ---------------
> >> > > >> Minna Win
> >> > > >> National Center for Atmospheric Research
> >> > > >> Developmental Testbed Center
> >> > > >> Phone: 303-497-8423
> >> > > >> Fax:   303-497-8401
> >> > > >> ---------------
> >> > > >> Pronouns: she/her
> >> > > >>
> >> > > >>
> >> > > >> On Tue, Mar 23, 2021 at 1:26 PM Scott Gregory via RT <
> >> > met_help at ucar.edu
> >> > > >
> >> > > >> wrote:
> >> > > >>
> >> > > >> >
> >> > > >> > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> >
> >> > > >> >
> >> > > >> > It got a lot further with the -v 5!... see attached
logfile
> >> > > >> >
> >> > > >> > Thanks
> >> > > >> > Scott
> >> > > >> >
> >> > > >> >
> >> > > >> > On Tue, Mar 23, 2021 at 1:21 PM Minna Win via RT <
> >> met_help at ucar.edu
> >> > >
> >> > > >> > wrote:
> >> > > >> >
> >> > > >> > > Hi Scott,
> >> > > >> > >
> >> > > >> > > Can you please increase your log level to 5 ( ie run
from the
> >> > > command
> >> > > >> > line
> >> > > >> > > with '-v 5' )  and send your log file?
> >> > > >> > >
> >> > > >> > > Thanks,
> >> > > >> > > Minna
> >> > > >> > > ---------------
> >> > > >> > > Minna Win
> >> > > >> > > National Center for Atmospheric Research
> >> > > >> > > Developmental Testbed Center
> >> > > >> > > Phone: 303-497-8423
> >> > > >> > > Fax:   303-497-8401
> >> > > >> > > ---------------
> >> > > >> > > Pronouns: she/her
> >> > > >> > >
> >> > > >> > >
> >> > > >> > > On Tue, Mar 23, 2021 at 12:28 PM Scott Gregory via RT
<
> >> > > >> met_help at ucar.edu
> >> > > >> > >
> >> > > >> > > wrote:
> >> > > >> > >
> >> > > >> > > >
> >> > > >> > > > <URL:
> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
> >> > > >> > > >
> >> > > >> > > > Those suggestions seem to satisfy the 'levels' but
the
> >> program
> >> > > ends
> >> > > >> > > > with 'Killed.... I dont know what killed it.. any
ideas?
> >> > > >> > > >
> >> > > >> > > > DEBUG 1: Default Config File:
> >> > > >> > > > /usr/local/share/met/config/GridStatConfig_default
> >> > > >> > > >
> >> > > >> > > > DEBUG 1: User Config File: CONFIG
> >> > > >> > > >
> >> > > >> > > > GSL_RNG_TYPE=mt19937
> >> > > >> > > >
> >> > > >> > > > GSL_RNG_SEED=1496472160
> >> > > >> > > >
> >> > > >> > > > DEBUG 1: Forecast File:
> >> > > >> tutorial/MET_Tutorial/input/regridWRFPRS_d01.05
> >> > > >> > > >
> >> > > >> > > > DEBUG 1: Observation File:
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
>
tutorial/MET_Tutorial/input/MRMS_MergedReflectivityQComposite_00.50_20201210-
170041.grib2
> >> > > >> > > >
> >> > > >> > > > Killed
> >> > > >> > > >
> >> > > >> > > > thanks
> >> > > >> > > > Scott
> >> > > >> > > >
> >> > > >> > > > On Tue, Mar 23, 2021 at 12:05 PM Minna Win via RT <
> >> > > >> met_help at ucar.edu>
> >> > > >> > > > wrote:
> >> > > >> > > >
> >> > > >> > > > > Hi Scott,
> >> > > >> > > > >
> >> > > >> > > > > One of our scientists suggests setting the level
to 'L0'
> >> for
> >> > WRF
> >> > > >> > > (fcsts=
> >> > > >> > > > > {level = 'L0', etc}) and for MRMS, ie obs = {...}
> >> dictionary
> >> > in
> >> > > >> the
> >> > > >> > > > config
> >> > > >> > > > > file, set that level to P500 and see if that
works.  Can
> >> you
> >> > try
> >> > > >> that
> >> > > >> > > and
> >> > > >> > > > > see if that works?
> >> > > >> > > > >
> >> > > >> > > > > Regards,
> >> > > >> > > > > Minna
> >> > > >> > > > > ---------------
> >> > > >> > > > > Minna Win
> >> > > >> > > > > National Center for Atmospheric Research
> >> > > >> > > > > Developmental Testbed Center
> >> > > >> > > > > Phone: 303-497-8423
> >> > > >> > > > > Fax:   303-497-8401
> >> > > >> > > > > ---------------
> >> > > >> > > > > Pronouns: she/her
> >> > > >> > > > >
> >> > > >> > > > >
> >> > > >> > > > > On Tue, Mar 23, 2021 at 11:54 AM Minna Win-
Gildenmeister
> <
> >> > > >> > > > > minnawin at ucar.edu>
> >> > > >> > > > > wrote:
> >> > > >> > > > >
> >> > > >> > > > > > Hi Scott,
> >> > > >> > > > > >
> >> > > >> > > > > > Let me check and see if anyone has figured out
how to
> do
> >> > this.
> >> > > >> > > Thanks
> >> > > >> > > > > for
> >> > > >> > > > > > your patience.
> >> > > >> > > > > >
> >> > > >> > > > > > Regards,
> >> > > >> > > > > > Minna
> >> > > >> > > > > > ---------------
> >> > > >> > > > > > Minna Win
> >> > > >> > > > > > National Center for Atmospheric Research
> >> > > >> > > > > > Developmental Testbed Center
> >> > > >> > > > > > Phone: 303-497-8423
> >> > > >> > > > > > Fax:   303-497-8401
> >> > > >> > > > > > ---------------
> >> > > >> > > > > > Pronouns: she/her
> >> > > >> > > > > >
> >> > > >> > > > > >
> >> > > >> > > > > > On Tue, Mar 23, 2021 at 11:45 AM Scott Gregory
via RT <
> >> > > >> > > > met_help at ucar.edu
> >> > > >> > > > > >
> >> > > >> > > > > > wrote:
> >> > > >> > > > > >
> >> > > >> > > > > >>
> >> > > >> > > > > >> <URL:
> >> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> >> > > >> >
> >> > > >> > > > > >>
> >> > > >> > > > > >> Hi Again Minna
> >> > > >> > > > > >>
> >> > > >> > > > > >> the level in the WRF Composite reflectivity
data is
> >> > > >> > > > > >>
> >> > > >> > > > > >> entire atmosphere (considered as a single
layer)
> >> > > >> > > > > >>
> >> > > >> > > > > >> and the level in the MRMS data is
> >> > > >> > > > > >>
> >> > > >> > > > > >> 500 m above mean sea level
> >> > > >> > > > > >>
> >> > > >> > > > > >> Is there any way to force the WRF Composite
> Reflectivity
> >> > > into a
> >> > > >> > > > variable
> >> > > >> > > > > >> that will work?
> >> > > >> > > > > >>
> >> > > >> > > > > >> I was asking for a list thinking I could learn
better
> >> how
> >> > to
> >> > > >> use
> >> > > >> > > > > grid_stat
> >> > > >> > > > > >>
> >> > > >> > > > > >> any help is great!
> >> > > >> > > > > >> Thanks
> >> > > >> > > > > >> Scott
> >> > > >> > > > > >>
> >> > > >> > > > > >>
> >> > > >> > > > > >> On Tue, Mar 23, 2021 at 11:39 AM Minna Win via
RT <
> >> > > >> > > met_help at ucar.edu>
> >> > > >> > > > > >> wrote:
> >> > > >> > > > > >>
> >> > > >> > > > > >> > Hi Scott,
> >> > > >> > > > > >> >
> >> > > >> > > > > >> > According to the scientist, it's typical to
us Pxyz
> >> for
> >> > > >> pressure
> >> > > >> > > > > levels
> >> > > >> > > > > >> and
> >> > > >> > > > > >> > Zxyz for heights.  The "allowed" levels are
bound by
> >> what
> >> > > is
> >> > > >> > > > available
> >> > > >> > > > > >> in
> >> > > >> > > > > >> > your data.  If you request a level and it
doesn't
> >> exist,
> >> > > >> you'll
> >> > > >> > > end
> >> > > >> > > > up
> >> > > >> > > > > >> > getting no results.  Is that what you were
asking?
> >> > > >> > > > > >> >
> >> > > >> > > > > >> > Regards,
> >> > > >> > > > > >> > Minna
> >> > > >> > > > > >> > ---------------
> >> > > >> > > > > >> > Minna Win
> >> > > >> > > > > >> > National Center for Atmospheric Research
> >> > > >> > > > > >> > Developmental Testbed Center
> >> > > >> > > > > >> > Phone: 303-497-8423
> >> > > >> > > > > >> > Fax:   303-497-8401
> >> > > >> > > > > >> > ---------------
> >> > > >> > > > > >> > Pronouns: she/her
> >> > > >> > > > > >> >
> >> > > >> > > > > >> >
> >> > > >> > > > > >> > On Tue, Mar 23, 2021 at 11:23 AM Scott
Gregory via
> RT
> >> <
> >> > > >> > > > > >> met_help at ucar.edu>
> >> > > >> > > > > >> > wrote:
> >> > > >> > > > > >> >
> >> > > >> > > > > >> > >
> >> > > >> > > > > >> > > <URL:
> >> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> >> > > >> > >
> >> > > >> > > > > >> > >
> >> > > >> > > > > >> > > Hi again, Minna
> >> > > >> > > > > >> > >
> >> > > >> > > > > >> > > is there a list of levels variables that
are
> >> allowed?
> >> > > >> > > > > >> > >
> >> > > >> > > > > >> > > Thanks
> >> > > >> > > > > >> > > Scott
> >> > > >> > > > > >> > >
> >> > > >> > > > > >> > > On Tue, Mar 23, 2021 at 11:19 AM Scott
Gregory <
> >> > > >> > > > > >> > > scott.andrew.gregory at gmail.com> wrote:
> >> > > >> > > > > >> > >
> >> > > >> > > > > >> > > > Thanks Minna
> >> > > >> > > > > >> > > >
> >> > > >> > > > > >> > > > changed to
> >> > > >> > > > > >> > > > level      = "Z500"; and now I get
past... now
> it
> >> > says
> >> > > >> > > > > >> > > >
> >> > > >> > > > > >> > > > WARNING: read_data_plane() -> REFC/Z500
not
> found
> >> in
> >> > > >> > > > file:...(WRF
> >> > > >> > > > > >> file
> >> > > >> > > > > >> > > > name)
> >> > > >> > > > > >> > > > is there a way to force these WRF data
and the
> >> MRMS
> >> > > data
> >> > > >> to
> >> > > >> > > work
> >> > > >> > > > > >> > > together-
> >> > > >> > > > > >> > > > can I get it to ignore the level?
> >> > > >> > > > > >> > > >
> >> > > >> > > > > >> > > > any help would be great!
> >> > > >> > > > > >> > > > Thanks
> >> > > >> > > > > >> > > > Scott
> >> > > >> > > > > >> > > >
> >> > > >> > > > > >> > > >
> >> > > >> > > > > >> > > > On Tue, Mar 23, 2021 at 10:52 AM Minna
Win via
> RT
> >> <
> >> > > >> > > > > >> met_help at ucar.edu>
> >> > > >> > > > > >> > > > wrote:
> >> > > >> > > > > >> > > >
> >> > > >> > > > > >> > > >> Hello Scott,
> >> > > >> > > > > >> > > >>
> >> > > >> > > > > >> > > >> I consulted with a scientist who is
familiar
> with
> >> > > using
> >> > > >> > > > Grid-stat
> >> > > >> > > > > >> on
> >> > > >> > > > > >> > > MRMS
> >> > > >> > > > > >> > > >> data and here is a suggestion:
> >> > > >> > > > > >> > > >>
> >> > > >> > > > > >> > > >>
> >> > > >> > > > > >> > > >>    - You were using the '(*,*)' syntax
and that
> >> only
> >> > > >> works
> >> > > >> > on
> >> > > >> > > > > >> netCDF
> >> > > >> > > > > >> > > data,
> >> > > >> > > > > >> > > >>    not grb files
> >> > > >> > > > > >> > > >>
> >> > > >> > > > > >> > > >> From the meta data you provided, it
looks like
> >> for
> >> > the
> >> > > >> > 500mb
> >> > > >> > > > > level,
> >> > > >> > > > > >> > you
> >> > > >> > > > > >> > > >> can
> >> > > >> > > > > >> > > >> set the level=Z500
> >> > > >> > > > > >> > > >>
> >> > > >> > > > > >> > > >> Can you try setting the level you want
to the
> >> above?
> >> > > >> > > > > >> > > >>
> >> > > >> > > > > >> > > >> Regards,
> >> > > >> > > > > >> > > >> Minna
> >> > > >> > > > > >> > > >> ---------------
> >> > > >> > > > > >> > > >> Minna Win
> >> > > >> > > > > >> > > >> National Center for Atmospheric Research
> >> > > >> > > > > >> > > >> Developmental Testbed Center
> >> > > >> > > > > >> > > >> Phone: 303-497-8423
> >> > > >> > > > > >> > > >> Fax:   303-497-8401
> >> > > >> > > > > >> > > >> ---------------
> >> > > >> > > > > >> > > >> Pronouns: she/her
> >> > > >> > > > > >> > > >>
> >> > > >> > > > > >> > > >>
> >> > > >> > > > > >> > > >> On Tue, Mar 23, 2021 at 10:04 AM Scott
Gregory
> >> via
> >> > RT
> >> > > <
> >> > > >> > > > > >> > > met_help at ucar.edu>
> >> > > >> > > > > >> > > >> wrote:
> >> > > >> > > > > >> > > >>
> >> > > >> > > > > >> > > >> >
> >> > > >> > > > > >> > > >> > Tue Mar 23 10:03:40 2021: Request
99193 was
> >> acted
> >> > > >> upon.
> >> > > >> > > > > >> > > >> > Transaction: Ticket created by
> >> > > >> > > > scott.andrew.gregory at gmail.com
> >> > > >> > > > > >> > > >> >        Queue: met_help
> >> > > >> > > > > >> > > >> >      Subject: (No subject given)
> >> > > >> > > > > >> > > >> >        Owner: Nobody
> >> > > >> > > > > >> > > >> >   Requestors:
scott.andrew.gregory at gmail.com
> >> > > >> > > > > >> > > >> >       Status: new
> >> > > >> > > > > >> > > >> >  Ticket <URL:
> >> > > >> > > > > >> >
> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> >> > > >> > > > > >> > > >
> >> > > >> > > > > >> > > >> >
> >> > > >> > > > > >> > > >> >
> >> > > >> > > > > >> > > >> > Hi Met Help
> >> > > >> > > > > >> > > >> >
> >> > > >> > > > > >> > > >> > I am trying to use grid_stat on
composite
> radar
> >> > > >> > > reflectivity
> >> > > >> > > > > from
> >> > > >> > > > > >> > WRF
> >> > > >> > > > > >> > > >> and
> >> > > >> > > > > >> > > >> > trying to verify with MRMS data. If
you have
> >> any
> >> > > >> > > suggestions
> >> > > >> > > > as
> >> > > >> > > > > >> to
> >> > > >> > > > > >> > > >> > alternative radar data sets, please
let me
> know
> >> > that
> >> > > >> as
> >> > > >> > > > well..
> >> > > >> > > > > >> > > >> >
> >> > > >> > > > > >> > > >> > currently, I have the wrf and MRMS on
the
> same
> >> > grid
> >> > > >> and i
> >> > > >> > > run
> >> > > >> > > > > >> > > grid_stat
> >> > > >> > > > > >> > > >> ...
> >> > > >> > > > > >> > > >> > the configure file has 'levels="(*,*)"
' in
> the
> >> > > >> example
> >> > > >> > > > > configure
> >> > > >> > > > > >> > file
> >> > > >> > > > > >> > > >> > included in the met tutorial package
(which,
> >> in my
> >> > > >> case
> >> > > >> > is
> >> > > >> > > > in a
> >> > > >> > > > > >> > docker
> >> > > >> > > > > >> > > >> > container). The example config was
APCP...
> >> > > >> > > > > >> > > >> >
> >> > > >> > > > > >> > > >> > here is the error
> >> > > >> > > > > >> > > >> >
> >> > > >> > > > > >> > > >> > VarInfo::set_level_info_grib() -
failed to
> >> parse
> >> > > level
> >> > > >> > > string
> >> > > >> > > > > >> > '(*,*)'
> >> > > >> > > > > >> > > >> >
> >> > > >> > > > > >> > > >> > I tried a few different things that I
have
> >> seen in
> >> > > >> > > > met_tutorial
> >> > > >> > > > > >> > > >> online...
> >> > > >> > > > > >> > > >> > and some things that sortof make sense
for
> >> levels
> >> > > but
> >> > > >> I
> >> > > >> > > > > generally
> >> > > >> > > > > >> > get
> >> > > >> > > > > >> > > >> the
> >> > > >> > > > > >> > > >> > same error.
> >> > > >> > > > > >> > > >> >
> >> > > >> > > > > >> > > >> > here is the wgrib2 -V info for the wrf
data
> >> > > >> > > > > >> > > >> >
> >> > > >> > > > > >> > > >> > 44:4441236:vt=2021031817:entire
atmosphere
> >> > > (considered
> >> > > >> > as a
> >> > > >> > > > > >> single
> >> > > >> > > > > >> > > >> layer):5
> >> > > >> > > > > >> > > >> > hour fcst:REFC Composite reflectivity
[dB]:
> >> > > >> > > > > >> > > >> >
> >> > > >> > > > > >> > > >> >
> >> > > >> > >  ndata=24500000:undef=24409572:mean=-19.2125:min=-
20:max=0
> >> > > >> > > > > >> > > >> >
> >> > > >> > > > > >> > > >> >     grid_template=0:winds(N/S):
> >> > > >> > > > > >> > > >> >
> >> > > >> > > > > >> > > >> >         lat-lon grid:(7000 x 3500)
units
> 1e-06
> >> > input
> >> > > >> > WE:NS
> >> > > >> > > > > output
> >> > > >> > > > > >> > > WE:SN
> >> > > >> > > > > >> > > >> res
> >> > > >> > > > > >> > > >> > 48
> >> > > >> > > > > >> > > >> >
> >> > > >> > > > > >> > > >> >         lat 54.995000 to 20.005000 by
> 0.010000
> >> > > >> > > > > >> > > >> >
> >> > > >> > > > > >> > > >> >         lon 230.004999 to 299.994999
by
> >> 0.010000
> >> > > >> > > > > #points=24500000
> >> > > >> > > > > >> > > >> > here is the info for MRMS
> >> > > >> > > > > >> > > >> >
> >> > > >> > > > > >> > > >> > 1:0:vt=2020121017:500 m above mean sea
> >> > > >> > > > > >> > > >> > level:anl:MergedReflectivityQComposite
> >> Composite
> >> > > >> > > Reflectivity
> >> > > >> > > > > >> Mosaic
> >> > > >> > > > > >> > > >> (max
> >> > > >> > > > > >> > > >> > ref) [dBZ]:
> >> > > >> > > > > >> > > >> >
> >> > > >> > > > > >> > > >> >
> >> > > >> >  ndata=24500000:undef=0:mean=-480.259:min=-999:max=50.7
> >> > > >> > > > > >> > > >> >
> >> > > >> > > > > >> > > >> >     grid_template=0:winds(N/S):
> >> > > >> > > > > >> > > >> >
> >> > > >> > > > > >> > > >> >        lat-lon grid:(7000 x 3500)
units 1e-06
> >> > input
> >> > > >> WE:NS
> >> > > >> > > > > output
> >> > > >> > > > > >> > WE:SN
> >> > > >> > > > > >> > > >> res
> >> > > >> > > > > >> > > >> > 48
> >> > > >> > > > > >> > > >> >
> >> > > >> > > > > >> > > >> >        lat 54.995000 to 20.005001 by
0.010000
> >> > > >> > > > > >> > > >> >
> >> > > >> > > > > >> > > >> >        lon 230.004999 to 299.994997 by
> 0.010000
> >> > > >> > > > > #points=24500000
> >> > > >> > > > > >> > > >> >
> >> > > >> > > > > >> > > >> > If you have any suggestions how to set
the
> >> > 'levels'
> >> > > >> > > variable
> >> > > >> > > > in
> >> > > >> > > > > >> the
> >> > > >> > > > > >> > > >> config
> >> > > >> > > > > >> > > >> > file and anything else, please let me
know.
> >> > > >> > > > > >> > > >> >
> >> > > >> > > > > >> > > >> > thanks!
> >> > > >> > > > > >> > > >> > --
> >> > > >> > > > > >> > > >> > Scott Gregory
> >> > > >> > > > > >> > > >> >
> >> > > >> > > > > >> > > >> >
> >> > > >> > > > > >> > > >>
> >> > > >> > > > > >> > > >>
> >> > > >> > > > > >> > > >
> >> > > >> > > > > >> > > > --
> >> > > >> > > > > >> > > > Scott Gregory
> >> > > >> > > > > >> > > >
> >> > > >> > > > > >> > >
> >> > > >> > > > > >> > >
> >> > > >> > > > > >> > > --
> >> > > >> > > > > >> > > Scott Gregory
> >> > > >> > > > > >> > >
> >> > > >> > > > > >> > >
> >> > > >> > > > > >> >
> >> > > >> > > > > >> >
> >> > > >> > > > > >>
> >> > > >> > > > > >> --
> >> > > >> > > > > >> Scott Gregory
> >> > > >> > > > > >>
> >> > > >> > > > > >>
> >> > > >> > > > >
> >> > > >> > > > >
> >> > > >> > > >
> >> > > >> > > > --
> >> > > >> > > > Scott Gregory
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> > >
> >> > > >> >
> >> > > >> > --
> >> > > >> > Scott Gregory
> >> > > >> >
> >> > > >> >
> >> > > >>
> >> > > >>
> >> > > >
> >> > > > --
> >> > > > Scott Gregory
> >> > > >
> >> > >
> >> > >
> >> > > --
> >> > > Scott Gregory
> >> > >
> >> > >
> >> >
> >> >
> >>
> >> --
> >> Scott Gregory
> >>
> >>
>
>

--
Scott Gregory

------------------------------------------------
Subject: 
From: Minna Win
Time: Wed Mar 24 09:11:34 2021

Hi Scott,

Yes, please contact us via MET Help if you have any other MET-related
questions.  Enjoy using MET.

Regards,
Minna
---------------
Minna Win
National Center for Atmospheric Research
Developmental Testbed Center
Phone: 303-497-8423
Fax:   303-497-8401
---------------
Pronouns: she/her


On Wed, Mar 24, 2021 at 8:59 AM Scott Gregory via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
>
> Thank you Minna for all of your help!... I will contact you if I
have
> further questions
>
> On Wed, Mar 24, 2021 at 8:51 AM Minna Win via RT <met_help at ucar.edu>
> wrote:
>
> > Hi Scott,
> >
> > I received a response from one of our scientists, Tina Kalb -who
uses MET
> > extensively and with a lot of different obs and model data.   On
previous
> > projects, she selected the closest obs time. For MRMS data, this
is
> > difficult to find an exact match anyway since it isn't available
on the
> > hour.  Grid stat still runs successfully and correctly. The
warning is
> just
> > MET's way of letting you know that your times don't line up
exactly.
> >
> > Regards,
> > Minna
> > ---------------
> > Minna Win
> > National Center for Atmospheric Research
> > Developmental Testbed Center
> > Phone: 303-497-8423
> > Fax:   303-497-8401
> > ---------------
> > Pronouns: she/her
> >
> >
> > On Tue, Mar 23, 2021 at 6:05 PM Minna Win-Gildenmeister <
> minnawin at ucar.edu
> > >
> > wrote:
> >
> > > Hi Scott,
> > >
> > > I asked a couple of coworkers about your time mismatch issue.
I'll let
> > > you know if they have any suggestions.
> > >
> > > Regards,
> > > Minna
> > > ---------------
> > > Minna Win
> > > National Center for Atmospheric Research
> > > Developmental Testbed Center
> > > Phone: 303-497-8423
> > > Fax:   303-497-8401
> > > ---------------
> > > Pronouns: she/her
> > >
> > >
> > > On Tue, Mar 23, 2021 at 5:59 PM Scott Gregory via RT <
> met_help at ucar.edu>
> > > wrote:
> > >
> > >>
> > >> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
> > >>
> > >> Hi Minna
> > >>
> > >> Just before I left work, I regridded the files to a much
smaller
> domain,
> > >> changed P500 to Z500 and fixed the date. It worked!... I think
the big
> > >> domain maybe dies in my container because of the limits of the
> container
> > >> memory. I will look again tomorrow and let you know how its
goes.
> > >>
> > >> Thanks for all of your help!
> > >> Scott
> > >>
> > >> On Tue, Mar 23, 2021 at 5:52 PM Minna Win via RT
<met_help at ucar.edu>
> > >> wrote:
> > >>
> > >> > Hi Scott,
> > >> >
> > >> > Thanks for promptly providing the data and config file.  I
was able
> to
> > >> get
> > >> > grid stat to run successfully, i did change one thing in your
CONFIG
> > >> file:
> > >> > I changed the level from P500 to Z500.  I'm not sure why you
were
> > seeing
> > >> > the "killed" message.  Could you please try Z500.  Sometimes
this is
> > an
> > >> > exasperating process getting the levels correctly identified!
> > >> >
> > >> > I put the following file in your gregory directory in the ftp
site
> for
> > >> you
> > >> > to look at and see if this is what you expected.  I did
observe a
> > >> warning
> > >> > about the time mismatch while I was running grid-stat.  I'll
need to
> > ask
> > >> > someone about that issue tomorrow.
> > >> >
> > >> > Regards,
> > >> > Minna
> > >> > ---------------
> > >> > Minna Win
> > >> > National Center for Atmospheric Research
> > >> > Developmental Testbed Center
> > >> > Phone: 303-497-8423
> > >> > Fax:   303-497-8401
> > >> > ---------------
> > >> > Pronouns: she/her
> > >> >
> > >> >
> > >> > On Tue, Mar 23, 2021 at 4:48 PM Scott Gregory via RT <
> > met_help at ucar.edu
> > >> >
> > >> > wrote:
> > >> >
> > >> > >
> > >> > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
> > >> > >
> > >> > > Hi again Minna
> > >> > >
> > >> > > when I regridded both data sets to a smaller domain, I
think it
> > would
> > >> > works
> > >> > > except the timestamp on the MRMS data is  20201210_170041
where
> in
> > >> the
> > >> > WRF
> > >> > > data it is  20201210_170000 . do you know how I can make
their
> valid
> > >> > times
> > >> > > work together?
> > >> > >
> > >> > > Thanks again.... see previous email for the ftp
information.
> > >> > > Scott
> > >> > >
> > >> > > On Tue, Mar 23, 2021 at 4:31 PM Scott Gregory <
> > >> > > scott.andrew.gregory at gmail.com> wrote:
> > >> > >
> > >> > > > Hi Minna
> > >> > > >
> > >> > > > I ftp'd those files... /incoming/irap/met_help/gregory
> > >> > > >
> > >> > > > I was thinking that maybe I need to regrid the WRF and
MRMS
> > domains
> > >> to
> > >> > > > localize them to the WRF domain, which is a few hundred
km
> around
> > >> > > > Albuquerque, NM... Up until now, I had put the WRF on the
MRMS
> > grid
> > >> > > (CONUS)
> > >> > > > but that doesnt need to be the case... thats my only
thought
> right
> > >> > now. I
> > >> > > > will be leaving work soon and will revisit this tomorrow
if you
> > have
> > >> > any
> > >> > > > suggestions..... THANKS
> > >> > > >
> > >> > > > Scott
> > >> > > >
> > >> > > > On Tue, Mar 23, 2021 at 4:17 PM Minna Win via RT <
> > met_help at ucar.edu
> > >> >
> > >> > > > wrote:
> > >> > > >
> > >> > > >> Hi Scott,
> > >> > > >>
> > >> > > >> I cannot find any error messages in the log file.  Could
you
> > please
> > >> > ftp
> > >> > > >> your config file and your fcst and obs data?  I'd like
to try
> > >> running
> > >> > it
> > >> > > >> locally and see if I can reproduce the behavior.  You
can
> follow
> > >> the
> > >> > > >> instructions at the bottom of this link under 'How to
send us
> > >> data':
> > >> > > >>
> > >> > > >>
> > >> > > >>
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> http://dtcenter.org/community-code/model-evaluation-tools-met/met-
help-desk
> > >> > > >>
> > >> > > >>
> > >> > > >> Regards,
> > >> > > >> Minna
> > >> > > >>
> > >> > > >> ---------------
> > >> > > >> Minna Win
> > >> > > >> National Center for Atmospheric Research
> > >> > > >> Developmental Testbed Center
> > >> > > >> Phone: 303-497-8423
> > >> > > >> Fax:   303-497-8401
> > >> > > >> ---------------
> > >> > > >> Pronouns: she/her
> > >> > > >>
> > >> > > >>
> > >> > > >> On Tue, Mar 23, 2021 at 1:26 PM Scott Gregory via RT <
> > >> > met_help at ucar.edu
> > >> > > >
> > >> > > >> wrote:
> > >> > > >>
> > >> > > >> >
> > >> > > >> > <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> > >
> > >> > > >> >
> > >> > > >> > It got a lot further with the -v 5!... see attached
logfile
> > >> > > >> >
> > >> > > >> > Thanks
> > >> > > >> > Scott
> > >> > > >> >
> > >> > > >> >
> > >> > > >> > On Tue, Mar 23, 2021 at 1:21 PM Minna Win via RT <
> > >> met_help at ucar.edu
> > >> > >
> > >> > > >> > wrote:
> > >> > > >> >
> > >> > > >> > > Hi Scott,
> > >> > > >> > >
> > >> > > >> > > Can you please increase your log level to 5 ( ie run
from
> the
> > >> > > command
> > >> > > >> > line
> > >> > > >> > > with '-v 5' )  and send your log file?
> > >> > > >> > >
> > >> > > >> > > Thanks,
> > >> > > >> > > Minna
> > >> > > >> > > ---------------
> > >> > > >> > > Minna Win
> > >> > > >> > > National Center for Atmospheric Research
> > >> > > >> > > Developmental Testbed Center
> > >> > > >> > > Phone: 303-497-8423
> > >> > > >> > > Fax:   303-497-8401
> > >> > > >> > > ---------------
> > >> > > >> > > Pronouns: she/her
> > >> > > >> > >
> > >> > > >> > >
> > >> > > >> > > On Tue, Mar 23, 2021 at 12:28 PM Scott Gregory via
RT <
> > >> > > >> met_help at ucar.edu
> > >> > > >> > >
> > >> > > >> > > wrote:
> > >> > > >> > >
> > >> > > >> > > >
> > >> > > >> > > > <URL:
> > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
> > >> > > >> > > >
> > >> > > >> > > > Those suggestions seem to satisfy the 'levels' but
the
> > >> program
> > >> > > ends
> > >> > > >> > > > with 'Killed.... I dont know what killed it.. any
ideas?
> > >> > > >> > > >
> > >> > > >> > > > DEBUG 1: Default Config File:
> > >> > > >> > > > /usr/local/share/met/config/GridStatConfig_default
> > >> > > >> > > >
> > >> > > >> > > > DEBUG 1: User Config File: CONFIG
> > >> > > >> > > >
> > >> > > >> > > > GSL_RNG_TYPE=mt19937
> > >> > > >> > > >
> > >> > > >> > > > GSL_RNG_SEED=1496472160
> > >> > > >> > > >
> > >> > > >> > > > DEBUG 1: Forecast File:
> > >> > > >> tutorial/MET_Tutorial/input/regridWRFPRS_d01.05
> > >> > > >> > > >
> > >> > > >> > > > DEBUG 1: Observation File:
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
>
tutorial/MET_Tutorial/input/MRMS_MergedReflectivityQComposite_00.50_20201210-
170041.grib2
> > >> > > >> > > >
> > >> > > >> > > > Killed
> > >> > > >> > > >
> > >> > > >> > > > thanks
> > >> > > >> > > > Scott
> > >> > > >> > > >
> > >> > > >> > > > On Tue, Mar 23, 2021 at 12:05 PM Minna Win via RT
<
> > >> > > >> met_help at ucar.edu>
> > >> > > >> > > > wrote:
> > >> > > >> > > >
> > >> > > >> > > > > Hi Scott,
> > >> > > >> > > > >
> > >> > > >> > > > > One of our scientists suggests setting the level
to
> 'L0'
> > >> for
> > >> > WRF
> > >> > > >> > > (fcsts=
> > >> > > >> > > > > {level = 'L0', etc}) and for MRMS, ie obs =
{...}
> > >> dictionary
> > >> > in
> > >> > > >> the
> > >> > > >> > > > config
> > >> > > >> > > > > file, set that level to P500 and see if that
works.
> Can
> > >> you
> > >> > try
> > >> > > >> that
> > >> > > >> > > and
> > >> > > >> > > > > see if that works?
> > >> > > >> > > > >
> > >> > > >> > > > > Regards,
> > >> > > >> > > > > Minna
> > >> > > >> > > > > ---------------
> > >> > > >> > > > > Minna Win
> > >> > > >> > > > > National Center for Atmospheric Research
> > >> > > >> > > > > Developmental Testbed Center
> > >> > > >> > > > > Phone: 303-497-8423
> > >> > > >> > > > > Fax:   303-497-8401
> > >> > > >> > > > > ---------------
> > >> > > >> > > > > Pronouns: she/her
> > >> > > >> > > > >
> > >> > > >> > > > >
> > >> > > >> > > > > On Tue, Mar 23, 2021 at 11:54 AM Minna
> Win-Gildenmeister
> > <
> > >> > > >> > > > > minnawin at ucar.edu>
> > >> > > >> > > > > wrote:
> > >> > > >> > > > >
> > >> > > >> > > > > > Hi Scott,
> > >> > > >> > > > > >
> > >> > > >> > > > > > Let me check and see if anyone has figured out
how to
> > do
> > >> > this.
> > >> > > >> > > Thanks
> > >> > > >> > > > > for
> > >> > > >> > > > > > your patience.
> > >> > > >> > > > > >
> > >> > > >> > > > > > Regards,
> > >> > > >> > > > > > Minna
> > >> > > >> > > > > > ---------------
> > >> > > >> > > > > > Minna Win
> > >> > > >> > > > > > National Center for Atmospheric Research
> > >> > > >> > > > > > Developmental Testbed Center
> > >> > > >> > > > > > Phone: 303-497-8423
> > >> > > >> > > > > > Fax:   303-497-8401
> > >> > > >> > > > > > ---------------
> > >> > > >> > > > > > Pronouns: she/her
> > >> > > >> > > > > >
> > >> > > >> > > > > >
> > >> > > >> > > > > > On Tue, Mar 23, 2021 at 11:45 AM Scott Gregory
via
> RT <
> > >> > > >> > > > met_help at ucar.edu
> > >> > > >> > > > > >
> > >> > > >> > > > > > wrote:
> > >> > > >> > > > > >
> > >> > > >> > > > > >>
> > >> > > >> > > > > >> <URL:
> > >> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> > >> > > >> >
> > >> > > >> > > > > >>
> > >> > > >> > > > > >> Hi Again Minna
> > >> > > >> > > > > >>
> > >> > > >> > > > > >> the level in the WRF Composite reflectivity
data is
> > >> > > >> > > > > >>
> > >> > > >> > > > > >> entire atmosphere (considered as a single
layer)
> > >> > > >> > > > > >>
> > >> > > >> > > > > >> and the level in the MRMS data is
> > >> > > >> > > > > >>
> > >> > > >> > > > > >> 500 m above mean sea level
> > >> > > >> > > > > >>
> > >> > > >> > > > > >> Is there any way to force the WRF Composite
> > Reflectivity
> > >> > > into a
> > >> > > >> > > > variable
> > >> > > >> > > > > >> that will work?
> > >> > > >> > > > > >>
> > >> > > >> > > > > >> I was asking for a list thinking I could
learn
> better
> > >> how
> > >> > to
> > >> > > >> use
> > >> > > >> > > > > grid_stat
> > >> > > >> > > > > >>
> > >> > > >> > > > > >> any help is great!
> > >> > > >> > > > > >> Thanks
> > >> > > >> > > > > >> Scott
> > >> > > >> > > > > >>
> > >> > > >> > > > > >>
> > >> > > >> > > > > >> On Tue, Mar 23, 2021 at 11:39 AM Minna Win
via RT <
> > >> > > >> > > met_help at ucar.edu>
> > >> > > >> > > > > >> wrote:
> > >> > > >> > > > > >>
> > >> > > >> > > > > >> > Hi Scott,
> > >> > > >> > > > > >> >
> > >> > > >> > > > > >> > According to the scientist, it's typical to
us
> Pxyz
> > >> for
> > >> > > >> pressure
> > >> > > >> > > > > levels
> > >> > > >> > > > > >> and
> > >> > > >> > > > > >> > Zxyz for heights.  The "allowed" levels are
bound
> by
> > >> what
> > >> > > is
> > >> > > >> > > > available
> > >> > > >> > > > > >> in
> > >> > > >> > > > > >> > your data.  If you request a level and it
doesn't
> > >> exist,
> > >> > > >> you'll
> > >> > > >> > > end
> > >> > > >> > > > up
> > >> > > >> > > > > >> > getting no results.  Is that what you were
asking?
> > >> > > >> > > > > >> >
> > >> > > >> > > > > >> > Regards,
> > >> > > >> > > > > >> > Minna
> > >> > > >> > > > > >> > ---------------
> > >> > > >> > > > > >> > Minna Win
> > >> > > >> > > > > >> > National Center for Atmospheric Research
> > >> > > >> > > > > >> > Developmental Testbed Center
> > >> > > >> > > > > >> > Phone: 303-497-8423
> > >> > > >> > > > > >> > Fax:   303-497-8401
> > >> > > >> > > > > >> > ---------------
> > >> > > >> > > > > >> > Pronouns: she/her
> > >> > > >> > > > > >> >
> > >> > > >> > > > > >> >
> > >> > > >> > > > > >> > On Tue, Mar 23, 2021 at 11:23 AM Scott
Gregory via
> > RT
> > >> <
> > >> > > >> > > > > >> met_help at ucar.edu>
> > >> > > >> > > > > >> > wrote:
> > >> > > >> > > > > >> >
> > >> > > >> > > > > >> > >
> > >> > > >> > > > > >> > > <URL:
> > >> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> > >> > > >> > >
> > >> > > >> > > > > >> > >
> > >> > > >> > > > > >> > > Hi again, Minna
> > >> > > >> > > > > >> > >
> > >> > > >> > > > > >> > > is there a list of levels variables that
are
> > >> allowed?
> > >> > > >> > > > > >> > >
> > >> > > >> > > > > >> > > Thanks
> > >> > > >> > > > > >> > > Scott
> > >> > > >> > > > > >> > >
> > >> > > >> > > > > >> > > On Tue, Mar 23, 2021 at 11:19 AM Scott
Gregory <
> > >> > > >> > > > > >> > > scott.andrew.gregory at gmail.com> wrote:
> > >> > > >> > > > > >> > >
> > >> > > >> > > > > >> > > > Thanks Minna
> > >> > > >> > > > > >> > > >
> > >> > > >> > > > > >> > > > changed to
> > >> > > >> > > > > >> > > > level      = "Z500"; and now I get
past... now
> > it
> > >> > says
> > >> > > >> > > > > >> > > >
> > >> > > >> > > > > >> > > > WARNING: read_data_plane() -> REFC/Z500
not
> > found
> > >> in
> > >> > > >> > > > file:...(WRF
> > >> > > >> > > > > >> file
> > >> > > >> > > > > >> > > > name)
> > >> > > >> > > > > >> > > > is there a way to force these WRF data
and the
> > >> MRMS
> > >> > > data
> > >> > > >> to
> > >> > > >> > > work
> > >> > > >> > > > > >> > > together-
> > >> > > >> > > > > >> > > > can I get it to ignore the level?
> > >> > > >> > > > > >> > > >
> > >> > > >> > > > > >> > > > any help would be great!
> > >> > > >> > > > > >> > > > Thanks
> > >> > > >> > > > > >> > > > Scott
> > >> > > >> > > > > >> > > >
> > >> > > >> > > > > >> > > >
> > >> > > >> > > > > >> > > > On Tue, Mar 23, 2021 at 10:52 AM Minna
Win via
> > RT
> > >> <
> > >> > > >> > > > > >> met_help at ucar.edu>
> > >> > > >> > > > > >> > > > wrote:
> > >> > > >> > > > > >> > > >
> > >> > > >> > > > > >> > > >> Hello Scott,
> > >> > > >> > > > > >> > > >>
> > >> > > >> > > > > >> > > >> I consulted with a scientist who is
familiar
> > with
> > >> > > using
> > >> > > >> > > > Grid-stat
> > >> > > >> > > > > >> on
> > >> > > >> > > > > >> > > MRMS
> > >> > > >> > > > > >> > > >> data and here is a suggestion:
> > >> > > >> > > > > >> > > >>
> > >> > > >> > > > > >> > > >>
> > >> > > >> > > > > >> > > >>    - You were using the '(*,*)' syntax
and
> that
> > >> only
> > >> > > >> works
> > >> > > >> > on
> > >> > > >> > > > > >> netCDF
> > >> > > >> > > > > >> > > data,
> > >> > > >> > > > > >> > > >>    not grb files
> > >> > > >> > > > > >> > > >>
> > >> > > >> > > > > >> > > >> From the meta data you provided, it
looks
> like
> > >> for
> > >> > the
> > >> > > >> > 500mb
> > >> > > >> > > > > level,
> > >> > > >> > > > > >> > you
> > >> > > >> > > > > >> > > >> can
> > >> > > >> > > > > >> > > >> set the level=Z500
> > >> > > >> > > > > >> > > >>
> > >> > > >> > > > > >> > > >> Can you try setting the level you want
to the
> > >> above?
> > >> > > >> > > > > >> > > >>
> > >> > > >> > > > > >> > > >> Regards,
> > >> > > >> > > > > >> > > >> Minna
> > >> > > >> > > > > >> > > >> ---------------
> > >> > > >> > > > > >> > > >> Minna Win
> > >> > > >> > > > > >> > > >> National Center for Atmospheric
Research
> > >> > > >> > > > > >> > > >> Developmental Testbed Center
> > >> > > >> > > > > >> > > >> Phone: 303-497-8423
> > >> > > >> > > > > >> > > >> Fax:   303-497-8401
> > >> > > >> > > > > >> > > >> ---------------
> > >> > > >> > > > > >> > > >> Pronouns: she/her
> > >> > > >> > > > > >> > > >>
> > >> > > >> > > > > >> > > >>
> > >> > > >> > > > > >> > > >> On Tue, Mar 23, 2021 at 10:04 AM Scott
> Gregory
> > >> via
> > >> > RT
> > >> > > <
> > >> > > >> > > > > >> > > met_help at ucar.edu>
> > >> > > >> > > > > >> > > >> wrote:
> > >> > > >> > > > > >> > > >>
> > >> > > >> > > > > >> > > >> >
> > >> > > >> > > > > >> > > >> > Tue Mar 23 10:03:40 2021: Request
99193 was
> > >> acted
> > >> > > >> upon.
> > >> > > >> > > > > >> > > >> > Transaction: Ticket created by
> > >> > > >> > > > scott.andrew.gregory at gmail.com
> > >> > > >> > > > > >> > > >> >        Queue: met_help
> > >> > > >> > > > > >> > > >> >      Subject: (No subject given)
> > >> > > >> > > > > >> > > >> >        Owner: Nobody
> > >> > > >> > > > > >> > > >> >   Requestors:
> scott.andrew.gregory at gmail.com
> > >> > > >> > > > > >> > > >> >       Status: new
> > >> > > >> > > > > >> > > >> >  Ticket <URL:
> > >> > > >> > > > > >> >
> > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> > >> > > >> > > > > >> > > >
> > >> > > >> > > > > >> > > >> >
> > >> > > >> > > > > >> > > >> >
> > >> > > >> > > > > >> > > >> > Hi Met Help
> > >> > > >> > > > > >> > > >> >
> > >> > > >> > > > > >> > > >> > I am trying to use grid_stat on
composite
> > radar
> > >> > > >> > > reflectivity
> > >> > > >> > > > > from
> > >> > > >> > > > > >> > WRF
> > >> > > >> > > > > >> > > >> and
> > >> > > >> > > > > >> > > >> > trying to verify with MRMS data. If
you
> have
> > >> any
> > >> > > >> > > suggestions
> > >> > > >> > > > as
> > >> > > >> > > > > >> to
> > >> > > >> > > > > >> > > >> > alternative radar data sets, please
let me
> > know
> > >> > that
> > >> > > >> as
> > >> > > >> > > > well..
> > >> > > >> > > > > >> > > >> >
> > >> > > >> > > > > >> > > >> > currently, I have the wrf and MRMS
on the
> > same
> > >> > grid
> > >> > > >> and i
> > >> > > >> > > run
> > >> > > >> > > > > >> > > grid_stat
> > >> > > >> > > > > >> > > >> ...
> > >> > > >> > > > > >> > > >> > the configure file has
'levels="(*,*)" ' in
> > the
> > >> > > >> example
> > >> > > >> > > > > configure
> > >> > > >> > > > > >> > file
> > >> > > >> > > > > >> > > >> > included in the met tutorial package
> (which,
> > >> in my
> > >> > > >> case
> > >> > > >> > is
> > >> > > >> > > > in a
> > >> > > >> > > > > >> > docker
> > >> > > >> > > > > >> > > >> > container). The example config was
APCP...
> > >> > > >> > > > > >> > > >> >
> > >> > > >> > > > > >> > > >> > here is the error
> > >> > > >> > > > > >> > > >> >
> > >> > > >> > > > > >> > > >> > VarInfo::set_level_info_grib() -
failed to
> > >> parse
> > >> > > level
> > >> > > >> > > string
> > >> > > >> > > > > >> > '(*,*)'
> > >> > > >> > > > > >> > > >> >
> > >> > > >> > > > > >> > > >> > I tried a few different things that
I have
> > >> seen in
> > >> > > >> > > > met_tutorial
> > >> > > >> > > > > >> > > >> online...
> > >> > > >> > > > > >> > > >> > and some things that sortof make
sense for
> > >> levels
> > >> > > but
> > >> > > >> I
> > >> > > >> > > > > generally
> > >> > > >> > > > > >> > get
> > >> > > >> > > > > >> > > >> the
> > >> > > >> > > > > >> > > >> > same error.
> > >> > > >> > > > > >> > > >> >
> > >> > > >> > > > > >> > > >> > here is the wgrib2 -V info for the
wrf data
> > >> > > >> > > > > >> > > >> >
> > >> > > >> > > > > >> > > >> > 44:4441236:vt=2021031817:entire
atmosphere
> > >> > > (considered
> > >> > > >> > as a
> > >> > > >> > > > > >> single
> > >> > > >> > > > > >> > > >> layer):5
> > >> > > >> > > > > >> > > >> > hour fcst:REFC Composite
reflectivity [dB]:
> > >> > > >> > > > > >> > > >> >
> > >> > > >> > > > > >> > > >> >
> > >> > > >> > >  ndata=24500000:undef=24409572:mean=-19.2125:min=-
20:max=0
> > >> > > >> > > > > >> > > >> >
> > >> > > >> > > > > >> > > >> >     grid_template=0:winds(N/S):
> > >> > > >> > > > > >> > > >> >
> > >> > > >> > > > > >> > > >> >         lat-lon grid:(7000 x 3500)
units
> > 1e-06
> > >> > input
> > >> > > >> > WE:NS
> > >> > > >> > > > > output
> > >> > > >> > > > > >> > > WE:SN
> > >> > > >> > > > > >> > > >> res
> > >> > > >> > > > > >> > > >> > 48
> > >> > > >> > > > > >> > > >> >
> > >> > > >> > > > > >> > > >> >         lat 54.995000 to 20.005000
by
> > 0.010000
> > >> > > >> > > > > >> > > >> >
> > >> > > >> > > > > >> > > >> >         lon 230.004999 to 299.994999
by
> > >> 0.010000
> > >> > > >> > > > > #points=24500000
> > >> > > >> > > > > >> > > >> > here is the info for MRMS
> > >> > > >> > > > > >> > > >> >
> > >> > > >> > > > > >> > > >> > 1:0:vt=2020121017:500 m above mean
sea
> > >> > > >> > > > > >> > > >> >
level:anl:MergedReflectivityQComposite
> > >> Composite
> > >> > > >> > > Reflectivity
> > >> > > >> > > > > >> Mosaic
> > >> > > >> > > > > >> > > >> (max
> > >> > > >> > > > > >> > > >> > ref) [dBZ]:
> > >> > > >> > > > > >> > > >> >
> > >> > > >> > > > > >> > > >> >
> > >> > > >> >  ndata=24500000:undef=0:mean=-480.259:min=-
999:max=50.7
> > >> > > >> > > > > >> > > >> >
> > >> > > >> > > > > >> > > >> >     grid_template=0:winds(N/S):
> > >> > > >> > > > > >> > > >> >
> > >> > > >> > > > > >> > > >> >        lat-lon grid:(7000 x 3500)
units
> 1e-06
> > >> > input
> > >> > > >> WE:NS
> > >> > > >> > > > > output
> > >> > > >> > > > > >> > WE:SN
> > >> > > >> > > > > >> > > >> res
> > >> > > >> > > > > >> > > >> > 48
> > >> > > >> > > > > >> > > >> >
> > >> > > >> > > > > >> > > >> >        lat 54.995000 to 20.005001 by
> 0.010000
> > >> > > >> > > > > >> > > >> >
> > >> > > >> > > > > >> > > >> >        lon 230.004999 to 299.994997
by
> > 0.010000
> > >> > > >> > > > > #points=24500000
> > >> > > >> > > > > >> > > >> >
> > >> > > >> > > > > >> > > >> > If you have any suggestions how to
set the
> > >> > 'levels'
> > >> > > >> > > variable
> > >> > > >> > > > in
> > >> > > >> > > > > >> the
> > >> > > >> > > > > >> > > >> config
> > >> > > >> > > > > >> > > >> > file and anything else, please let
me know.
> > >> > > >> > > > > >> > > >> >
> > >> > > >> > > > > >> > > >> > thanks!
> > >> > > >> > > > > >> > > >> > --
> > >> > > >> > > > > >> > > >> > Scott Gregory
> > >> > > >> > > > > >> > > >> >
> > >> > > >> > > > > >> > > >> >
> > >> > > >> > > > > >> > > >>
> > >> > > >> > > > > >> > > >>
> > >> > > >> > > > > >> > > >
> > >> > > >> > > > > >> > > > --
> > >> > > >> > > > > >> > > > Scott Gregory
> > >> > > >> > > > > >> > > >
> > >> > > >> > > > > >> > >
> > >> > > >> > > > > >> > >
> > >> > > >> > > > > >> > > --
> > >> > > >> > > > > >> > > Scott Gregory
> > >> > > >> > > > > >> > >
> > >> > > >> > > > > >> > >
> > >> > > >> > > > > >> >
> > >> > > >> > > > > >> >
> > >> > > >> > > > > >>
> > >> > > >> > > > > >> --
> > >> > > >> > > > > >> Scott Gregory
> > >> > > >> > > > > >>
> > >> > > >> > > > > >>
> > >> > > >> > > > >
> > >> > > >> > > > >
> > >> > > >> > > >
> > >> > > >> > > > --
> > >> > > >> > > > Scott Gregory
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >> > --
> > >> > > >> > Scott Gregory
> > >> > > >> >
> > >> > > >> >
> > >> > > >>
> > >> > > >>
> > >> > > >
> > >> > > > --
> > >> > > > Scott Gregory
> > >> > > >
> > >> > >
> > >> > >
> > >> > > --
> > >> > > Scott Gregory
> > >> > >
> > >> > >
> > >> >
> > >> >
> > >>
> > >> --
> > >> Scott Gregory
> > >>
> > >>
> >
> >
>
> --
> Scott Gregory
>
>

------------------------------------------------
Subject: resolved
From: Minna Win
Time: Wed Mar 24 09:12:04 2021

User was successful in running grid-stat on MRMS and WRF data.  No
further action is required.

------------------------------------------------
Subject: 
From: Scott Gregory
Time: Wed Mar 24 10:33:42 2021

Hi Again Minna

I have another question... When I get grid_stat to work, I am only
getting the '.nc' file, none of the text files that the tutorial
suggest
should be produced. Do you have any guidance for me?

Thanks
Scott

On Wed, Mar 24, 2021 at 9:11 AM Minna Win via RT <met_help at ucar.edu>
wrote:

> Hi Scott,
>
> Yes, please contact us via MET Help if you have any other MET-
related
> questions.  Enjoy using MET.
>
> Regards,
> Minna
> ---------------
> Minna Win
> National Center for Atmospheric Research
> Developmental Testbed Center
> Phone: 303-497-8423
> Fax:   303-497-8401
> ---------------
> Pronouns: she/her
>
>
> On Wed, Mar 24, 2021 at 8:59 AM Scott Gregory via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
> >
> > Thank you Minna for all of your help!... I will contact you if I
have
> > further questions
> >
> > On Wed, Mar 24, 2021 at 8:51 AM Minna Win via RT
<met_help at ucar.edu>
> > wrote:
> >
> > > Hi Scott,
> > >
> > > I received a response from one of our scientists, Tina Kalb -who
uses
> MET
> > > extensively and with a lot of different obs and model data.   On
> previous
> > > projects, she selected the closest obs time. For MRMS data, this
is
> > > difficult to find an exact match anyway since it isn't available
on the
> > > hour.  Grid stat still runs successfully and correctly. The
warning is
> > just
> > > MET's way of letting you know that your times don't line up
exactly.
> > >
> > > Regards,
> > > Minna
> > > ---------------
> > > Minna Win
> > > National Center for Atmospheric Research
> > > Developmental Testbed Center
> > > Phone: 303-497-8423
> > > Fax:   303-497-8401
> > > ---------------
> > > Pronouns: she/her
> > >
> > >
> > > On Tue, Mar 23, 2021 at 6:05 PM Minna Win-Gildenmeister <
> > minnawin at ucar.edu
> > > >
> > > wrote:
> > >
> > > > Hi Scott,
> > > >
> > > > I asked a couple of coworkers about your time mismatch issue.
I'll
> let
> > > > you know if they have any suggestions.
> > > >
> > > > Regards,
> > > > Minna
> > > > ---------------
> > > > Minna Win
> > > > National Center for Atmospheric Research
> > > > Developmental Testbed Center
> > > > Phone: 303-497-8423
> > > > Fax:   303-497-8401
> > > > ---------------
> > > > Pronouns: she/her
> > > >
> > > >
> > > > On Tue, Mar 23, 2021 at 5:59 PM Scott Gregory via RT <
> > met_help at ucar.edu>
> > > > wrote:
> > > >
> > > >>
> > > >> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
>
> > > >>
> > > >> Hi Minna
> > > >>
> > > >> Just before I left work, I regridded the files to a much
smaller
> > domain,
> > > >> changed P500 to Z500 and fixed the date. It worked!... I
think the
> big
> > > >> domain maybe dies in my container because of the limits of
the
> > container
> > > >> memory. I will look again tomorrow and let you know how its
goes.
> > > >>
> > > >> Thanks for all of your help!
> > > >> Scott
> > > >>
> > > >> On Tue, Mar 23, 2021 at 5:52 PM Minna Win via RT
<met_help at ucar.edu
> >
> > > >> wrote:
> > > >>
> > > >> > Hi Scott,
> > > >> >
> > > >> > Thanks for promptly providing the data and config file.  I
was
> able
> > to
> > > >> get
> > > >> > grid stat to run successfully, i did change one thing in
your
> CONFIG
> > > >> file:
> > > >> > I changed the level from P500 to Z500.  I'm not sure why
you were
> > > seeing
> > > >> > the "killed" message.  Could you please try Z500.
Sometimes this
> is
> > > an
> > > >> > exasperating process getting the levels correctly
identified!
> > > >> >
> > > >> > I put the following file in your gregory directory in the
ftp site
> > for
> > > >> you
> > > >> > to look at and see if this is what you expected.  I did
observe a
> > > >> warning
> > > >> > about the time mismatch while I was running grid-stat.
I'll need
> to
> > > ask
> > > >> > someone about that issue tomorrow.
> > > >> >
> > > >> > Regards,
> > > >> > Minna
> > > >> > ---------------
> > > >> > Minna Win
> > > >> > National Center for Atmospheric Research
> > > >> > Developmental Testbed Center
> > > >> > Phone: 303-497-8423
> > > >> > Fax:   303-497-8401
> > > >> > ---------------
> > > >> > Pronouns: she/her
> > > >> >
> > > >> >
> > > >> > On Tue, Mar 23, 2021 at 4:48 PM Scott Gregory via RT <
> > > met_help at ucar.edu
> > > >> >
> > > >> > wrote:
> > > >> >
> > > >> > >
> > > >> > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
> > > >> > >
> > > >> > > Hi again Minna
> > > >> > >
> > > >> > > when I regridded both data sets to a smaller domain, I
think it
> > > would
> > > >> > works
> > > >> > > except the timestamp on the MRMS data is  20201210_170041
where
> > in
> > > >> the
> > > >> > WRF
> > > >> > > data it is  20201210_170000 . do you know how I can make
their
> > valid
> > > >> > times
> > > >> > > work together?
> > > >> > >
> > > >> > > Thanks again.... see previous email for the ftp
information.
> > > >> > > Scott
> > > >> > >
> > > >> > > On Tue, Mar 23, 2021 at 4:31 PM Scott Gregory <
> > > >> > > scott.andrew.gregory at gmail.com> wrote:
> > > >> > >
> > > >> > > > Hi Minna
> > > >> > > >
> > > >> > > > I ftp'd those files... /incoming/irap/met_help/gregory
> > > >> > > >
> > > >> > > > I was thinking that maybe I need to regrid the WRF and
MRMS
> > > domains
> > > >> to
> > > >> > > > localize them to the WRF domain, which is a few hundred
km
> > around
> > > >> > > > Albuquerque, NM... Up until now, I had put the WRF on
the MRMS
> > > grid
> > > >> > > (CONUS)
> > > >> > > > but that doesnt need to be the case... thats my only
thought
> > right
> > > >> > now. I
> > > >> > > > will be leaving work soon and will revisit this
tomorrow if
> you
> > > have
> > > >> > any
> > > >> > > > suggestions..... THANKS
> > > >> > > >
> > > >> > > > Scott
> > > >> > > >
> > > >> > > > On Tue, Mar 23, 2021 at 4:17 PM Minna Win via RT <
> > > met_help at ucar.edu
> > > >> >
> > > >> > > > wrote:
> > > >> > > >
> > > >> > > >> Hi Scott,
> > > >> > > >>
> > > >> > > >> I cannot find any error messages in the log file.
Could you
> > > please
> > > >> > ftp
> > > >> > > >> your config file and your fcst and obs data?  I'd like
to try
> > > >> running
> > > >> > it
> > > >> > > >> locally and see if I can reproduce the behavior.  You
can
> > follow
> > > >> the
> > > >> > > >> instructions at the bottom of this link under 'How to
send us
> > > >> data':
> > > >> > > >>
> > > >> > > >>
> > > >> > > >>
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> http://dtcenter.org/community-code/model-evaluation-tools-met/met-
help-desk
> > > >> > > >>
> > > >> > > >>
> > > >> > > >> Regards,
> > > >> > > >> Minna
> > > >> > > >>
> > > >> > > >> ---------------
> > > >> > > >> Minna Win
> > > >> > > >> National Center for Atmospheric Research
> > > >> > > >> Developmental Testbed Center
> > > >> > > >> Phone: 303-497-8423
> > > >> > > >> Fax:   303-497-8401
> > > >> > > >> ---------------
> > > >> > > >> Pronouns: she/her
> > > >> > > >>
> > > >> > > >>
> > > >> > > >> On Tue, Mar 23, 2021 at 1:26 PM Scott Gregory via RT <
> > > >> > met_help at ucar.edu
> > > >> > > >
> > > >> > > >> wrote:
> > > >> > > >>
> > > >> > > >> >
> > > >> > > >> > <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> > > >
> > > >> > > >> >
> > > >> > > >> > It got a lot further with the -v 5!... see attached
logfile
> > > >> > > >> >
> > > >> > > >> > Thanks
> > > >> > > >> > Scott
> > > >> > > >> >
> > > >> > > >> >
> > > >> > > >> > On Tue, Mar 23, 2021 at 1:21 PM Minna Win via RT <
> > > >> met_help at ucar.edu
> > > >> > >
> > > >> > > >> > wrote:
> > > >> > > >> >
> > > >> > > >> > > Hi Scott,
> > > >> > > >> > >
> > > >> > > >> > > Can you please increase your log level to 5 ( ie
run from
> > the
> > > >> > > command
> > > >> > > >> > line
> > > >> > > >> > > with '-v 5' )  and send your log file?
> > > >> > > >> > >
> > > >> > > >> > > Thanks,
> > > >> > > >> > > Minna
> > > >> > > >> > > ---------------
> > > >> > > >> > > Minna Win
> > > >> > > >> > > National Center for Atmospheric Research
> > > >> > > >> > > Developmental Testbed Center
> > > >> > > >> > > Phone: 303-497-8423
> > > >> > > >> > > Fax:   303-497-8401
> > > >> > > >> > > ---------------
> > > >> > > >> > > Pronouns: she/her
> > > >> > > >> > >
> > > >> > > >> > >
> > > >> > > >> > > On Tue, Mar 23, 2021 at 12:28 PM Scott Gregory via
RT <
> > > >> > > >> met_help at ucar.edu
> > > >> > > >> > >
> > > >> > > >> > > wrote:
> > > >> > > >> > >
> > > >> > > >> > > >
> > > >> > > >> > > > <URL:
> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
> > > >> > > >> > > >
> > > >> > > >> > > > Those suggestions seem to satisfy the 'levels'
but the
> > > >> program
> > > >> > > ends
> > > >> > > >> > > > with 'Killed.... I dont know what killed it..
any
> ideas?
> > > >> > > >> > > >
> > > >> > > >> > > > DEBUG 1: Default Config File:
> > > >> > > >> > > >
/usr/local/share/met/config/GridStatConfig_default
> > > >> > > >> > > >
> > > >> > > >> > > > DEBUG 1: User Config File: CONFIG
> > > >> > > >> > > >
> > > >> > > >> > > > GSL_RNG_TYPE=mt19937
> > > >> > > >> > > >
> > > >> > > >> > > > GSL_RNG_SEED=1496472160
> > > >> > > >> > > >
> > > >> > > >> > > > DEBUG 1: Forecast File:
> > > >> > > >> tutorial/MET_Tutorial/input/regridWRFPRS_d01.05
> > > >> > > >> > > >
> > > >> > > >> > > > DEBUG 1: Observation File:
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
tutorial/MET_Tutorial/input/MRMS_MergedReflectivityQComposite_00.50_20201210-
170041.grib2
> > > >> > > >> > > >
> > > >> > > >> > > > Killed
> > > >> > > >> > > >
> > > >> > > >> > > > thanks
> > > >> > > >> > > > Scott
> > > >> > > >> > > >
> > > >> > > >> > > > On Tue, Mar 23, 2021 at 12:05 PM Minna Win via
RT <
> > > >> > > >> met_help at ucar.edu>
> > > >> > > >> > > > wrote:
> > > >> > > >> > > >
> > > >> > > >> > > > > Hi Scott,
> > > >> > > >> > > > >
> > > >> > > >> > > > > One of our scientists suggests setting the
level to
> > 'L0'
> > > >> for
> > > >> > WRF
> > > >> > > >> > > (fcsts=
> > > >> > > >> > > > > {level = 'L0', etc}) and for MRMS, ie obs =
{...}
> > > >> dictionary
> > > >> > in
> > > >> > > >> the
> > > >> > > >> > > > config
> > > >> > > >> > > > > file, set that level to P500 and see if that
works.
> > Can
> > > >> you
> > > >> > try
> > > >> > > >> that
> > > >> > > >> > > and
> > > >> > > >> > > > > see if that works?
> > > >> > > >> > > > >
> > > >> > > >> > > > > Regards,
> > > >> > > >> > > > > Minna
> > > >> > > >> > > > > ---------------
> > > >> > > >> > > > > Minna Win
> > > >> > > >> > > > > National Center for Atmospheric Research
> > > >> > > >> > > > > Developmental Testbed Center
> > > >> > > >> > > > > Phone: 303-497-8423
> > > >> > > >> > > > > Fax:   303-497-8401
> > > >> > > >> > > > > ---------------
> > > >> > > >> > > > > Pronouns: she/her
> > > >> > > >> > > > >
> > > >> > > >> > > > >
> > > >> > > >> > > > > On Tue, Mar 23, 2021 at 11:54 AM Minna
> > Win-Gildenmeister
> > > <
> > > >> > > >> > > > > minnawin at ucar.edu>
> > > >> > > >> > > > > wrote:
> > > >> > > >> > > > >
> > > >> > > >> > > > > > Hi Scott,
> > > >> > > >> > > > > >
> > > >> > > >> > > > > > Let me check and see if anyone has figured
out how
> to
> > > do
> > > >> > this.
> > > >> > > >> > > Thanks
> > > >> > > >> > > > > for
> > > >> > > >> > > > > > your patience.
> > > >> > > >> > > > > >
> > > >> > > >> > > > > > Regards,
> > > >> > > >> > > > > > Minna
> > > >> > > >> > > > > > ---------------
> > > >> > > >> > > > > > Minna Win
> > > >> > > >> > > > > > National Center for Atmospheric Research
> > > >> > > >> > > > > > Developmental Testbed Center
> > > >> > > >> > > > > > Phone: 303-497-8423
> > > >> > > >> > > > > > Fax:   303-497-8401
> > > >> > > >> > > > > > ---------------
> > > >> > > >> > > > > > Pronouns: she/her
> > > >> > > >> > > > > >
> > > >> > > >> > > > > >
> > > >> > > >> > > > > > On Tue, Mar 23, 2021 at 11:45 AM Scott
Gregory via
> > RT <
> > > >> > > >> > > > met_help at ucar.edu
> > > >> > > >> > > > > >
> > > >> > > >> > > > > > wrote:
> > > >> > > >> > > > > >
> > > >> > > >> > > > > >>
> > > >> > > >> > > > > >> <URL:
> > > >> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> > > >> > > >> >
> > > >> > > >> > > > > >>
> > > >> > > >> > > > > >> Hi Again Minna
> > > >> > > >> > > > > >>
> > > >> > > >> > > > > >> the level in the WRF Composite reflectivity
data
> is
> > > >> > > >> > > > > >>
> > > >> > > >> > > > > >> entire atmosphere (considered as a single
layer)
> > > >> > > >> > > > > >>
> > > >> > > >> > > > > >> and the level in the MRMS data is
> > > >> > > >> > > > > >>
> > > >> > > >> > > > > >> 500 m above mean sea level
> > > >> > > >> > > > > >>
> > > >> > > >> > > > > >> Is there any way to force the WRF Composite
> > > Reflectivity
> > > >> > > into a
> > > >> > > >> > > > variable
> > > >> > > >> > > > > >> that will work?
> > > >> > > >> > > > > >>
> > > >> > > >> > > > > >> I was asking for a list thinking I could
learn
> > better
> > > >> how
> > > >> > to
> > > >> > > >> use
> > > >> > > >> > > > > grid_stat
> > > >> > > >> > > > > >>
> > > >> > > >> > > > > >> any help is great!
> > > >> > > >> > > > > >> Thanks
> > > >> > > >> > > > > >> Scott
> > > >> > > >> > > > > >>
> > > >> > > >> > > > > >>
> > > >> > > >> > > > > >> On Tue, Mar 23, 2021 at 11:39 AM Minna Win
via RT
> <
> > > >> > > >> > > met_help at ucar.edu>
> > > >> > > >> > > > > >> wrote:
> > > >> > > >> > > > > >>
> > > >> > > >> > > > > >> > Hi Scott,
> > > >> > > >> > > > > >> >
> > > >> > > >> > > > > >> > According to the scientist, it's typical
to us
> > Pxyz
> > > >> for
> > > >> > > >> pressure
> > > >> > > >> > > > > levels
> > > >> > > >> > > > > >> and
> > > >> > > >> > > > > >> > Zxyz for heights.  The "allowed" levels
are
> bound
> > by
> > > >> what
> > > >> > > is
> > > >> > > >> > > > available
> > > >> > > >> > > > > >> in
> > > >> > > >> > > > > >> > your data.  If you request a level and it
> doesn't
> > > >> exist,
> > > >> > > >> you'll
> > > >> > > >> > > end
> > > >> > > >> > > > up
> > > >> > > >> > > > > >> > getting no results.  Is that what you
were
> asking?
> > > >> > > >> > > > > >> >
> > > >> > > >> > > > > >> > Regards,
> > > >> > > >> > > > > >> > Minna
> > > >> > > >> > > > > >> > ---------------
> > > >> > > >> > > > > >> > Minna Win
> > > >> > > >> > > > > >> > National Center for Atmospheric Research
> > > >> > > >> > > > > >> > Developmental Testbed Center
> > > >> > > >> > > > > >> > Phone: 303-497-8423
> > > >> > > >> > > > > >> > Fax:   303-497-8401
> > > >> > > >> > > > > >> > ---------------
> > > >> > > >> > > > > >> > Pronouns: she/her
> > > >> > > >> > > > > >> >
> > > >> > > >> > > > > >> >
> > > >> > > >> > > > > >> > On Tue, Mar 23, 2021 at 11:23 AM Scott
Gregory
> via
> > > RT
> > > >> <
> > > >> > > >> > > > > >> met_help at ucar.edu>
> > > >> > > >> > > > > >> > wrote:
> > > >> > > >> > > > > >> >
> > > >> > > >> > > > > >> > >
> > > >> > > >> > > > > >> > > <URL:
> > > >> > > >>
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> > > >> > > >> > >
> > > >> > > >> > > > > >> > >
> > > >> > > >> > > > > >> > > Hi again, Minna
> > > >> > > >> > > > > >> > >
> > > >> > > >> > > > > >> > > is there a list of levels variables
that are
> > > >> allowed?
> > > >> > > >> > > > > >> > >
> > > >> > > >> > > > > >> > > Thanks
> > > >> > > >> > > > > >> > > Scott
> > > >> > > >> > > > > >> > >
> > > >> > > >> > > > > >> > > On Tue, Mar 23, 2021 at 11:19 AM Scott
> Gregory <
> > > >> > > >> > > > > >> > > scott.andrew.gregory at gmail.com> wrote:
> > > >> > > >> > > > > >> > >
> > > >> > > >> > > > > >> > > > Thanks Minna
> > > >> > > >> > > > > >> > > >
> > > >> > > >> > > > > >> > > > changed to
> > > >> > > >> > > > > >> > > > level      = "Z500"; and now I get
past...
> now
> > > it
> > > >> > says
> > > >> > > >> > > > > >> > > >
> > > >> > > >> > > > > >> > > > WARNING: read_data_plane() ->
REFC/Z500 not
> > > found
> > > >> in
> > > >> > > >> > > > file:...(WRF
> > > >> > > >> > > > > >> file
> > > >> > > >> > > > > >> > > > name)
> > > >> > > >> > > > > >> > > > is there a way to force these WRF
data and
> the
> > > >> MRMS
> > > >> > > data
> > > >> > > >> to
> > > >> > > >> > > work
> > > >> > > >> > > > > >> > > together-
> > > >> > > >> > > > > >> > > > can I get it to ignore the level?
> > > >> > > >> > > > > >> > > >
> > > >> > > >> > > > > >> > > > any help would be great!
> > > >> > > >> > > > > >> > > > Thanks
> > > >> > > >> > > > > >> > > > Scott
> > > >> > > >> > > > > >> > > >
> > > >> > > >> > > > > >> > > >
> > > >> > > >> > > > > >> > > > On Tue, Mar 23, 2021 at 10:52 AM
Minna Win
> via
> > > RT
> > > >> <
> > > >> > > >> > > > > >> met_help at ucar.edu>
> > > >> > > >> > > > > >> > > > wrote:
> > > >> > > >> > > > > >> > > >
> > > >> > > >> > > > > >> > > >> Hello Scott,
> > > >> > > >> > > > > >> > > >>
> > > >> > > >> > > > > >> > > >> I consulted with a scientist who is
> familiar
> > > with
> > > >> > > using
> > > >> > > >> > > > Grid-stat
> > > >> > > >> > > > > >> on
> > > >> > > >> > > > > >> > > MRMS
> > > >> > > >> > > > > >> > > >> data and here is a suggestion:
> > > >> > > >> > > > > >> > > >>
> > > >> > > >> > > > > >> > > >>
> > > >> > > >> > > > > >> > > >>    - You were using the '(*,*)'
syntax and
> > that
> > > >> only
> > > >> > > >> works
> > > >> > > >> > on
> > > >> > > >> > > > > >> netCDF
> > > >> > > >> > > > > >> > > data,
> > > >> > > >> > > > > >> > > >>    not grb files
> > > >> > > >> > > > > >> > > >>
> > > >> > > >> > > > > >> > > >> From the meta data you provided, it
looks
> > like
> > > >> for
> > > >> > the
> > > >> > > >> > 500mb
> > > >> > > >> > > > > level,
> > > >> > > >> > > > > >> > you
> > > >> > > >> > > > > >> > > >> can
> > > >> > > >> > > > > >> > > >> set the level=Z500
> > > >> > > >> > > > > >> > > >>
> > > >> > > >> > > > > >> > > >> Can you try setting the level you
want to
> the
> > > >> above?
> > > >> > > >> > > > > >> > > >>
> > > >> > > >> > > > > >> > > >> Regards,
> > > >> > > >> > > > > >> > > >> Minna
> > > >> > > >> > > > > >> > > >> ---------------
> > > >> > > >> > > > > >> > > >> Minna Win
> > > >> > > >> > > > > >> > > >> National Center for Atmospheric
Research
> > > >> > > >> > > > > >> > > >> Developmental Testbed Center
> > > >> > > >> > > > > >> > > >> Phone: 303-497-8423
> > > >> > > >> > > > > >> > > >> Fax:   303-497-8401
> > > >> > > >> > > > > >> > > >> ---------------
> > > >> > > >> > > > > >> > > >> Pronouns: she/her
> > > >> > > >> > > > > >> > > >>
> > > >> > > >> > > > > >> > > >>
> > > >> > > >> > > > > >> > > >> On Tue, Mar 23, 2021 at 10:04 AM
Scott
> > Gregory
> > > >> via
> > > >> > RT
> > > >> > > <
> > > >> > > >> > > > > >> > > met_help at ucar.edu>
> > > >> > > >> > > > > >> > > >> wrote:
> > > >> > > >> > > > > >> > > >>
> > > >> > > >> > > > > >> > > >> >
> > > >> > > >> > > > > >> > > >> > Tue Mar 23 10:03:40 2021: Request
99193
> was
> > > >> acted
> > > >> > > >> upon.
> > > >> > > >> > > > > >> > > >> > Transaction: Ticket created by
> > > >> > > >> > > > scott.andrew.gregory at gmail.com
> > > >> > > >> > > > > >> > > >> >        Queue: met_help
> > > >> > > >> > > > > >> > > >> >      Subject: (No subject given)
> > > >> > > >> > > > > >> > > >> >        Owner: Nobody
> > > >> > > >> > > > > >> > > >> >   Requestors:
> > scott.andrew.gregory at gmail.com
> > > >> > > >> > > > > >> > > >> >       Status: new
> > > >> > > >> > > > > >> > > >> >  Ticket <URL:
> > > >> > > >> > > > > >> >
> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
> > > >> > > >> > > > > >> > > >
> > > >> > > >> > > > > >> > > >> >
> > > >> > > >> > > > > >> > > >> >
> > > >> > > >> > > > > >> > > >> > Hi Met Help
> > > >> > > >> > > > > >> > > >> >
> > > >> > > >> > > > > >> > > >> > I am trying to use grid_stat on
composite
> > > radar
> > > >> > > >> > > reflectivity
> > > >> > > >> > > > > from
> > > >> > > >> > > > > >> > WRF
> > > >> > > >> > > > > >> > > >> and
> > > >> > > >> > > > > >> > > >> > trying to verify with MRMS data.
If you
> > have
> > > >> any
> > > >> > > >> > > suggestions
> > > >> > > >> > > > as
> > > >> > > >> > > > > >> to
> > > >> > > >> > > > > >> > > >> > alternative radar data sets,
please let
> me
> > > know
> > > >> > that
> > > >> > > >> as
> > > >> > > >> > > > well..
> > > >> > > >> > > > > >> > > >> >
> > > >> > > >> > > > > >> > > >> > currently, I have the wrf and MRMS
on the
> > > same
> > > >> > grid
> > > >> > > >> and i
> > > >> > > >> > > run
> > > >> > > >> > > > > >> > > grid_stat
> > > >> > > >> > > > > >> > > >> ...
> > > >> > > >> > > > > >> > > >> > the configure file has
'levels="(*,*)" '
> in
> > > the
> > > >> > > >> example
> > > >> > > >> > > > > configure
> > > >> > > >> > > > > >> > file
> > > >> > > >> > > > > >> > > >> > included in the met tutorial
package
> > (which,
> > > >> in my
> > > >> > > >> case
> > > >> > > >> > is
> > > >> > > >> > > > in a
> > > >> > > >> > > > > >> > docker
> > > >> > > >> > > > > >> > > >> > container). The example config was
> APCP...
> > > >> > > >> > > > > >> > > >> >
> > > >> > > >> > > > > >> > > >> > here is the error
> > > >> > > >> > > > > >> > > >> >
> > > >> > > >> > > > > >> > > >> > VarInfo::set_level_info_grib() -
failed
> to
> > > >> parse
> > > >> > > level
> > > >> > > >> > > string
> > > >> > > >> > > > > >> > '(*,*)'
> > > >> > > >> > > > > >> > > >> >
> > > >> > > >> > > > > >> > > >> > I tried a few different things
that I
> have
> > > >> seen in
> > > >> > > >> > > > met_tutorial
> > > >> > > >> > > > > >> > > >> online...
> > > >> > > >> > > > > >> > > >> > and some things that sortof make
sense
> for
> > > >> levels
> > > >> > > but
> > > >> > > >> I
> > > >> > > >> > > > > generally
> > > >> > > >> > > > > >> > get
> > > >> > > >> > > > > >> > > >> the
> > > >> > > >> > > > > >> > > >> > same error.
> > > >> > > >> > > > > >> > > >> >
> > > >> > > >> > > > > >> > > >> > here is the wgrib2 -V info for the
wrf
> data
> > > >> > > >> > > > > >> > > >> >
> > > >> > > >> > > > > >> > > >> > 44:4441236:vt=2021031817:entire
> atmosphere
> > > >> > > (considered
> > > >> > > >> > as a
> > > >> > > >> > > > > >> single
> > > >> > > >> > > > > >> > > >> layer):5
> > > >> > > >> > > > > >> > > >> > hour fcst:REFC Composite
reflectivity
> [dB]:
> > > >> > > >> > > > > >> > > >> >
> > > >> > > >> > > > > >> > > >> >
> > > >> > > >> > >
> ndata=24500000:undef=24409572:mean=-19.2125:min=-20:max=0
> > > >> > > >> > > > > >> > > >> >
> > > >> > > >> > > > > >> > > >> >     grid_template=0:winds(N/S):
> > > >> > > >> > > > > >> > > >> >
> > > >> > > >> > > > > >> > > >> >         lat-lon grid:(7000 x 3500)
units
> > > 1e-06
> > > >> > input
> > > >> > > >> > WE:NS
> > > >> > > >> > > > > output
> > > >> > > >> > > > > >> > > WE:SN
> > > >> > > >> > > > > >> > > >> res
> > > >> > > >> > > > > >> > > >> > 48
> > > >> > > >> > > > > >> > > >> >
> > > >> > > >> > > > > >> > > >> >         lat 54.995000 to 20.005000
by
> > > 0.010000
> > > >> > > >> > > > > >> > > >> >
> > > >> > > >> > > > > >> > > >> >         lon 230.004999 to
299.994999 by
> > > >> 0.010000
> > > >> > > >> > > > > #points=24500000
> > > >> > > >> > > > > >> > > >> > here is the info for MRMS
> > > >> > > >> > > > > >> > > >> >
> > > >> > > >> > > > > >> > > >> > 1:0:vt=2020121017:500 m above mean
sea
> > > >> > > >> > > > > >> > > >> >
level:anl:MergedReflectivityQComposite
> > > >> Composite
> > > >> > > >> > > Reflectivity
> > > >> > > >> > > > > >> Mosaic
> > > >> > > >> > > > > >> > > >> (max
> > > >> > > >> > > > > >> > > >> > ref) [dBZ]:
> > > >> > > >> > > > > >> > > >> >
> > > >> > > >> > > > > >> > > >> >
> > > >> > > >> >  ndata=24500000:undef=0:mean=-480.259:min=-
999:max=50.7
> > > >> > > >> > > > > >> > > >> >
> > > >> > > >> > > > > >> > > >> >     grid_template=0:winds(N/S):
> > > >> > > >> > > > > >> > > >> >
> > > >> > > >> > > > > >> > > >> >        lat-lon grid:(7000 x 3500)
units
> > 1e-06
> > > >> > input
> > > >> > > >> WE:NS
> > > >> > > >> > > > > output
> > > >> > > >> > > > > >> > WE:SN
> > > >> > > >> > > > > >> > > >> res
> > > >> > > >> > > > > >> > > >> > 48
> > > >> > > >> > > > > >> > > >> >
> > > >> > > >> > > > > >> > > >> >        lat 54.995000 to 20.005001
by
> > 0.010000
> > > >> > > >> > > > > >> > > >> >
> > > >> > > >> > > > > >> > > >> >        lon 230.004999 to
299.994997 by
> > > 0.010000
> > > >> > > >> > > > > #points=24500000
> > > >> > > >> > > > > >> > > >> >
> > > >> > > >> > > > > >> > > >> > If you have any suggestions how to
set
> the
> > > >> > 'levels'
> > > >> > > >> > > variable
> > > >> > > >> > > > in
> > > >> > > >> > > > > >> the
> > > >> > > >> > > > > >> > > >> config
> > > >> > > >> > > > > >> > > >> > file and anything else, please let
me
> know.
> > > >> > > >> > > > > >> > > >> >
> > > >> > > >> > > > > >> > > >> > thanks!
> > > >> > > >> > > > > >> > > >> > --
> > > >> > > >> > > > > >> > > >> > Scott Gregory
> > > >> > > >> > > > > >> > > >> >
> > > >> > > >> > > > > >> > > >> >
> > > >> > > >> > > > > >> > > >>
> > > >> > > >> > > > > >> > > >>
> > > >> > > >> > > > > >> > > >
> > > >> > > >> > > > > >> > > > --
> > > >> > > >> > > > > >> > > > Scott Gregory
> > > >> > > >> > > > > >> > > >
> > > >> > > >> > > > > >> > >
> > > >> > > >> > > > > >> > >
> > > >> > > >> > > > > >> > > --
> > > >> > > >> > > > > >> > > Scott Gregory
> > > >> > > >> > > > > >> > >
> > > >> > > >> > > > > >> > >
> > > >> > > >> > > > > >> >
> > > >> > > >> > > > > >> >
> > > >> > > >> > > > > >>
> > > >> > > >> > > > > >> --
> > > >> > > >> > > > > >> Scott Gregory
> > > >> > > >> > > > > >>
> > > >> > > >> > > > > >>
> > > >> > > >> > > > >
> > > >> > > >> > > > >
> > > >> > > >> > > >
> > > >> > > >> > > > --
> > > >> > > >> > > > Scott Gregory
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >> > --
> > > >> > > >> > Scott Gregory
> > > >> > > >> >
> > > >> > > >> >
> > > >> > > >>
> > > >> > > >>
> > > >> > > >
> > > >> > > > --
> > > >> > > > Scott Gregory
> > > >> > > >
> > > >> > >
> > > >> > >
> > > >> > > --
> > > >> > > Scott Gregory
> > > >> > >
> > > >> > >
> > > >> >
> > > >> >
> > > >>
> > > >> --
> > > >> Scott Gregory
> > > >>
> > > >>
> > >
> > >
> >
> > --
> > Scott Gregory
> >
> >
>
>

--
Scott Gregory

------------------------------------------------
Subject: 
From: Scott Gregory
Time: Wed Mar 24 11:22:05 2021

Please disregard the last message.... I needed to add some output
flags.

THANKS


On Wed, Mar 24, 2021 at 10:33 AM Scott Gregory <
scott.andrew.gregory at gmail.com> wrote:

> Hi Again Minna
>
> I have another question... When I get grid_stat to work, I am only
> getting the '.nc' file, none of the text files that the tutorial
suggest
> should be produced. Do you have any guidance for me?
>
> Thanks
> Scott
>
> On Wed, Mar 24, 2021 at 9:11 AM Minna Win via RT <met_help at ucar.edu>
> wrote:
>
>> Hi Scott,
>>
>> Yes, please contact us via MET Help if you have any other MET-
related
>> questions.  Enjoy using MET.
>>
>> Regards,
>> Minna
>> ---------------
>> Minna Win
>> National Center for Atmospheric Research
>> Developmental Testbed Center
>> Phone: 303-497-8423
>> Fax:   303-497-8401
>> ---------------
>> Pronouns: she/her
>>
>>
>> On Wed, Mar 24, 2021 at 8:59 AM Scott Gregory via RT
<met_help at ucar.edu>
>> wrote:
>>
>> >
>> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
>> >
>> > Thank you Minna for all of your help!... I will contact you if I
have
>> > further questions
>> >
>> > On Wed, Mar 24, 2021 at 8:51 AM Minna Win via RT
<met_help at ucar.edu>
>> > wrote:
>> >
>> > > Hi Scott,
>> > >
>> > > I received a response from one of our scientists, Tina Kalb
-who uses
>> MET
>> > > extensively and with a lot of different obs and model data.
On
>> previous
>> > > projects, she selected the closest obs time. For MRMS data,
this is
>> > > difficult to find an exact match anyway since it isn't
available on
>> the
>> > > hour.  Grid stat still runs successfully and correctly. The
warning is
>> > just
>> > > MET's way of letting you know that your times don't line up
exactly.
>> > >
>> > > Regards,
>> > > Minna
>> > > ---------------
>> > > Minna Win
>> > > National Center for Atmospheric Research
>> > > Developmental Testbed Center
>> > > Phone: 303-497-8423
>> > > Fax:   303-497-8401
>> > > ---------------
>> > > Pronouns: she/her
>> > >
>> > >
>> > > On Tue, Mar 23, 2021 at 6:05 PM Minna Win-Gildenmeister <
>> > minnawin at ucar.edu
>> > > >
>> > > wrote:
>> > >
>> > > > Hi Scott,
>> > > >
>> > > > I asked a couple of coworkers about your time mismatch issue.
I'll
>> let
>> > > > you know if they have any suggestions.
>> > > >
>> > > > Regards,
>> > > > Minna
>> > > > ---------------
>> > > > Minna Win
>> > > > National Center for Atmospheric Research
>> > > > Developmental Testbed Center
>> > > > Phone: 303-497-8423
>> > > > Fax:   303-497-8401
>> > > > ---------------
>> > > > Pronouns: she/her
>> > > >
>> > > >
>> > > > On Tue, Mar 23, 2021 at 5:59 PM Scott Gregory via RT <
>> > met_help at ucar.edu>
>> > > > wrote:
>> > > >
>> > > >>
>> > > >> <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
>> > > >>
>> > > >> Hi Minna
>> > > >>
>> > > >> Just before I left work, I regridded the files to a much
smaller
>> > domain,
>> > > >> changed P500 to Z500 and fixed the date. It worked!... I
think the
>> big
>> > > >> domain maybe dies in my container because of the limits of
the
>> > container
>> > > >> memory. I will look again tomorrow and let you know how its
goes.
>> > > >>
>> > > >> Thanks for all of your help!
>> > > >> Scott
>> > > >>
>> > > >> On Tue, Mar 23, 2021 at 5:52 PM Minna Win via RT <
>> met_help at ucar.edu>
>> > > >> wrote:
>> > > >>
>> > > >> > Hi Scott,
>> > > >> >
>> > > >> > Thanks for promptly providing the data and config file.  I
was
>> able
>> > to
>> > > >> get
>> > > >> > grid stat to run successfully, i did change one thing in
your
>> CONFIG
>> > > >> file:
>> > > >> > I changed the level from P500 to Z500.  I'm not sure why
you were
>> > > seeing
>> > > >> > the "killed" message.  Could you please try Z500.
Sometimes
>> this is
>> > > an
>> > > >> > exasperating process getting the levels correctly
identified!
>> > > >> >
>> > > >> > I put the following file in your gregory directory in the
ftp
>> site
>> > for
>> > > >> you
>> > > >> > to look at and see if this is what you expected.  I did
observe a
>> > > >> warning
>> > > >> > about the time mismatch while I was running grid-stat.
I'll
>> need to
>> > > ask
>> > > >> > someone about that issue tomorrow.
>> > > >> >
>> > > >> > Regards,
>> > > >> > Minna
>> > > >> > ---------------
>> > > >> > Minna Win
>> > > >> > National Center for Atmospheric Research
>> > > >> > Developmental Testbed Center
>> > > >> > Phone: 303-497-8423
>> > > >> > Fax:   303-497-8401
>> > > >> > ---------------
>> > > >> > Pronouns: she/her
>> > > >> >
>> > > >> >
>> > > >> > On Tue, Mar 23, 2021 at 4:48 PM Scott Gregory via RT <
>> > > met_help at ucar.edu
>> > > >> >
>> > > >> > wrote:
>> > > >> >
>> > > >> > >
>> > > >> > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
>> >
>> > > >> > >
>> > > >> > > Hi again Minna
>> > > >> > >
>> > > >> > > when I regridded both data sets to a smaller domain, I
think it
>> > > would
>> > > >> > works
>> > > >> > > except the timestamp on the MRMS data is
20201210_170041
>> where
>> > in
>> > > >> the
>> > > >> > WRF
>> > > >> > > data it is  20201210_170000 . do you know how I can make
their
>> > valid
>> > > >> > times
>> > > >> > > work together?
>> > > >> > >
>> > > >> > > Thanks again.... see previous email for the ftp
information.
>> > > >> > > Scott
>> > > >> > >
>> > > >> > > On Tue, Mar 23, 2021 at 4:31 PM Scott Gregory <
>> > > >> > > scott.andrew.gregory at gmail.com> wrote:
>> > > >> > >
>> > > >> > > > Hi Minna
>> > > >> > > >
>> > > >> > > > I ftp'd those files... /incoming/irap/met_help/gregory
>> > > >> > > >
>> > > >> > > > I was thinking that maybe I need to regrid the WRF and
MRMS
>> > > domains
>> > > >> to
>> > > >> > > > localize them to the WRF domain, which is a few
hundred km
>> > around
>> > > >> > > > Albuquerque, NM... Up until now, I had put the WRF on
the
>> MRMS
>> > > grid
>> > > >> > > (CONUS)
>> > > >> > > > but that doesnt need to be the case... thats my only
thought
>> > right
>> > > >> > now. I
>> > > >> > > > will be leaving work soon and will revisit this
tomorrow if
>> you
>> > > have
>> > > >> > any
>> > > >> > > > suggestions..... THANKS
>> > > >> > > >
>> > > >> > > > Scott
>> > > >> > > >
>> > > >> > > > On Tue, Mar 23, 2021 at 4:17 PM Minna Win via RT <
>> > > met_help at ucar.edu
>> > > >> >
>> > > >> > > > wrote:
>> > > >> > > >
>> > > >> > > >> Hi Scott,
>> > > >> > > >>
>> > > >> > > >> I cannot find any error messages in the log file.
Could you
>> > > please
>> > > >> > ftp
>> > > >> > > >> your config file and your fcst and obs data?  I'd
like to
>> try
>> > > >> running
>> > > >> > it
>> > > >> > > >> locally and see if I can reproduce the behavior.  You
can
>> > follow
>> > > >> the
>> > > >> > > >> instructions at the bottom of this link under 'How to
send
>> us
>> > > >> data':
>> > > >> > > >>
>> > > >> > > >>
>> > > >> > > >>
>> > > >> > > >>
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> http://dtcenter.org/community-code/model-evaluation-tools-met/met-
help-desk
>> > > >> > > >>
>> > > >> > > >>
>> > > >> > > >> Regards,
>> > > >> > > >> Minna
>> > > >> > > >>
>> > > >> > > >> ---------------
>> > > >> > > >> Minna Win
>> > > >> > > >> National Center for Atmospheric Research
>> > > >> > > >> Developmental Testbed Center
>> > > >> > > >> Phone: 303-497-8423
>> > > >> > > >> Fax:   303-497-8401
>> > > >> > > >> ---------------
>> > > >> > > >> Pronouns: she/her
>> > > >> > > >>
>> > > >> > > >>
>> > > >> > > >> On Tue, Mar 23, 2021 at 1:26 PM Scott Gregory via RT
<
>> > > >> > met_help at ucar.edu
>> > > >> > > >
>> > > >> > > >> wrote:
>> > > >> > > >>
>> > > >> > > >> >
>> > > >> > > >> > <URL:
>> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
>> > > >
>> > > >> > > >> >
>> > > >> > > >> > It got a lot further with the -v 5!... see attached
>> logfile
>> > > >> > > >> >
>> > > >> > > >> > Thanks
>> > > >> > > >> > Scott
>> > > >> > > >> >
>> > > >> > > >> >
>> > > >> > > >> > On Tue, Mar 23, 2021 at 1:21 PM Minna Win via RT <
>> > > >> met_help at ucar.edu
>> > > >> > >
>> > > >> > > >> > wrote:
>> > > >> > > >> >
>> > > >> > > >> > > Hi Scott,
>> > > >> > > >> > >
>> > > >> > > >> > > Can you please increase your log level to 5 ( ie
run
>> from
>> > the
>> > > >> > > command
>> > > >> > > >> > line
>> > > >> > > >> > > with '-v 5' )  and send your log file?
>> > > >> > > >> > >
>> > > >> > > >> > > Thanks,
>> > > >> > > >> > > Minna
>> > > >> > > >> > > ---------------
>> > > >> > > >> > > Minna Win
>> > > >> > > >> > > National Center for Atmospheric Research
>> > > >> > > >> > > Developmental Testbed Center
>> > > >> > > >> > > Phone: 303-497-8423
>> > > >> > > >> > > Fax:   303-497-8401
>> > > >> > > >> > > ---------------
>> > > >> > > >> > > Pronouns: she/her
>> > > >> > > >> > >
>> > > >> > > >> > >
>> > > >> > > >> > > On Tue, Mar 23, 2021 at 12:28 PM Scott Gregory
via RT <
>> > > >> > > >> met_help at ucar.edu
>> > > >> > > >> > >
>> > > >> > > >> > > wrote:
>> > > >> > > >> > >
>> > > >> > > >> > > >
>> > > >> > > >> > > > <URL:
>> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193 >
>> > > >> > > >> > > >
>> > > >> > > >> > > > Those suggestions seem to satisfy the 'levels'
but the
>> > > >> program
>> > > >> > > ends
>> > > >> > > >> > > > with 'Killed.... I dont know what killed it..
any
>> ideas?
>> > > >> > > >> > > >
>> > > >> > > >> > > > DEBUG 1: Default Config File:
>> > > >> > > >> > > >
/usr/local/share/met/config/GridStatConfig_default
>> > > >> > > >> > > >
>> > > >> > > >> > > > DEBUG 1: User Config File: CONFIG
>> > > >> > > >> > > >
>> > > >> > > >> > > > GSL_RNG_TYPE=mt19937
>> > > >> > > >> > > >
>> > > >> > > >> > > > GSL_RNG_SEED=1496472160
>> > > >> > > >> > > >
>> > > >> > > >> > > > DEBUG 1: Forecast File:
>> > > >> > > >> tutorial/MET_Tutorial/input/regridWRFPRS_d01.05
>> > > >> > > >> > > >
>> > > >> > > >> > > > DEBUG 1: Observation File:
>> > > >> > > >> > > >
>> > > >> > > >> > > >
>> > > >> > > >> > >
>> > > >> > > >> >
>> > > >> > > >>
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>>
tutorial/MET_Tutorial/input/MRMS_MergedReflectivityQComposite_00.50_20201210-
170041.grib2
>> > > >> > > >> > > >
>> > > >> > > >> > > > Killed
>> > > >> > > >> > > >
>> > > >> > > >> > > > thanks
>> > > >> > > >> > > > Scott
>> > > >> > > >> > > >
>> > > >> > > >> > > > On Tue, Mar 23, 2021 at 12:05 PM Minna Win via
RT <
>> > > >> > > >> met_help at ucar.edu>
>> > > >> > > >> > > > wrote:
>> > > >> > > >> > > >
>> > > >> > > >> > > > > Hi Scott,
>> > > >> > > >> > > > >
>> > > >> > > >> > > > > One of our scientists suggests setting the
level to
>> > 'L0'
>> > > >> for
>> > > >> > WRF
>> > > >> > > >> > > (fcsts=
>> > > >> > > >> > > > > {level = 'L0', etc}) and for MRMS, ie obs =
{...}
>> > > >> dictionary
>> > > >> > in
>> > > >> > > >> the
>> > > >> > > >> > > > config
>> > > >> > > >> > > > > file, set that level to P500 and see if that
works.
>> > Can
>> > > >> you
>> > > >> > try
>> > > >> > > >> that
>> > > >> > > >> > > and
>> > > >> > > >> > > > > see if that works?
>> > > >> > > >> > > > >
>> > > >> > > >> > > > > Regards,
>> > > >> > > >> > > > > Minna
>> > > >> > > >> > > > > ---------------
>> > > >> > > >> > > > > Minna Win
>> > > >> > > >> > > > > National Center for Atmospheric Research
>> > > >> > > >> > > > > Developmental Testbed Center
>> > > >> > > >> > > > > Phone: 303-497-8423
>> > > >> > > >> > > > > Fax:   303-497-8401
>> > > >> > > >> > > > > ---------------
>> > > >> > > >> > > > > Pronouns: she/her
>> > > >> > > >> > > > >
>> > > >> > > >> > > > >
>> > > >> > > >> > > > > On Tue, Mar 23, 2021 at 11:54 AM Minna
>> > Win-Gildenmeister
>> > > <
>> > > >> > > >> > > > > minnawin at ucar.edu>
>> > > >> > > >> > > > > wrote:
>> > > >> > > >> > > > >
>> > > >> > > >> > > > > > Hi Scott,
>> > > >> > > >> > > > > >
>> > > >> > > >> > > > > > Let me check and see if anyone has figured
out
>> how to
>> > > do
>> > > >> > this.
>> > > >> > > >> > > Thanks
>> > > >> > > >> > > > > for
>> > > >> > > >> > > > > > your patience.
>> > > >> > > >> > > > > >
>> > > >> > > >> > > > > > Regards,
>> > > >> > > >> > > > > > Minna
>> > > >> > > >> > > > > > ---------------
>> > > >> > > >> > > > > > Minna Win
>> > > >> > > >> > > > > > National Center for Atmospheric Research
>> > > >> > > >> > > > > > Developmental Testbed Center
>> > > >> > > >> > > > > > Phone: 303-497-8423
>> > > >> > > >> > > > > > Fax:   303-497-8401
>> > > >> > > >> > > > > > ---------------
>> > > >> > > >> > > > > > Pronouns: she/her
>> > > >> > > >> > > > > >
>> > > >> > > >> > > > > >
>> > > >> > > >> > > > > > On Tue, Mar 23, 2021 at 11:45 AM Scott
Gregory via
>> > RT <
>> > > >> > > >> > > > met_help at ucar.edu
>> > > >> > > >> > > > > >
>> > > >> > > >> > > > > > wrote:
>> > > >> > > >> > > > > >
>> > > >> > > >> > > > > >>
>> > > >> > > >> > > > > >> <URL:
>> > > >> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
>> > > >> > > >> >
>> > > >> > > >> > > > > >>
>> > > >> > > >> > > > > >> Hi Again Minna
>> > > >> > > >> > > > > >>
>> > > >> > > >> > > > > >> the level in the WRF Composite
reflectivity data
>> is
>> > > >> > > >> > > > > >>
>> > > >> > > >> > > > > >> entire atmosphere (considered as a single
layer)
>> > > >> > > >> > > > > >>
>> > > >> > > >> > > > > >> and the level in the MRMS data is
>> > > >> > > >> > > > > >>
>> > > >> > > >> > > > > >> 500 m above mean sea level
>> > > >> > > >> > > > > >>
>> > > >> > > >> > > > > >> Is there any way to force the WRF
Composite
>> > > Reflectivity
>> > > >> > > into a
>> > > >> > > >> > > > variable
>> > > >> > > >> > > > > >> that will work?
>> > > >> > > >> > > > > >>
>> > > >> > > >> > > > > >> I was asking for a list thinking I could
learn
>> > better
>> > > >> how
>> > > >> > to
>> > > >> > > >> use
>> > > >> > > >> > > > > grid_stat
>> > > >> > > >> > > > > >>
>> > > >> > > >> > > > > >> any help is great!
>> > > >> > > >> > > > > >> Thanks
>> > > >> > > >> > > > > >> Scott
>> > > >> > > >> > > > > >>
>> > > >> > > >> > > > > >>
>> > > >> > > >> > > > > >> On Tue, Mar 23, 2021 at 11:39 AM Minna Win
via
>> RT <
>> > > >> > > >> > > met_help at ucar.edu>
>> > > >> > > >> > > > > >> wrote:
>> > > >> > > >> > > > > >>
>> > > >> > > >> > > > > >> > Hi Scott,
>> > > >> > > >> > > > > >> >
>> > > >> > > >> > > > > >> > According to the scientist, it's typical
to us
>> > Pxyz
>> > > >> for
>> > > >> > > >> pressure
>> > > >> > > >> > > > > levels
>> > > >> > > >> > > > > >> and
>> > > >> > > >> > > > > >> > Zxyz for heights.  The "allowed" levels
are
>> bound
>> > by
>> > > >> what
>> > > >> > > is
>> > > >> > > >> > > > available
>> > > >> > > >> > > > > >> in
>> > > >> > > >> > > > > >> > your data.  If you request a level and
it
>> doesn't
>> > > >> exist,
>> > > >> > > >> you'll
>> > > >> > > >> > > end
>> > > >> > > >> > > > up
>> > > >> > > >> > > > > >> > getting no results.  Is that what you
were
>> asking?
>> > > >> > > >> > > > > >> >
>> > > >> > > >> > > > > >> > Regards,
>> > > >> > > >> > > > > >> > Minna
>> > > >> > > >> > > > > >> > ---------------
>> > > >> > > >> > > > > >> > Minna Win
>> > > >> > > >> > > > > >> > National Center for Atmospheric Research
>> > > >> > > >> > > > > >> > Developmental Testbed Center
>> > > >> > > >> > > > > >> > Phone: 303-497-8423
>> > > >> > > >> > > > > >> > Fax:   303-497-8401
>> > > >> > > >> > > > > >> > ---------------
>> > > >> > > >> > > > > >> > Pronouns: she/her
>> > > >> > > >> > > > > >> >
>> > > >> > > >> > > > > >> >
>> > > >> > > >> > > > > >> > On Tue, Mar 23, 2021 at 11:23 AM Scott
Gregory
>> via
>> > > RT
>> > > >> <
>> > > >> > > >> > > > > >> met_help at ucar.edu>
>> > > >> > > >> > > > > >> > wrote:
>> > > >> > > >> > > > > >> >
>> > > >> > > >> > > > > >> > >
>> > > >> > > >> > > > > >> > > <URL:
>> > > >> > > >>
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
>> > > >> > > >> > >
>> > > >> > > >> > > > > >> > >
>> > > >> > > >> > > > > >> > > Hi again, Minna
>> > > >> > > >> > > > > >> > >
>> > > >> > > >> > > > > >> > > is there a list of levels variables
that are
>> > > >> allowed?
>> > > >> > > >> > > > > >> > >
>> > > >> > > >> > > > > >> > > Thanks
>> > > >> > > >> > > > > >> > > Scott
>> > > >> > > >> > > > > >> > >
>> > > >> > > >> > > > > >> > > On Tue, Mar 23, 2021 at 11:19 AM Scott
>> Gregory <
>> > > >> > > >> > > > > >> > > scott.andrew.gregory at gmail.com> wrote:
>> > > >> > > >> > > > > >> > >
>> > > >> > > >> > > > > >> > > > Thanks Minna
>> > > >> > > >> > > > > >> > > >
>> > > >> > > >> > > > > >> > > > changed to
>> > > >> > > >> > > > > >> > > > level      = "Z500"; and now I get
past...
>> now
>> > > it
>> > > >> > says
>> > > >> > > >> > > > > >> > > >
>> > > >> > > >> > > > > >> > > > WARNING: read_data_plane() ->
REFC/Z500 not
>> > > found
>> > > >> in
>> > > >> > > >> > > > file:...(WRF
>> > > >> > > >> > > > > >> file
>> > > >> > > >> > > > > >> > > > name)
>> > > >> > > >> > > > > >> > > > is there a way to force these WRF
data and
>> the
>> > > >> MRMS
>> > > >> > > data
>> > > >> > > >> to
>> > > >> > > >> > > work
>> > > >> > > >> > > > > >> > > together-
>> > > >> > > >> > > > > >> > > > can I get it to ignore the level?
>> > > >> > > >> > > > > >> > > >
>> > > >> > > >> > > > > >> > > > any help would be great!
>> > > >> > > >> > > > > >> > > > Thanks
>> > > >> > > >> > > > > >> > > > Scott
>> > > >> > > >> > > > > >> > > >
>> > > >> > > >> > > > > >> > > >
>> > > >> > > >> > > > > >> > > > On Tue, Mar 23, 2021 at 10:52 AM
Minna Win
>> via
>> > > RT
>> > > >> <
>> > > >> > > >> > > > > >> met_help at ucar.edu>
>> > > >> > > >> > > > > >> > > > wrote:
>> > > >> > > >> > > > > >> > > >
>> > > >> > > >> > > > > >> > > >> Hello Scott,
>> > > >> > > >> > > > > >> > > >>
>> > > >> > > >> > > > > >> > > >> I consulted with a scientist who is
>> familiar
>> > > with
>> > > >> > > using
>> > > >> > > >> > > > Grid-stat
>> > > >> > > >> > > > > >> on
>> > > >> > > >> > > > > >> > > MRMS
>> > > >> > > >> > > > > >> > > >> data and here is a suggestion:
>> > > >> > > >> > > > > >> > > >>
>> > > >> > > >> > > > > >> > > >>
>> > > >> > > >> > > > > >> > > >>    - You were using the '(*,*)'
syntax and
>> > that
>> > > >> only
>> > > >> > > >> works
>> > > >> > > >> > on
>> > > >> > > >> > > > > >> netCDF
>> > > >> > > >> > > > > >> > > data,
>> > > >> > > >> > > > > >> > > >>    not grb files
>> > > >> > > >> > > > > >> > > >>
>> > > >> > > >> > > > > >> > > >> From the meta data you provided, it
looks
>> > like
>> > > >> for
>> > > >> > the
>> > > >> > > >> > 500mb
>> > > >> > > >> > > > > level,
>> > > >> > > >> > > > > >> > you
>> > > >> > > >> > > > > >> > > >> can
>> > > >> > > >> > > > > >> > > >> set the level=Z500
>> > > >> > > >> > > > > >> > > >>
>> > > >> > > >> > > > > >> > > >> Can you try setting the level you
want to
>> the
>> > > >> above?
>> > > >> > > >> > > > > >> > > >>
>> > > >> > > >> > > > > >> > > >> Regards,
>> > > >> > > >> > > > > >> > > >> Minna
>> > > >> > > >> > > > > >> > > >> ---------------
>> > > >> > > >> > > > > >> > > >> Minna Win
>> > > >> > > >> > > > > >> > > >> National Center for Atmospheric
Research
>> > > >> > > >> > > > > >> > > >> Developmental Testbed Center
>> > > >> > > >> > > > > >> > > >> Phone: 303-497-8423
>> > > >> > > >> > > > > >> > > >> Fax:   303-497-8401
>> > > >> > > >> > > > > >> > > >> ---------------
>> > > >> > > >> > > > > >> > > >> Pronouns: she/her
>> > > >> > > >> > > > > >> > > >>
>> > > >> > > >> > > > > >> > > >>
>> > > >> > > >> > > > > >> > > >> On Tue, Mar 23, 2021 at 10:04 AM
Scott
>> > Gregory
>> > > >> via
>> > > >> > RT
>> > > >> > > <
>> > > >> > > >> > > > > >> > > met_help at ucar.edu>
>> > > >> > > >> > > > > >> > > >> wrote:
>> > > >> > > >> > > > > >> > > >>
>> > > >> > > >> > > > > >> > > >> >
>> > > >> > > >> > > > > >> > > >> > Tue Mar 23 10:03:40 2021: Request
99193
>> was
>> > > >> acted
>> > > >> > > >> upon.
>> > > >> > > >> > > > > >> > > >> > Transaction: Ticket created by
>> > > >> > > >> > > > scott.andrew.gregory at gmail.com
>> > > >> > > >> > > > > >> > > >> >        Queue: met_help
>> > > >> > > >> > > > > >> > > >> >      Subject: (No subject given)
>> > > >> > > >> > > > > >> > > >> >        Owner: Nobody
>> > > >> > > >> > > > > >> > > >> >   Requestors:
>> > scott.andrew.gregory at gmail.com
>> > > >> > > >> > > > > >> > > >> >       Status: new
>> > > >> > > >> > > > > >> > > >> >  Ticket <URL:
>> > > >> > > >> > > > > >> >
>> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99193
>> > > >> > > >> > > > > >> > > >
>> > > >> > > >> > > > > >> > > >> >
>> > > >> > > >> > > > > >> > > >> >
>> > > >> > > >> > > > > >> > > >> > Hi Met Help
>> > > >> > > >> > > > > >> > > >> >
>> > > >> > > >> > > > > >> > > >> > I am trying to use grid_stat on
>> composite
>> > > radar
>> > > >> > > >> > > reflectivity
>> > > >> > > >> > > > > from
>> > > >> > > >> > > > > >> > WRF
>> > > >> > > >> > > > > >> > > >> and
>> > > >> > > >> > > > > >> > > >> > trying to verify with MRMS data.
If you
>> > have
>> > > >> any
>> > > >> > > >> > > suggestions
>> > > >> > > >> > > > as
>> > > >> > > >> > > > > >> to
>> > > >> > > >> > > > > >> > > >> > alternative radar data sets,
please let
>> me
>> > > know
>> > > >> > that
>> > > >> > > >> as
>> > > >> > > >> > > > well..
>> > > >> > > >> > > > > >> > > >> >
>> > > >> > > >> > > > > >> > > >> > currently, I have the wrf and
MRMS on
>> the
>> > > same
>> > > >> > grid
>> > > >> > > >> and i
>> > > >> > > >> > > run
>> > > >> > > >> > > > > >> > > grid_stat
>> > > >> > > >> > > > > >> > > >> ...
>> > > >> > > >> > > > > >> > > >> > the configure file has
'levels="(*,*)"
>> ' in
>> > > the
>> > > >> > > >> example
>> > > >> > > >> > > > > configure
>> > > >> > > >> > > > > >> > file
>> > > >> > > >> > > > > >> > > >> > included in the met tutorial
package
>> > (which,
>> > > >> in my
>> > > >> > > >> case
>> > > >> > > >> > is
>> > > >> > > >> > > > in a
>> > > >> > > >> > > > > >> > docker
>> > > >> > > >> > > > > >> > > >> > container). The example config
was
>> APCP...
>> > > >> > > >> > > > > >> > > >> >
>> > > >> > > >> > > > > >> > > >> > here is the error
>> > > >> > > >> > > > > >> > > >> >
>> > > >> > > >> > > > > >> > > >> > VarInfo::set_level_info_grib() -
failed
>> to
>> > > >> parse
>> > > >> > > level
>> > > >> > > >> > > string
>> > > >> > > >> > > > > >> > '(*,*)'
>> > > >> > > >> > > > > >> > > >> >
>> > > >> > > >> > > > > >> > > >> > I tried a few different things
that I
>> have
>> > > >> seen in
>> > > >> > > >> > > > met_tutorial
>> > > >> > > >> > > > > >> > > >> online...
>> > > >> > > >> > > > > >> > > >> > and some things that sortof make
sense
>> for
>> > > >> levels
>> > > >> > > but
>> > > >> > > >> I
>> > > >> > > >> > > > > generally
>> > > >> > > >> > > > > >> > get
>> > > >> > > >> > > > > >> > > >> the
>> > > >> > > >> > > > > >> > > >> > same error.
>> > > >> > > >> > > > > >> > > >> >
>> > > >> > > >> > > > > >> > > >> > here is the wgrib2 -V info for
the wrf
>> data
>> > > >> > > >> > > > > >> > > >> >
>> > > >> > > >> > > > > >> > > >> > 44:4441236:vt=2021031817:entire
>> atmosphere
>> > > >> > > (considered
>> > > >> > > >> > as a
>> > > >> > > >> > > > > >> single
>> > > >> > > >> > > > > >> > > >> layer):5
>> > > >> > > >> > > > > >> > > >> > hour fcst:REFC Composite
reflectivity
>> [dB]:
>> > > >> > > >> > > > > >> > > >> >
>> > > >> > > >> > > > > >> > > >> >
>> > > >> > > >> > >
>> ndata=24500000:undef=24409572:mean=-19.2125:min=-20:max=0
>> > > >> > > >> > > > > >> > > >> >
>> > > >> > > >> > > > > >> > > >> >     grid_template=0:winds(N/S):
>> > > >> > > >> > > > > >> > > >> >
>> > > >> > > >> > > > > >> > > >> >         lat-lon grid:(7000 x
3500) units
>> > > 1e-06
>> > > >> > input
>> > > >> > > >> > WE:NS
>> > > >> > > >> > > > > output
>> > > >> > > >> > > > > >> > > WE:SN
>> > > >> > > >> > > > > >> > > >> res
>> > > >> > > >> > > > > >> > > >> > 48
>> > > >> > > >> > > > > >> > > >> >
>> > > >> > > >> > > > > >> > > >> >         lat 54.995000 to
20.005000 by
>> > > 0.010000
>> > > >> > > >> > > > > >> > > >> >
>> > > >> > > >> > > > > >> > > >> >         lon 230.004999 to
299.994999 by
>> > > >> 0.010000
>> > > >> > > >> > > > > #points=24500000
>> > > >> > > >> > > > > >> > > >> > here is the info for MRMS
>> > > >> > > >> > > > > >> > > >> >
>> > > >> > > >> > > > > >> > > >> > 1:0:vt=2020121017:500 m above
mean sea
>> > > >> > > >> > > > > >> > > >> >
level:anl:MergedReflectivityQComposite
>> > > >> Composite
>> > > >> > > >> > > Reflectivity
>> > > >> > > >> > > > > >> Mosaic
>> > > >> > > >> > > > > >> > > >> (max
>> > > >> > > >> > > > > >> > > >> > ref) [dBZ]:
>> > > >> > > >> > > > > >> > > >> >
>> > > >> > > >> > > > > >> > > >> >
>> > > >> > > >> >  ndata=24500000:undef=0:mean=-480.259:min=-
999:max=50.7
>> > > >> > > >> > > > > >> > > >> >
>> > > >> > > >> > > > > >> > > >> >     grid_template=0:winds(N/S):
>> > > >> > > >> > > > > >> > > >> >
>> > > >> > > >> > > > > >> > > >> >        lat-lon grid:(7000 x 3500)
units
>> > 1e-06
>> > > >> > input
>> > > >> > > >> WE:NS
>> > > >> > > >> > > > > output
>> > > >> > > >> > > > > >> > WE:SN
>> > > >> > > >> > > > > >> > > >> res
>> > > >> > > >> > > > > >> > > >> > 48
>> > > >> > > >> > > > > >> > > >> >
>> > > >> > > >> > > > > >> > > >> >        lat 54.995000 to 20.005001
by
>> > 0.010000
>> > > >> > > >> > > > > >> > > >> >
>> > > >> > > >> > > > > >> > > >> >        lon 230.004999 to
299.994997 by
>> > > 0.010000
>> > > >> > > >> > > > > #points=24500000
>> > > >> > > >> > > > > >> > > >> >
>> > > >> > > >> > > > > >> > > >> > If you have any suggestions how
to set
>> the
>> > > >> > 'levels'
>> > > >> > > >> > > variable
>> > > >> > > >> > > > in
>> > > >> > > >> > > > > >> the
>> > > >> > > >> > > > > >> > > >> config
>> > > >> > > >> > > > > >> > > >> > file and anything else, please
let me
>> know.
>> > > >> > > >> > > > > >> > > >> >
>> > > >> > > >> > > > > >> > > >> > thanks!
>> > > >> > > >> > > > > >> > > >> > --
>> > > >> > > >> > > > > >> > > >> > Scott Gregory
>> > > >> > > >> > > > > >> > > >> >
>> > > >> > > >> > > > > >> > > >> >
>> > > >> > > >> > > > > >> > > >>
>> > > >> > > >> > > > > >> > > >>
>> > > >> > > >> > > > > >> > > >
>> > > >> > > >> > > > > >> > > > --
>> > > >> > > >> > > > > >> > > > Scott Gregory
>> > > >> > > >> > > > > >> > > >
>> > > >> > > >> > > > > >> > >
>> > > >> > > >> > > > > >> > >
>> > > >> > > >> > > > > >> > > --
>> > > >> > > >> > > > > >> > > Scott Gregory
>> > > >> > > >> > > > > >> > >
>> > > >> > > >> > > > > >> > >
>> > > >> > > >> > > > > >> >
>> > > >> > > >> > > > > >> >
>> > > >> > > >> > > > > >>
>> > > >> > > >> > > > > >> --
>> > > >> > > >> > > > > >> Scott Gregory
>> > > >> > > >> > > > > >>
>> > > >> > > >> > > > > >>
>> > > >> > > >> > > > >
>> > > >> > > >> > > > >
>> > > >> > > >> > > >
>> > > >> > > >> > > > --
>> > > >> > > >> > > > Scott Gregory
>> > > >> > > >> > > >
>> > > >> > > >> > > >
>> > > >> > > >> > >
>> > > >> > > >> > >
>> > > >> > > >> >
>> > > >> > > >> > --
>> > > >> > > >> > Scott Gregory
>> > > >> > > >> >
>> > > >> > > >> >
>> > > >> > > >>
>> > > >> > > >>
>> > > >> > > >
>> > > >> > > > --
>> > > >> > > > Scott Gregory
>> > > >> > > >
>> > > >> > >
>> > > >> > >
>> > > >> > > --
>> > > >> > > Scott Gregory
>> > > >> > >
>> > > >> > >
>> > > >> >
>> > > >> >
>> > > >>
>> > > >> --
>> > > >> Scott Gregory
>> > > >>
>> > > >>
>> > >
>> > >
>> >
>> > --
>> > Scott Gregory
>> >
>> >
>>
>>
>
> --
> Scott Gregory
>


--
Scott Gregory

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


More information about the Met_help mailing list