[Met_help] [rt.rap.ucar.edu #84986] History for MetGrib2DataFile::data_plane() found unrecognized grid definition (40)
John Halley Gotway via RT
met_help at ucar.edu
Thu May 3 14:27:53 MDT 2018
----------------------------------------------------------------
Initial Request
----------------------------------------------------------------
Hi,
In running regrid_data_plane with MET v5.2, I encounter the error:
MetGrib2DataFile::data_plane() found unrecognized grid definition (40)
This problem appears to be unique to the GEFS reforecast from ESRL (
https://www.esrl.noaa.gov/psd/forecasts/reforecast2/). A test with a NAM
analysis grib file worked fine.
Any idea what's going on here?
Thanks,
Ryan
--
Ryan Connelly
M.S. Student in Atmospheric Sciences, Stony Brook University
B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
University
rconne01 at gmail.com
ryan.connelly at stonybrook.edu
----------------------------------------------------------------
Complete Ticket History
----------------------------------------------------------------
Subject: MetGrib2DataFile::data_plane() found unrecognized grid definition (40)
From: John Halley Gotway
Time: Thu May 03 13:49:37 2018
Hi Ryan,
Thanks for pointing out this issue you ran into. And thanks for
sending
the link to that dataset. I grabbed a sample file and used wgrib2 to
dump
some info about it:
wget
http://portal.nersc.gov/project/refcst/v2/downloads/2017020500_c00_0-
0hrs.grib2.tar
wgrib2 -d 1 -V 2017020500.c00/gfs_fhr00.c00.grib2
1:0:vt=2017020500:mean sea level:anl:PRES Pressure [Pa]:
ndata=294912:undef=0:mean=101112:min=96157:max=104067
grid_template=40:winds(N/S):
Gaussian grid: (768 x 384) units 1e-06 input WE:NS output
WE:SN
number of latitudes between pole-equator=192 #points=294912
lat 89.642000 to -89.642000
lon 0.000000 to 359.531000 by 0.469000
Running met-5.2, I'm able to replicate the error message you're
getting:
> met-5.2/bin/plot_data_plane 2017020500.c00/gfs_fhr00.c00.grib2
tmp_p500.ps
'name="TMP"; level="P500";'
DEBUG 1: Opening data file: 2017020500.c00/gfs_fhr00.c00.grib2
ERROR :
ERROR : MetGrib2DataFile::data_plane() found unrecognized grid
definition
(40)
ERROR :
However, when I run met-6.1 (or the current met-7.0), the error goes
away:
> met-6.1/bin/plot_data_plane 2017020500.c00/gfs_fhr00.c00.grib2
tmp_p500.ps
'name="TMP"; level="P500";'
And I've attached a png version of the resulting image.
Checking the release notes (
https://dtcenter.org/met/users/support/release_notes/METv6.1_release_notes.php)
I see that support for Gaussian grids was added in version 6.1 or MET.
Thanks,
John
On Thu, May 3, 2018 at 12:42 PM, Ryan Connelly via RT
<met_help at ucar.edu>
wrote:
>
> Thu May 03 12:42:58 2018: Request 84986 was acted upon.
> Transaction: Ticket created by rconne01 at gmail.com
> Queue: met_help
> Subject: MetGrib2DataFile::data_plane() found unrecognized grid
> definition (40)
> Owner: Nobody
> Requestors: rconne01 at gmail.com
> Status: new
> Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84986 >
>
>
> Hi,
>
> In running regrid_data_plane with MET v5.2, I encounter the error:
>
> MetGrib2DataFile::data_plane() found unrecognized grid definition
(40)
>
>
> This problem appears to be unique to the GEFS reforecast from ESRL (
> https://www.esrl.noaa.gov/psd/forecasts/reforecast2/). A test with
a NAM
> analysis grib file worked fine.
>
> Any idea what's going on here?
>
> Thanks,
> Ryan
>
> --
> Ryan Connelly
> M.S. Student in Atmospheric Sciences, Stony Brook University
> B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
> University
> rconne01 at gmail.com
> ryan.connelly at stonybrook.edu
>
>
------------------------------------------------
Subject: MetGrib2DataFile::data_plane() found unrecognized grid definition (40)
From: Ryan Connelly
Time: Thu May 03 14:22:26 2018
Hi John,
Thanks for the quick response! I may or may not upgrade - my time on
this
project is coming to a close and this last verification step may not
even
be necessary. But at least I know how to resolve the issue!
Ryan
On Thu, May 3, 2018 at 3:49 PM, John Halley Gotway via RT
<met_help at ucar.edu
> wrote:
> Hi Ryan,
>
> Thanks for pointing out this issue you ran into. And thanks for
sending
> the link to that dataset. I grabbed a sample file and used wgrib2
to dump
> some info about it:
>
> wget
> http://portal.nersc.gov/project/refcst/v2/downloads/
> 2017020500_c00_0-0hrs.grib2.tar
>
> wgrib2 -d 1 -V 2017020500.c00/gfs_fhr00.c00.grib2
> 1:0:vt=2017020500:mean sea level:anl:PRES Pressure [Pa]:
> ndata=294912:undef=0:mean=101112:min=96157:max=104067
> grid_template=40:winds(N/S):
> Gaussian grid: (768 x 384) units 1e-06 input WE:NS output
WE:SN
> number of latitudes between pole-equator=192 #points=294912
> lat 89.642000 to -89.642000
> lon 0.000000 to 359.531000 by 0.469000
>
> Running met-5.2, I'm able to replicate the error message you're
getting:
>
> > met-5.2/bin/plot_data_plane 2017020500.c00/gfs_fhr00.c00.grib2
> tmp_p500.ps
> 'name="TMP"; level="P500";'
> DEBUG 1: Opening data file: 2017020500.c00/gfs_fhr00.c00.grib2
> ERROR :
> ERROR : MetGrib2DataFile::data_plane() found unrecognized grid
definition
> (40)
> ERROR :
>
> However, when I run met-6.1 (or the current met-7.0), the error goes
away:
> > met-6.1/bin/plot_data_plane 2017020500.c00/gfs_fhr00.c00.grib2
> tmp_p500.ps
> 'name="TMP"; level="P500";'
> And I've attached a png version of the resulting image.
>
> Checking the release notes (
> https://dtcenter.org/met/users/support/release_notes/
> METv6.1_release_notes.php)
> I see that support for Gaussian grids was added in version 6.1 or
MET.
>
> Thanks,
> John
>
>
> On Thu, May 3, 2018 at 12:42 PM, Ryan Connelly via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > Thu May 03 12:42:58 2018: Request 84986 was acted upon.
> > Transaction: Ticket created by rconne01 at gmail.com
> > Queue: met_help
> > Subject: MetGrib2DataFile::data_plane() found unrecognized
grid
> > definition (40)
> > Owner: Nobody
> > Requestors: rconne01 at gmail.com
> > Status: new
> > Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84986 >
> >
> >
> > Hi,
> >
> > In running regrid_data_plane with MET v5.2, I encounter the error:
> >
> > MetGrib2DataFile::data_plane() found unrecognized grid definition
(40)
> >
> >
> > This problem appears to be unique to the GEFS reforecast from ESRL
(
> > https://www.esrl.noaa.gov/psd/forecasts/reforecast2/). A test
with a
> NAM
> > analysis grib file worked fine.
> >
> > Any idea what's going on here?
> >
> > Thanks,
> > Ryan
> >
> > --
> > Ryan Connelly
> > M.S. Student in Atmospheric Sciences, Stony Brook University
> > B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
> > University
> > rconne01 at gmail.com
> > ryan.connelly at stonybrook.edu
> >
> >
>
>
--
Ryan Connelly
M.S. Student in Atmospheric Sciences, Stony Brook University
B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
University
rconne01 at gmail.com
ryan.connelly at stonybrook.edu
------------------------------------------------
More information about the Met_help
mailing list