[Met_help] [rt.rap.ucar.edu #94726] History for multiple record in grib file

John Halley Gotway via RT met_help at ucar.edu
Mon Mar 30 10:47:48 MDT 2020


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

Hi,
I am trying to use MET to read multiple records in a Grib file, how do I
select one particular record for display ?

plot_data_plane 201907_CAMS.grib aotk.ps 'name="AOD550"; level="L0";' -v 4
DEBUG 1: Opening data file: 201907_CAMS.grib
DEBUG 4: Met2dDataFileFactory::new_met_2d_data_file() -> created new
Met2dDataFile object of type "FileType_Gb1".
DEBUG 4:
DEBUG 4: Latitude/Longitude Grid Data:
DEBUG 4:      lat_ll: -90
DEBUG 4:      lon_ll: -0
DEBUG 4:   delta_lat: 0.25
DEBUG 4:   delta_lon: 0.25
DEBUG 4:        Nlat: 721
DEBUG 4:        Nlon: 1440
DEBUG 4:
DEBUG 4: VarInfoFactory::new_var_info() -> created new VarInfo object of
type "FileType_Gb1".
DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match for
VarInfo "AOD550/L0" in GRIB record 1 of GRIB file "201907_CAMS.grib".
DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match for
VarInfo "AOD550/L0" in GRIB record 2 of GRIB file "201907_CAMS.grib".
DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match for
VarInfo "AOD550/L0" in GRIB record 3 of GRIB file "201907_CAMS.grib".
DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match for
VarInfo "AOD550/L0" in GRIB record 4 of GRIB file "201907_CAMS.grib".
DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match for
VarInfo "AOD550/L0" in GRIB record 5 of GRIB file "201907_CAMS.grib".
DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match for
VarInfo "AOD550/L0" in GRIB record 6 of GRIB file "201907_CAMS.grib".
DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match for
VarInfo "AOD550/L0" in GRIB record 7 of GRIB file "201907_CAMS.grib".
DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match for
VarInfo "AOD550/L0" in GRIB record 8 of GRIB file "201907_CAMS.grib".
DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match for
VarInfo "AOD550/L0" in GRIB record 9 of GRIB file "201907_CAMS.grib".
DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match for
VarInfo "AOD550/L0" in GRIB record 10 of GRIB file "201907_CAMS.grib".
DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match for
VarInfo "AOD550/L0" in GRIB record 11 of GRIB file "201907_CAMS.grib".
DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match for
VarInfo "AOD550/L0" in GRIB record 12 of GRIB file "201907_CAMS.grib".
DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match for
VarInfo "AOD550/L0" in GRIB record 13 of GRIB file "201907_CAMS.grib".
DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match for
VarInfo "AOD550/L0" in GRIB record 14 of GRIB file "201907_CAMS.grib".
DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match for
VarInfo "AOD550/L0" in GRIB record 15 of GRIB file "201907_CAMS.grib".
DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match for
VarInfo "AOD550/L0" in GRIB record 16 of GRIB file "201907_CAMS.grib".
DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match for
VarInfo "AOD550/L0" in GRIB record 17 of GRIB file "201907_CAMS.grib".
…….SNIP
VarInfo "AOD550/L0" in GRIB record 155 of GRIB file "201907_CAMS.grib".

Thanks
Debasish


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

Subject: multiple record in grib file
From: Minna Win
Time: Thu Mar 26 09:59:06 2020

Hi Debasish,

One of the MET developers took a look at your issue and it looks like
you
have many matching GRIB records when you run MET.  You probably have
multiple output times in your one file.  You can specify the one you
want
by specifying the timing information, that is, the init_time,
valid_time,
and/or lead time.

I hope this is helpful.

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



On Thu, Mar 26, 2020 at 9:14 AM Debasish Hazra via RT
<met_help at ucar.edu>
wrote:

>
> Thu Mar 26 09:13:50 2020: Request 94726 was acted upon.
> Transaction: Ticket created by debasish.hazra5 at gmail.com
>        Queue: met_help
>      Subject: multiple record in grib file
>        Owner: Nobody
>   Requestors: debasish.hazra5 at gmail.com
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=94726 >
>
>
> Hi,
> I am trying to use MET to read multiple records in a Grib file, how
do I
> select one particular record for display ?
>
> plot_data_plane 201907_CAMS.grib aotk.ps 'name="AOD550";
level="L0";' -v 4
> DEBUG 1: Opening data file: 201907_CAMS.grib
> DEBUG 4: Met2dDataFileFactory::new_met_2d_data_file() -> created new
> Met2dDataFile object of type "FileType_Gb1".
> DEBUG 4:
> DEBUG 4: Latitude/Longitude Grid Data:
> DEBUG 4:      lat_ll: -90
> DEBUG 4:      lon_ll: -0
> DEBUG 4:   delta_lat: 0.25
> DEBUG 4:   delta_lon: 0.25
> DEBUG 4:        Nlat: 721
> DEBUG 4:        Nlon: 1440
> DEBUG 4:
> DEBUG 4: VarInfoFactory::new_var_info() -> created new VarInfo
object of
> type "FileType_Gb1".
> DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> VarInfo "AOD550/L0" in GRIB record 1 of GRIB file
"201907_CAMS.grib".
> DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> VarInfo "AOD550/L0" in GRIB record 2 of GRIB file
"201907_CAMS.grib".
> DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> VarInfo "AOD550/L0" in GRIB record 3 of GRIB file
"201907_CAMS.grib".
> DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> VarInfo "AOD550/L0" in GRIB record 4 of GRIB file
"201907_CAMS.grib".
> DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> VarInfo "AOD550/L0" in GRIB record 5 of GRIB file
"201907_CAMS.grib".
> DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> VarInfo "AOD550/L0" in GRIB record 6 of GRIB file
"201907_CAMS.grib".
> DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> VarInfo "AOD550/L0" in GRIB record 7 of GRIB file
"201907_CAMS.grib".
> DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> VarInfo "AOD550/L0" in GRIB record 8 of GRIB file
"201907_CAMS.grib".
> DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> VarInfo "AOD550/L0" in GRIB record 9 of GRIB file
"201907_CAMS.grib".
> DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> VarInfo "AOD550/L0" in GRIB record 10 of GRIB file
"201907_CAMS.grib".
> DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> VarInfo "AOD550/L0" in GRIB record 11 of GRIB file
"201907_CAMS.grib".
> DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> VarInfo "AOD550/L0" in GRIB record 12 of GRIB file
"201907_CAMS.grib".
> DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> VarInfo "AOD550/L0" in GRIB record 13 of GRIB file
"201907_CAMS.grib".
> DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> VarInfo "AOD550/L0" in GRIB record 14 of GRIB file
"201907_CAMS.grib".
> DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> VarInfo "AOD550/L0" in GRIB record 15 of GRIB file
"201907_CAMS.grib".
> DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> VarInfo "AOD550/L0" in GRIB record 16 of GRIB file
"201907_CAMS.grib".
> DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> VarInfo "AOD550/L0" in GRIB record 17 of GRIB file
"201907_CAMS.grib".
> …….SNIP
> VarInfo "AOD550/L0" in GRIB record 155 of GRIB file
"201907_CAMS.grib".
>
> Thanks
> Debasish
>
>

------------------------------------------------
Subject: multiple record in grib file
From: Debasish Hazra
Time: Thu Mar 26 15:18:49 2020

Thanks Mina for quick reply. I am wondering how do I specify that in
the
plot_data_plane ?
For nc file  something like level="(0,1,0,0)";'  is done to specify
what
record I need. For Grib, how do I specify in MET ?




On Thu, Mar 26, 2020 at 11:59 AM Minna Win via RT <met_help at ucar.edu>
wrote:

> Hi Debasish,
>
> One of the MET developers took a look at your issue and it looks
like you
> have many matching GRIB records when you run MET.  You probably have
> multiple output times in your one file.  You can specify the one you
want
> by specifying the timing information, that is, the init_time,
valid_time,
> and/or lead time.
>
> I hope this is helpful.
>
> Regards,
> Minna
> ---------------
> Minna Win
> National Center for Atmospheric Research
> Developmental Testbed Center
> Phone: 303-497-8423
> Fax:   303-497-8401
>
>
>
> On Thu, Mar 26, 2020 at 9:14 AM Debasish Hazra via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > Thu Mar 26 09:13:50 2020: Request 94726 was acted upon.
> > Transaction: Ticket created by debasish.hazra5 at gmail.com
> >        Queue: met_help
> >      Subject: multiple record in grib file
> >        Owner: Nobody
> >   Requestors: debasish.hazra5 at gmail.com
> >       Status: new
> >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=94726 >
> >
> >
> > Hi,
> > I am trying to use MET to read multiple records in a Grib file,
how do I
> > select one particular record for display ?
> >
> > plot_data_plane 201907_CAMS.grib aotk.ps 'name="AOD550";
level="L0";'
> -v 4
> > DEBUG 1: Opening data file: 201907_CAMS.grib
> > DEBUG 4: Met2dDataFileFactory::new_met_2d_data_file() -> created
new
> > Met2dDataFile object of type "FileType_Gb1".
> > DEBUG 4:
> > DEBUG 4: Latitude/Longitude Grid Data:
> > DEBUG 4:      lat_ll: -90
> > DEBUG 4:      lon_ll: -0
> > DEBUG 4:   delta_lat: 0.25
> > DEBUG 4:   delta_lon: 0.25
> > DEBUG 4:        Nlat: 721
> > DEBUG 4:        Nlon: 1440
> > DEBUG 4:
> > DEBUG 4: VarInfoFactory::new_var_info() -> created new VarInfo
object of
> > type "FileType_Gb1".
> > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> > VarInfo "AOD550/L0" in GRIB record 1 of GRIB file
"201907_CAMS.grib".
> > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> > VarInfo "AOD550/L0" in GRIB record 2 of GRIB file
"201907_CAMS.grib".
> > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> > VarInfo "AOD550/L0" in GRIB record 3 of GRIB file
"201907_CAMS.grib".
> > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> > VarInfo "AOD550/L0" in GRIB record 4 of GRIB file
"201907_CAMS.grib".
> > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> > VarInfo "AOD550/L0" in GRIB record 5 of GRIB file
"201907_CAMS.grib".
> > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> > VarInfo "AOD550/L0" in GRIB record 6 of GRIB file
"201907_CAMS.grib".
> > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> > VarInfo "AOD550/L0" in GRIB record 7 of GRIB file
"201907_CAMS.grib".
> > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> > VarInfo "AOD550/L0" in GRIB record 8 of GRIB file
"201907_CAMS.grib".
> > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> > VarInfo "AOD550/L0" in GRIB record 9 of GRIB file
"201907_CAMS.grib".
> > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> > VarInfo "AOD550/L0" in GRIB record 10 of GRIB file
"201907_CAMS.grib".
> > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> > VarInfo "AOD550/L0" in GRIB record 11 of GRIB file
"201907_CAMS.grib".
> > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> > VarInfo "AOD550/L0" in GRIB record 12 of GRIB file
"201907_CAMS.grib".
> > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> > VarInfo "AOD550/L0" in GRIB record 13 of GRIB file
"201907_CAMS.grib".
> > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> > VarInfo "AOD550/L0" in GRIB record 14 of GRIB file
"201907_CAMS.grib".
> > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> > VarInfo "AOD550/L0" in GRIB record 15 of GRIB file
"201907_CAMS.grib".
> > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> > VarInfo "AOD550/L0" in GRIB record 16 of GRIB file
"201907_CAMS.grib".
> > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact match
for
> > VarInfo "AOD550/L0" in GRIB record 17 of GRIB file
"201907_CAMS.grib".
> > …….SNIP
> > VarInfo "AOD550/L0" in GRIB record 155 of GRIB file
"201907_CAMS.grib".
> >
> > Thanks
> > Debasish
> >
> >
>
>

------------------------------------------------
Subject: multiple record in grib file
From: Minna Win
Time: Thu Mar 26 15:51:42 2020

Hello Debasish,

In the past, I've used one of the wgrib tools (wgrib for grib:
https://www.cpc.ncep.noaa.gov/products/wesley/wgrib.html, wgrib2 for
grib2:
https://www.cpc.ncep.noaa.gov/products/wesley/wgrib2/) to determine
the
available levels of interest for my data, then run plot data plane
like
this:

    plot_data_plane data.grb data.ps 'name="TMP"; level="Z2";' -v 10

    plot_data_plane <input netCDF or grib file> <output PS file>
'name="<field>";level="<level>";' -v 10


where I'm creating a PostScript file named data.ps, for pressure level
Z2
(Z0 is surface).

Is this what you were looking for?

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



On Thu, Mar 26, 2020 at 3:19 PM Debasish Hazra via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=94726 >
>
> Thanks Mina for quick reply. I am wondering how do I specify that in
the
> plot_data_plane ?
> For nc file  something like level="(0,1,0,0)";'  is done to specify
what
> record I need. For Grib, how do I specify in MET ?
>
>
>
>
> On Thu, Mar 26, 2020 at 11:59 AM Minna Win via RT
<met_help at ucar.edu>
> wrote:
>
> > Hi Debasish,
> >
> > One of the MET developers took a look at your issue and it looks
like you
> > have many matching GRIB records when you run MET.  You probably
have
> > multiple output times in your one file.  You can specify the one
you want
> > by specifying the timing information, that is, the init_time,
valid_time,
> > and/or lead time.
> >
> > I hope this is helpful.
> >
> > Regards,
> > Minna
> > ---------------
> > Minna Win
> > National Center for Atmospheric Research
> > Developmental Testbed Center
> > Phone: 303-497-8423
> > Fax:   303-497-8401
> >
> >
> >
> > On Thu, Mar 26, 2020 at 9:14 AM Debasish Hazra via RT
<met_help at ucar.edu
> >
> > wrote:
> >
> > >
> > > Thu Mar 26 09:13:50 2020: Request 94726 was acted upon.
> > > Transaction: Ticket created by debasish.hazra5 at gmail.com
> > >        Queue: met_help
> > >      Subject: multiple record in grib file
> > >        Owner: Nobody
> > >   Requestors: debasish.hazra5 at gmail.com
> > >       Status: new
> > >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=94726
> >
> > >
> > >
> > > Hi,
> > > I am trying to use MET to read multiple records in a Grib file,
how do
> I
> > > select one particular record for display ?
> > >
> > > plot_data_plane 201907_CAMS.grib aotk.ps 'name="AOD550";
level="L0";'
> > -v 4
> > > DEBUG 1: Opening data file: 201907_CAMS.grib
> > > DEBUG 4: Met2dDataFileFactory::new_met_2d_data_file() -> created
new
> > > Met2dDataFile object of type "FileType_Gb1".
> > > DEBUG 4:
> > > DEBUG 4: Latitude/Longitude Grid Data:
> > > DEBUG 4:      lat_ll: -90
> > > DEBUG 4:      lon_ll: -0
> > > DEBUG 4:   delta_lat: 0.25
> > > DEBUG 4:   delta_lon: 0.25
> > > DEBUG 4:        Nlat: 721
> > > DEBUG 4:        Nlon: 1440
> > > DEBUG 4:
> > > DEBUG 4: VarInfoFactory::new_var_info() -> created new VarInfo
object
> of
> > > type "FileType_Gb1".
> > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match for
> > > VarInfo "AOD550/L0" in GRIB record 1 of GRIB file
"201907_CAMS.grib".
> > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match for
> > > VarInfo "AOD550/L0" in GRIB record 2 of GRIB file
"201907_CAMS.grib".
> > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match for
> > > VarInfo "AOD550/L0" in GRIB record 3 of GRIB file
"201907_CAMS.grib".
> > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match for
> > > VarInfo "AOD550/L0" in GRIB record 4 of GRIB file
"201907_CAMS.grib".
> > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match for
> > > VarInfo "AOD550/L0" in GRIB record 5 of GRIB file
"201907_CAMS.grib".
> > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match for
> > > VarInfo "AOD550/L0" in GRIB record 6 of GRIB file
"201907_CAMS.grib".
> > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match for
> > > VarInfo "AOD550/L0" in GRIB record 7 of GRIB file
"201907_CAMS.grib".
> > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match for
> > > VarInfo "AOD550/L0" in GRIB record 8 of GRIB file
"201907_CAMS.grib".
> > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match for
> > > VarInfo "AOD550/L0" in GRIB record 9 of GRIB file
"201907_CAMS.grib".
> > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match for
> > > VarInfo "AOD550/L0" in GRIB record 10 of GRIB file
"201907_CAMS.grib".
> > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match for
> > > VarInfo "AOD550/L0" in GRIB record 11 of GRIB file
"201907_CAMS.grib".
> > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match for
> > > VarInfo "AOD550/L0" in GRIB record 12 of GRIB file
"201907_CAMS.grib".
> > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match for
> > > VarInfo "AOD550/L0" in GRIB record 13 of GRIB file
"201907_CAMS.grib".
> > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match for
> > > VarInfo "AOD550/L0" in GRIB record 14 of GRIB file
"201907_CAMS.grib".
> > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match for
> > > VarInfo "AOD550/L0" in GRIB record 15 of GRIB file
"201907_CAMS.grib".
> > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match for
> > > VarInfo "AOD550/L0" in GRIB record 16 of GRIB file
"201907_CAMS.grib".
> > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match for
> > > VarInfo "AOD550/L0" in GRIB record 17 of GRIB file
"201907_CAMS.grib".
> > > …….SNIP
> > > VarInfo "AOD550/L0" in GRIB record 155 of GRIB file
"201907_CAMS.grib".
> > >
> > > Thanks
> > > Debasish
> > >
> > >
> >
> >
>
>

------------------------------------------------
Subject: multiple record in grib file
From: Debasish Hazra
Time: Thu Mar 26 16:22:54 2020

Hi Minna,
I have attached wgrib -V of the file. I want to use MET command
mentioned
before to pick up a particular record for data_plane or GridStat
purpose.

plot_data_plane 201907_CAMS.grib aotk.ps 'name="AOD550"; level="L0";'
-v 4
, where do I specify to point any particular day record ?


On Thu, Mar 26, 2020 at 5:51 PM Minna Win via RT <met_help at ucar.edu>
wrote:

> Hello Debasish,
>
> In the past, I've used one of the wgrib tools (wgrib for grib:
> https://www.cpc.ncep.noaa.gov/products/wesley/wgrib.html, wgrib2 for
> grib2:
> https://www.cpc.ncep.noaa.gov/products/wesley/wgrib2/) to determine
the
> available levels of interest for my data, then run plot data plane
like
> this:
>
>     plot_data_plane data.grb data.ps 'name="TMP"; level="Z2";' -v 10
>
>     plot_data_plane <input netCDF or grib file> <output PS file>
> 'name="<field>";level="<level>";' -v 10
>
>
> where I'm creating a PostScript file named data.ps, for pressure
level Z2
> (Z0 is surface).
>
> Is this what you were looking for?
>
> Regards,
> Minna
> ---------------
> Minna Win
> National Center for Atmospheric Research
> Developmental Testbed Center
> Phone: 303-497-8423
> Fax:   303-497-8401
>
>
>
> On Thu, Mar 26, 2020 at 3:19 PM Debasish Hazra via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=94726 >
> >
> > Thanks Mina for quick reply. I am wondering how do I specify that
in the
> > plot_data_plane ?
> > For nc file  something like level="(0,1,0,0)";'  is done to
specify what
> > record I need. For Grib, how do I specify in MET ?
> >
> >
> >
> >
> > On Thu, Mar 26, 2020 at 11:59 AM Minna Win via RT
<met_help at ucar.edu>
> > wrote:
> >
> > > Hi Debasish,
> > >
> > > One of the MET developers took a look at your issue and it looks
like
> you
> > > have many matching GRIB records when you run MET.  You probably
have
> > > multiple output times in your one file.  You can specify the one
you
> want
> > > by specifying the timing information, that is, the init_time,
> valid_time,
> > > and/or lead time.
> > >
> > > I hope this is helpful.
> > >
> > > Regards,
> > > Minna
> > > ---------------
> > > Minna Win
> > > National Center for Atmospheric Research
> > > Developmental Testbed Center
> > > Phone: 303-497-8423
> > > Fax:   303-497-8401
> > >
> > >
> > >
> > > On Thu, Mar 26, 2020 at 9:14 AM Debasish Hazra via RT <
> met_help at ucar.edu
> > >
> > > wrote:
> > >
> > > >
> > > > Thu Mar 26 09:13:50 2020: Request 94726 was acted upon.
> > > > Transaction: Ticket created by debasish.hazra5 at gmail.com
> > > >        Queue: met_help
> > > >      Subject: multiple record in grib file
> > > >        Owner: Nobody
> > > >   Requestors: debasish.hazra5 at gmail.com
> > > >       Status: new
> > > >  Ticket <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=94726
> > >
> > > >
> > > >
> > > > Hi,
> > > > I am trying to use MET to read multiple records in a Grib
file, how
> do
> > I
> > > > select one particular record for display ?
> > > >
> > > > plot_data_plane 201907_CAMS.grib aotk.ps 'name="AOD550";
> level="L0";'
> > > -v 4
> > > > DEBUG 1: Opening data file: 201907_CAMS.grib
> > > > DEBUG 4: Met2dDataFileFactory::new_met_2d_data_file() ->
created new
> > > > Met2dDataFile object of type "FileType_Gb1".
> > > > DEBUG 4:
> > > > DEBUG 4: Latitude/Longitude Grid Data:
> > > > DEBUG 4:      lat_ll: -90
> > > > DEBUG 4:      lon_ll: -0
> > > > DEBUG 4:   delta_lat: 0.25
> > > > DEBUG 4:   delta_lon: 0.25
> > > > DEBUG 4:        Nlat: 721
> > > > DEBUG 4:        Nlon: 1440
> > > > DEBUG 4:
> > > > DEBUG 4: VarInfoFactory::new_var_info() -> created new VarInfo
object
> > of
> > > > type "FileType_Gb1".
> > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> for
> > > > VarInfo "AOD550/L0" in GRIB record 1 of GRIB file
"201907_CAMS.grib".
> > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> for
> > > > VarInfo "AOD550/L0" in GRIB record 2 of GRIB file
"201907_CAMS.grib".
> > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> for
> > > > VarInfo "AOD550/L0" in GRIB record 3 of GRIB file
"201907_CAMS.grib".
> > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> for
> > > > VarInfo "AOD550/L0" in GRIB record 4 of GRIB file
"201907_CAMS.grib".
> > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> for
> > > > VarInfo "AOD550/L0" in GRIB record 5 of GRIB file
"201907_CAMS.grib".
> > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> for
> > > > VarInfo "AOD550/L0" in GRIB record 6 of GRIB file
"201907_CAMS.grib".
> > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> for
> > > > VarInfo "AOD550/L0" in GRIB record 7 of GRIB file
"201907_CAMS.grib".
> > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> for
> > > > VarInfo "AOD550/L0" in GRIB record 8 of GRIB file
"201907_CAMS.grib".
> > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> for
> > > > VarInfo "AOD550/L0" in GRIB record 9 of GRIB file
"201907_CAMS.grib".
> > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> for
> > > > VarInfo "AOD550/L0" in GRIB record 10 of GRIB file
> "201907_CAMS.grib".
> > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> for
> > > > VarInfo "AOD550/L0" in GRIB record 11 of GRIB file
> "201907_CAMS.grib".
> > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> for
> > > > VarInfo "AOD550/L0" in GRIB record 12 of GRIB file
> "201907_CAMS.grib".
> > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> for
> > > > VarInfo "AOD550/L0" in GRIB record 13 of GRIB file
> "201907_CAMS.grib".
> > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> for
> > > > VarInfo "AOD550/L0" in GRIB record 14 of GRIB file
> "201907_CAMS.grib".
> > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> for
> > > > VarInfo "AOD550/L0" in GRIB record 15 of GRIB file
> "201907_CAMS.grib".
> > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> for
> > > > VarInfo "AOD550/L0" in GRIB record 16 of GRIB file
> "201907_CAMS.grib".
> > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> for
> > > > VarInfo "AOD550/L0" in GRIB record 17 of GRIB file
> "201907_CAMS.grib".
> > > > …….SNIP
> > > > VarInfo "AOD550/L0" in GRIB record 155 of GRIB file
> "201907_CAMS.grib".
> > > >
> > > > Thanks
> > > > Debasish
> > > >
> > > >
> > >
> > >
> >
> >
>
>

------------------------------------------------
Subject: multiple record in grib file
From: Debasish Hazra
Time: Thu Mar 26 16:22:54 2020

rec 1:0:date 2019070100 AOD550 kpds5=207 kpds6=1 kpds7=0 levels=(0,0)
grid=255 sfc ECext=1 class=19 type=9 stream=1025 Version=0001 anl:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 1 P1 0 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000115134 11.22  num bits 24  BDS_Ref 0.000115134
DecScale 0 BinScale -20

rec 2:3114828:date 2019070100 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 6hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 6 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000121919 6.84919  num bits 24  BDS_Ref 0.000121919
DecScale 0 BinScale -21

rec 3:6229656:date 2019070100 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 12hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 12 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000141797 5.831  num bits 24  BDS_Ref 0.000141797
DecScale 0 BinScale -21

rec 4:9344484:date 2019070100 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 18 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000159428 5.89337  num bits 24  BDS_Ref 0.000159428
DecScale 0 BinScale -21

rec 5:12459312:date 2019070100 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 24hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 24 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000159843 5.42553  num bits 24  BDS_Ref 0.000159843
DecScale 0 BinScale -21

rec 6:15574140:date 2019070200 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 anl:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 1 P1 0 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000115408 6.99516  num bits 24  BDS_Ref 0.000115408
DecScale 0 BinScale -21

rec 7:18688968:date 2019070200 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 6hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 6 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000125229 5.22913  num bits 24  BDS_Ref 0.000125229
DecScale 0 BinScale -21

rec 8:21803796:date 2019070200 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 12hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 12 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000172118 6.54982  num bits 24  BDS_Ref 0.000172118
DecScale 0 BinScale -21

rec 9:24918624:date 2019070200 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 18 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000179114 4.67631  num bits 24  BDS_Ref 0.000179114
DecScale 0 BinScale -21

rec 10:28033452:date 2019070200 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 24hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 24 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000173062 6.18439  num bits 24  BDS_Ref 0.000173062
DecScale 0 BinScale -21

rec 11:31148280:date 2019070300 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 anl:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 1 P1 0 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000115927 6.82602  num bits 24  BDS_Ref 0.000115927
DecScale 0 BinScale -21

rec 12:34263108:date 2019070300 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 6hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 6 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000123484 4.13288  num bits 24  BDS_Ref 0.000123484
DecScale 0 BinScale -21

rec 13:37377936:date 2019070300 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 12hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 12 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000147368 5.89138  num bits 24  BDS_Ref 0.000147368
DecScale 0 BinScale -21

rec 14:40492764:date 2019070300 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 18 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000160088 3.72312  num bits 24  BDS_Ref 0.000160088
DecScale 0 BinScale -22

rec 15:43607592:date 2019070300 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 24hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 24 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000151061 3.43741  num bits 24  BDS_Ref 0.000151061
DecScale 0 BinScale -22

rec 16:46722420:date 2019070400 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 anl:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 1 P1 0 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.00010668 2.99312  num bits 24  BDS_Ref 0.00010668
DecScale 0 BinScale -22

rec 17:49837248:date 2019070400 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 6hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 6 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000111643 4.10668  num bits 24  BDS_Ref 0.000111643
DecScale 0 BinScale -21

rec 18:52952076:date 2019070400 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 12hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 12 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000124072 7.08004  num bits 24  BDS_Ref 0.000124072
DecScale 0 BinScale -21

rec 19:56066904:date 2019070400 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 18 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000135951 6.81098  num bits 24  BDS_Ref 0.000135951
DecScale 0 BinScale -21

rec 20:59181732:date 2019070400 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 24hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 24 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000130029 7.31781  num bits 24  BDS_Ref 0.000130029
DecScale 0 BinScale -21

rec 21:62296560:date 2019070500 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 anl:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 1 P1 0 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000109781 11.8535  num bits 24  BDS_Ref 0.000109781
DecScale 0 BinScale -20

rec 22:65411388:date 2019070500 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 6hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 6 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000117552 6.04477  num bits 24  BDS_Ref 0.000117552
DecScale 0 BinScale -21

rec 23:68526216:date 2019070500 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 12hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 12 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000122714 6.42354  num bits 24  BDS_Ref 0.000122714
DecScale 0 BinScale -21

rec 24:71641044:date 2019070500 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 18 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000116767 5.51709  num bits 24  BDS_Ref 0.000116767
DecScale 0 BinScale -21

rec 25:74755872:date 2019070500 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 24hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 24 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000133616 5.0793  num bits 24  BDS_Ref 0.000133616
DecScale 0 BinScale -21

rec 26:77870700:date 2019070600 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 anl:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 1 P1 0 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000107591 4.44677  num bits 24  BDS_Ref 0.000107591
DecScale 0 BinScale -21

rec 27:80985528:date 2019070600 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 6hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 6 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000126979 5.02576  num bits 24  BDS_Ref 0.000126979
DecScale 0 BinScale -21

rec 28:84100356:date 2019070600 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 12hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 12 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000137226 5.79134  num bits 24  BDS_Ref 0.000137226
DecScale 0 BinScale -21

rec 29:87215184:date 2019070600 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 18 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000142547 3.81485  num bits 24  BDS_Ref 0.000142547
DecScale 0 BinScale -22

rec 30:90330012:date 2019070600 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 24hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 24 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000142031 4.37271  num bits 24  BDS_Ref 0.000142031
DecScale 0 BinScale -21

rec 31:93444840:date 2019070700 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 anl:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 1 P1 0 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000117274 3.30776  num bits 24  BDS_Ref 0.000117274
DecScale 0 BinScale -22

rec 32:96559668:date 2019070700 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 6hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 6 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000124174 3.65994  num bits 24  BDS_Ref 0.000124174
DecScale 0 BinScale -22

rec 33:99674496:date 2019070700 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 12hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 12 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000137186 2.83568  num bits 24  BDS_Ref 0.000137186
DecScale 0 BinScale -22

rec 34:102789324:date 2019070700 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 18 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000149164 3.58355  num bits 24  BDS_Ref 0.000149164
DecScale 0 BinScale -22

rec 35:105904152:date 2019070700 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 24hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 24 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000159893 4.06931  num bits 24  BDS_Ref 0.000159893
DecScale 0 BinScale -21

rec 36:109018980:date 2019070800 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 anl:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 1 P1 0 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000105321 6.90761  num bits 24  BDS_Ref 0.000105321
DecScale 0 BinScale -21

rec 37:112133808:date 2019070800 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 6hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 6 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000129504 7.04478  num bits 24  BDS_Ref 0.000129504
DecScale 0 BinScale -21

rec 38:115248636:date 2019070800 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 12hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 12 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000152144 4.84272  num bits 24  BDS_Ref 0.000152144
DecScale 0 BinScale -21

rec 39:118363464:date 2019070800 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 18 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000177685 3.48692  num bits 24  BDS_Ref 0.000177685
DecScale 0 BinScale -22

rec 40:121478292:date 2019070800 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 24hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 24 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000206455 4.97455  num bits 24  BDS_Ref 0.000206455
DecScale 0 BinScale -21

rec 41:124593120:date 2019070900 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 anl:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 1 P1 0 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 9.08775e-05 4.99685  num bits 24  BDS_Ref 9.08775e-05
DecScale 0 BinScale -21

rec 42:127707948:date 2019070900 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 6hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 6 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 9.98418e-05 4.08036  num bits 24  BDS_Ref 9.98418e-05
DecScale 0 BinScale -21

rec 43:130822776:date 2019070900 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 12hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 12 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000134512 6.68507  num bits 24  BDS_Ref 0.000134512
DecScale 0 BinScale -21

rec 44:133937604:date 2019070900 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 18 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000160728 5.55959  num bits 24  BDS_Ref 0.000160728
DecScale 0 BinScale -21

rec 45:137052432:date 2019070900 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 24hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 24 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 149 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000212756 6.69656  num bits 24  BDS_Ref 0.000212756
DecScale 0 BinScale -21

rec 46:140167260:date 2019071000 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 anl:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 1 P1 0 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000159287 5.18275  num bits 24  BDS_Ref 0.000159287
DecScale 0 BinScale -21

rec 47:143282088:date 2019071000 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 6hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 6 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000173821 6.67153  num bits 24  BDS_Ref 0.000173821
DecScale 0 BinScale -21

rec 48:146396916:date 2019071000 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 12hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 12 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000187259 7.89242  num bits 24  BDS_Ref 0.000187259
DecScale 0 BinScale -21

rec 49:149511744:date 2019071000 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 18 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000238115 6.15173  num bits 24  BDS_Ref 0.000238115
DecScale 0 BinScale -21

rec 50:152626572:date 2019071000 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 24hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 24 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000246146 8.02108  num bits 24  BDS_Ref 0.000246146
DecScale 0 BinScale -20

rec 51:155741400:date 2019071100 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 anl:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 1 P1 0 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.00024786 5.23357  num bits 24  BDS_Ref 0.00024786
DecScale 0 BinScale -21

rec 52:158856228:date 2019071100 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 6hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 6 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000407351 7.68512  num bits 24  BDS_Ref 0.000407351
DecScale 0 BinScale -21

rec 53:161971056:date 2019071100 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 12hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 12 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000430136 7.27017  num bits 24  BDS_Ref 0.000430136
DecScale 0 BinScale -21

rec 54:165085884:date 2019071100 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 18 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000340739 5.34554  num bits 24  BDS_Ref 0.000340739
DecScale 0 BinScale -21

rec 55:168200712:date 2019071100 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 24hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 24 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000325289 7.70324  num bits 24  BDS_Ref 0.000325289
DecScale 0 BinScale -21

rec 56:171315540:date 2019071200 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 anl:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 1 P1 0 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000378553 7.98428  num bits 24  BDS_Ref 0.000378553
DecScale 0 BinScale -21

rec 57:174430368:date 2019071200 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 6hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 6 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000511303 8.8131  num bits 24  BDS_Ref 0.000511303
DecScale 0 BinScale -20

rec 58:177545196:date 2019071200 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 12hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 12 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000412403 6.64426  num bits 24  BDS_Ref 0.000412403
DecScale 0 BinScale -21

rec 59:180660024:date 2019071200 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 18 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000454979 4.45492  num bits 24  BDS_Ref 0.000454979
DecScale 0 BinScale -21

rec 60:183774852:date 2019071200 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 24hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 24 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000374971 5.38151  num bits 24  BDS_Ref 0.000374971
DecScale 0 BinScale -21

rec 61:186889680:date 2019071300 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 anl:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 1 P1 0 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000227135 4.31722  num bits 24  BDS_Ref 0.000227135
DecScale 0 BinScale -21

rec 62:190004508:date 2019071300 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 6hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 6 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.00021905 4.45834  num bits 24  BDS_Ref 0.00021905
DecScale 0 BinScale -21

rec 63:193119336:date 2019071300 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 12hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 12 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000322342 11.991  num bits 24  BDS_Ref 0.000322342
DecScale 0 BinScale -20

rec 64:196234164:date 2019071300 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 18 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000267508 14.9125  num bits 24  BDS_Ref 0.000267508
DecScale 0 BinScale -20

rec 65:199348992:date 2019071300 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 24hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 24 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000322764 6.37946  num bits 24  BDS_Ref 0.000322764
DecScale 0 BinScale -21

rec 66:202463820:date 2019071400 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 anl:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 1 P1 0 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.0001664 5.28269  num bits 24  BDS_Ref 0.0001664
DecScale 0 BinScale -21

rec 67:205578648:date 2019071400 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 6hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 6 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000176214 4.77066  num bits 24  BDS_Ref 0.000176214
DecScale 0 BinScale -21

rec 68:208693476:date 2019071400 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 12hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 12 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000187147 7.54537  num bits 24  BDS_Ref 0.000187147
DecScale 0 BinScale -21

rec 69:211808304:date 2019071400 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 18 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000280936 5.43454  num bits 24  BDS_Ref 0.000280936
DecScale 0 BinScale -21

rec 70:214923132:date 2019071400 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 24hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 24 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000319635 3.67143  num bits 24  BDS_Ref 0.000319635
DecScale 0 BinScale -22

rec 71:218037960:date 2019071500 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 anl:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 1 P1 0 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000190213 4.01407  num bits 24  BDS_Ref 0.000190213
DecScale 0 BinScale -21

rec 72:221152788:date 2019071500 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 6hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 6 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000207605 7.42682  num bits 24  BDS_Ref 0.000207605
DecScale 0 BinScale -21

rec 73:224267616:date 2019071500 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 12hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 12 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000245832 5.56299  num bits 24  BDS_Ref 0.000245832
DecScale 0 BinScale -21

rec 74:227382444:date 2019071500 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 18 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.00030182 4.44261  num bits 24  BDS_Ref 0.00030182
DecScale 0 BinScale -21

rec 75:230497272:date 2019071500 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 24hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 24 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.00039922 5.36928  num bits 24  BDS_Ref 0.00039922
DecScale 0 BinScale -21

rec 76:233612100:date 2019071600 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 anl:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 1 P1 0 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.00020189 4.36029  num bits 24  BDS_Ref 0.00020189
DecScale 0 BinScale -21

rec 77:236726928:date 2019071600 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 6hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 6 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.00019843 5.0514  num bits 24  BDS_Ref 0.00019843
DecScale 0 BinScale -21

rec 78:239841756:date 2019071600 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 12hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 12 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000231595 4.43364  num bits 24  BDS_Ref 0.000231595
DecScale 0 BinScale -21

rec 79:242956584:date 2019071600 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 18 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000260584 4.15104  num bits 24  BDS_Ref 0.000260584
DecScale 0 BinScale -21

rec 80:246071412:date 2019071600 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 24hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 24 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000273054 5.44866  num bits 24  BDS_Ref 0.000273054
DecScale 0 BinScale -21

rec 81:249186240:date 2019071700 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 anl:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 1 P1 0 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000185455 5.3332  num bits 24  BDS_Ref 0.000185455
DecScale 0 BinScale -21

rec 82:252301068:date 2019071700 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 6hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 6 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.00029477 9.10942  num bits 24  BDS_Ref 0.00029477
DecScale 0 BinScale -20

rec 83:255415896:date 2019071700 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 12hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 12 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000372895 6.88731  num bits 24  BDS_Ref 0.000372895
DecScale 0 BinScale -21

rec 84:258530724:date 2019071700 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 18 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000474411 5.81895  num bits 24  BDS_Ref 0.000474411
DecScale 0 BinScale -21

rec 85:261645552:date 2019071700 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 24hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 24 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000410893 8.61596  num bits 24  BDS_Ref 0.000410893
DecScale 0 BinScale -20

rec 86:264760380:date 2019071800 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 anl:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 1 P1 0 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000191615 5.54654  num bits 24  BDS_Ref 0.000191615
DecScale 0 BinScale -21

rec 87:267875208:date 2019071800 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 6hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 6 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000225642 5.61034  num bits 24  BDS_Ref 0.000225642
DecScale 0 BinScale -21

rec 88:270990036:date 2019071800 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 12hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 12 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000299642 11.1482  num bits 24  BDS_Ref 0.000299642
DecScale 0 BinScale -20

rec 89:274104864:date 2019071800 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 18 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.00035969 7.53206  num bits 24  BDS_Ref 0.00035969
DecScale 0 BinScale -21

rec 90:277219692:date 2019071800 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 24hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 24 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000422293 5.5059  num bits 24  BDS_Ref 0.000422293
DecScale 0 BinScale -21

rec 91:280334520:date 2019071900 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 anl:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 1 P1 0 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000188505 4.66088  num bits 24  BDS_Ref 0.000188505
DecScale 0 BinScale -21

rec 92:283449348:date 2019071900 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 6hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 6 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000212572 5.32915  num bits 24  BDS_Ref 0.000212572
DecScale 0 BinScale -21

rec 93:286564176:date 2019071900 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 12hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 12 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.00022726 6.3475  num bits 24  BDS_Ref 0.00022726
DecScale 0 BinScale -21

rec 94:289679004:date 2019071900 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 18 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000220202 5.3078  num bits 24  BDS_Ref 0.000220202
DecScale 0 BinScale -21

rec 95:292793832:date 2019071900 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 24hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 24 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000251204 4.90859  num bits 24  BDS_Ref 0.000251204
DecScale 0 BinScale -21

rec 96:295908660:date 2019072000 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 anl:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 1 P1 0 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000276153 4.48132  num bits 24  BDS_Ref 0.000276153
DecScale 0 BinScale -21

rec 97:299023488:date 2019072000 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 6hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 6 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000384918 7.04481  num bits 24  BDS_Ref 0.000384918
DecScale 0 BinScale -21

rec 98:302138316:date 2019072000 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 12hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 12 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000472133 5.64227  num bits 24  BDS_Ref 0.000472133
DecScale 0 BinScale -21

rec 99:305253144:date 2019072000 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 18 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000470137 5.12313  num bits 24  BDS_Ref 0.000470137
DecScale 0 BinScale -21

rec 100:308367972:date 2019072000 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 24hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 24 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000297654 4.82405  num bits 24  BDS_Ref 0.000297654
DecScale 0 BinScale -21

rec 101:311482800:date 2019072100 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 anl:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 1 P1 0 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000196844 4.56677  num bits 24  BDS_Ref 0.000196844
DecScale 0 BinScale -21

rec 102:314597628:date 2019072100 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 6hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 6 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000177914 3.62677  num bits 24  BDS_Ref 0.000177914
DecScale 0 BinScale -22

rec 103:317712456:date 2019072100 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 12hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 12 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000213789 4.8284  num bits 24  BDS_Ref 0.000213789
DecScale 0 BinScale -21

rec 104:320827284:date 2019072100 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 18 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000210661 3.59444  num bits 24  BDS_Ref 0.000210661
DecScale 0 BinScale -22

rec 105:323942112:date 2019072100 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 24hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 24 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000267891 3.40249  num bits 24  BDS_Ref 0.000267891
DecScale 0 BinScale -22

rec 106:327056940:date 2019072200 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 anl:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 1 P1 0 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000165236 4.64017  num bits 24  BDS_Ref 0.000165236
DecScale 0 BinScale -21

rec 107:330171768:date 2019072200 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 6hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 6 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000235968 5.24159  num bits 24  BDS_Ref 0.000235968
DecScale 0 BinScale -21

rec 108:333286596:date 2019072200 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 12hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 12 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000234052 12.1723  num bits 24  BDS_Ref 0.000234052
DecScale 0 BinScale -20

rec 109:336401424:date 2019072200 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 18 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000239665 11.5351  num bits 24  BDS_Ref 0.000239665
DecScale 0 BinScale -20

rec 110:339516252:date 2019072200 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 24hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 24 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000223761 9.51162  num bits 24  BDS_Ref 0.000223761
DecScale 0 BinScale -20

rec 111:342631080:date 2019072300 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 anl:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 1 P1 0 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000174934 7.76442  num bits 24  BDS_Ref 0.000174934
DecScale 0 BinScale -21

rec 112:345745908:date 2019072300 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 6hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 6 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000189208 6.61764  num bits 24  BDS_Ref 0.000189208
DecScale 0 BinScale -21

rec 113:348860736:date 2019072300 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 12hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 12 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000188767 8.70441  num bits 24  BDS_Ref 0.000188767
DecScale 0 BinScale -20

rec 114:351975564:date 2019072300 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 18 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000227786 7.93041  num bits 24  BDS_Ref 0.000227786
DecScale 0 BinScale -21

rec 115:355090392:date 2019072300 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 24hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 24 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000237249 6.669  num bits 24  BDS_Ref 0.000237249
DecScale 0 BinScale -21

rec 116:358205220:date 2019072400 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 anl:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 1 P1 0 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000125334 5.11185  num bits 24  BDS_Ref 0.000125334
DecScale 0 BinScale -21

rec 117:361320048:date 2019072400 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 6hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 6 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000220146 7.63605  num bits 24  BDS_Ref 0.000220146
DecScale 0 BinScale -21

rec 118:364434876:date 2019072400 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 12hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 12 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000345749 11.6159  num bits 24  BDS_Ref 0.000345749
DecScale 0 BinScale -20

rec 119:367549704:date 2019072400 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 18 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000394727 10.372  num bits 24  BDS_Ref 0.000394727
DecScale 0 BinScale -20

rec 120:370664532:date 2019072400 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 24hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 24 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000375349 9.94877  num bits 24  BDS_Ref 0.000375349
DecScale 0 BinScale -20

rec 121:373779360:date 2019072500 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 anl:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 1 P1 0 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000169534 11.416  num bits 24  BDS_Ref 0.000169534
DecScale 0 BinScale -20

rec 122:376894188:date 2019072500 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 6hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 6 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.00025839 10.8668  num bits 24  BDS_Ref 0.00025839
DecScale 0 BinScale -20

rec 123:380009016:date 2019072500 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 12hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 12 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000252711 14.5802  num bits 24  BDS_Ref 0.000252711
DecScale 0 BinScale -20

rec 124:383123844:date 2019072500 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 18 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000224448 13.4298  num bits 24  BDS_Ref 0.000224448
DecScale 0 BinScale -20

rec 125:386238672:date 2019072500 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 24hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 24 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000302747 12.8227  num bits 24  BDS_Ref 0.000302747
DecScale 0 BinScale -20

rec 126:389353500:date 2019072600 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 anl:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 1 P1 0 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000197101 8.96758  num bits 24  BDS_Ref 0.000197101
DecScale 0 BinScale -20

rec 127:392468328:date 2019072600 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 6hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 6 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000286845 8.80424  num bits 24  BDS_Ref 0.000286845
DecScale 0 BinScale -20

rec 128:395583156:date 2019072600 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 12hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 12 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000317701 15.6274  num bits 24  BDS_Ref 0.000317701
DecScale 0 BinScale -20

rec 129:398697984:date 2019072600 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 18 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000553628 10.3993  num bits 24  BDS_Ref 0.000553628
DecScale 0 BinScale -20

rec 130:401812812:date 2019072600 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 24hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 24 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000586052 10.4403  num bits 24  BDS_Ref 0.000586052
DecScale 0 BinScale -20

rec 131:404927640:date 2019072700 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 anl:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 1 P1 0 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000217382 7.304  num bits 24  BDS_Ref 0.000217382
DecScale 0 BinScale -21

rec 132:408042468:date 2019072700 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 6hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 6 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000214603 6.72527  num bits 24  BDS_Ref 0.000214603
DecScale 0 BinScale -21

rec 133:411157296:date 2019072700 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 12hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 12 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000282026 10.7941  num bits 24  BDS_Ref 0.000282026
DecScale 0 BinScale -20

rec 134:414272124:date 2019072700 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 18 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000394044 10.4027  num bits 24  BDS_Ref 0.000394044
DecScale 0 BinScale -20

rec 135:417386952:date 2019072700 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 24hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 24 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000569091 8.87253  num bits 24  BDS_Ref 0.000569091
DecScale 0 BinScale -20

rec 136:420501780:date 2019072800 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 anl:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 1 P1 0 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000515247 8.65568  num bits 24  BDS_Ref 0.000515247
DecScale 0 BinScale -20

rec 137:423616608:date 2019072800 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 6hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 6 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000522966 8.46808  num bits 24  BDS_Ref 0.000522966
DecScale 0 BinScale -20

rec 138:426731436:date 2019072800 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 12hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 12 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000335702 6.32063  num bits 24  BDS_Ref 0.000335702
DecScale 0 BinScale -21

rec 139:429846264:date 2019072800 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 18 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000338919 6.12022  num bits 24  BDS_Ref 0.000338919
DecScale 0 BinScale -21

rec 140:432961092:date 2019072800 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 24hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 24 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000422951 5.25004  num bits 24  BDS_Ref 0.000422951
DecScale 0 BinScale -21

rec 141:436075920:date 2019072900 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 anl:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 1 P1 0 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000191728 5.43812  num bits 24  BDS_Ref 0.000191728
DecScale 0 BinScale -21

rec 142:439190748:date 2019072900 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 6hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 6 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000203685 6.34058  num bits 24  BDS_Ref 0.000203685
DecScale 0 BinScale -21

rec 143:442305576:date 2019072900 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 12hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 12 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000257078 7.39087  num bits 24  BDS_Ref 0.000257078
DecScale 0 BinScale -21

rec 144:445420404:date 2019072900 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 18 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000353021 6.57824  num bits 24  BDS_Ref 0.000353021
DecScale 0 BinScale -21

rec 145:448535232:date 2019072900 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 24hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 24 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000683516 5.41799  num bits 24  BDS_Ref 0.000683516
DecScale 0 BinScale -21

rec 146:451650060:date 2019073000 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 anl:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 1 P1 0 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000485305 6.0049  num bits 24  BDS_Ref 0.000485305
DecScale 0 BinScale -21

rec 147:454764888:date 2019073000 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 6hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 6 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000493431 5.74524  num bits 24  BDS_Ref 0.000493431
DecScale 0 BinScale -21

rec 148:457879716:date 2019073000 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 12hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 12 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000485008 5.90068  num bits 24  BDS_Ref 0.000485008
DecScale 0 BinScale -21

rec 149:460994544:date 2019073000 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 18 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000518441 5.7825  num bits 24  BDS_Ref 0.000518441
DecScale 0 BinScale -21

rec 150:464109372:date 2019073000 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 24hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 24 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000491297 5.76246  num bits 24  BDS_Ref 0.000491297
DecScale 0 BinScale -21

rec 151:467224200:date 2019073100 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 anl:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 1 P1 0 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000116946 5.34601  num bits 24  BDS_Ref 0.000116946
DecScale 0 BinScale -21

rec 152:470339028:date 2019073100 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 6hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 6 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000373296 6.56813  num bits 24  BDS_Ref 0.000373296
DecScale 0 BinScale -21

rec 153:473453856:date 2019073100 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 12hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 12 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000563957 6.10768  num bits 24  BDS_Ref 0.000563957
DecScale 0 BinScale -21

rec 154:476568684:date 2019073100 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 18 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000645082 5.83611  num bits 24  BDS_Ref 0.000645082
DecScale 0 BinScale -21

rec 155:479683512:date 2019073100 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 24hr fcst:
  AOD550=Total Aerosol Optical Depth at 550nm [-]
  timerange 0 P1 24 P2 0 TimeU 1  nx 1440 ny 721 GDS grid 0 num_in_ave
0 missing 0
  center 98 subcenter 0 process 150 Table 210 scan: WE:NS winds(N/S)
  latlon: lat  90.000000 to -90.000000 by 0.250000  nxny 1038240
          long 0.000000 to 359.750000 by 0.250000, (1440 x 721) scan 0
mode 128 bdsgrid 1
  min/max data 0.000516994 4.70386  num bits 24  BDS_Ref 0.000516994
DecScale 0 BinScale -21


------------------------------------------------
Subject: multiple record in grib file
From: John Halley Gotway
Time: Thu Mar 26 17:10:05 2020

Hi Deb,

This is John Halley Gotway.  Thanks for sending along your wgrib2
output.
It looks like this GRIB file contains records for 0, 6, 12, 18, and 24
hour
forecasts of AOD550 for many days during the month of  July 2019.  For
example, here's record number 9:

rec 9:24918624:date 2019070200 AOD550 kpds5=207 kpds6=1 kpds7=0
levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
Version=0001 18hr


Since the file contains multiple initialization and lead times, you'll
need to specify both.  To match record 9, you'd run:


*plot_data_plane 201907_CAMS.grib aotk.ps <http://aotk.ps/>
'name="AOD550"; level="L0"; init_time="20190702_00"; lead_time="18";'
-v 4*


You can see more info in this README file (which is also included in
the MET User's Guide):

https://github.com/NCAR/MET/blob/master_v9.0/met/data/config/README

Search for "init_time".


Make sense?


Thanks,
John



On Thu, Mar 26, 2020 at 4:22 PM Debasish Hazra via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=94726 >
>
> Hi Minna,
> I have attached wgrib -V of the file. I want to use MET command
mentioned
> before to pick up a particular record for data_plane or GridStat
purpose.
>
> plot_data_plane 201907_CAMS.grib aotk.ps 'name="AOD550";
level="L0";' -v 4
> , where do I specify to point any particular day record ?
>
>
> On Thu, Mar 26, 2020 at 5:51 PM Minna Win via RT <met_help at ucar.edu>
> wrote:
>
> > Hello Debasish,
> >
> > In the past, I've used one of the wgrib tools (wgrib for grib:
> > https://www.cpc.ncep.noaa.gov/products/wesley/wgrib.html, wgrib2
for
> > grib2:
> > https://www.cpc.ncep.noaa.gov/products/wesley/wgrib2/) to
determine the
> > available levels of interest for my data, then run plot data plane
like
> > this:
> >
> >     plot_data_plane data.grb data.ps 'name="TMP"; level="Z2";' -v
10
> >
> >     plot_data_plane <input netCDF or grib file> <output PS file>
> > 'name="<field>";level="<level>";' -v 10
> >
> >
> > where I'm creating a PostScript file named data.ps, for pressure
level
> Z2
> > (Z0 is surface).
> >
> > Is this what you were looking for?
> >
> > Regards,
> > Minna
> > ---------------
> > Minna Win
> > National Center for Atmospheric Research
> > Developmental Testbed Center
> > Phone: 303-497-8423
> > Fax:   303-497-8401
> >
> >
> >
> > On Thu, Mar 26, 2020 at 3:19 PM Debasish Hazra via RT
<met_help at ucar.edu
> >
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=94726 >
> > >
> > > Thanks Mina for quick reply. I am wondering how do I specify
that in
> the
> > > plot_data_plane ?
> > > For nc file  something like level="(0,1,0,0)";'  is done to
specify
> what
> > > record I need. For Grib, how do I specify in MET ?
> > >
> > >
> > >
> > >
> > > On Thu, Mar 26, 2020 at 11:59 AM Minna Win via RT
<met_help at ucar.edu>
> > > wrote:
> > >
> > > > Hi Debasish,
> > > >
> > > > One of the MET developers took a look at your issue and it
looks like
> > you
> > > > have many matching GRIB records when you run MET.  You
probably have
> > > > multiple output times in your one file.  You can specify the
one you
> > want
> > > > by specifying the timing information, that is, the init_time,
> > valid_time,
> > > > and/or lead time.
> > > >
> > > > I hope this is helpful.
> > > >
> > > > Regards,
> > > > Minna
> > > > ---------------
> > > > Minna Win
> > > > National Center for Atmospheric Research
> > > > Developmental Testbed Center
> > > > Phone: 303-497-8423
> > > > Fax:   303-497-8401
> > > >
> > > >
> > > >
> > > > On Thu, Mar 26, 2020 at 9:14 AM Debasish Hazra via RT <
> > met_help at ucar.edu
> > > >
> > > > wrote:
> > > >
> > > > >
> > > > > Thu Mar 26 09:13:50 2020: Request 94726 was acted upon.
> > > > > Transaction: Ticket created by debasish.hazra5 at gmail.com
> > > > >        Queue: met_help
> > > > >      Subject: multiple record in grib file
> > > > >        Owner: Nobody
> > > > >   Requestors: debasish.hazra5 at gmail.com
> > > > >       Status: new
> > > > >  Ticket <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=94726
> > > >
> > > > >
> > > > >
> > > > > Hi,
> > > > > I am trying to use MET to read multiple records in a Grib
file, how
> > do
> > > I
> > > > > select one particular record for display ?
> > > > >
> > > > > plot_data_plane 201907_CAMS.grib aotk.ps 'name="AOD550";
> > level="L0";'
> > > > -v 4
> > > > > DEBUG 1: Opening data file: 201907_CAMS.grib
> > > > > DEBUG 4: Met2dDataFileFactory::new_met_2d_data_file() ->
created
> new
> > > > > Met2dDataFile object of type "FileType_Gb1".
> > > > > DEBUG 4:
> > > > > DEBUG 4: Latitude/Longitude Grid Data:
> > > > > DEBUG 4:      lat_ll: -90
> > > > > DEBUG 4:      lon_ll: -0
> > > > > DEBUG 4:   delta_lat: 0.25
> > > > > DEBUG 4:   delta_lon: 0.25
> > > > > DEBUG 4:        Nlat: 721
> > > > > DEBUG 4:        Nlon: 1440
> > > > > DEBUG 4:
> > > > > DEBUG 4: VarInfoFactory::new_var_info() -> created new
VarInfo
> object
> > > of
> > > > > type "FileType_Gb1".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 1 of GRIB file
> "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 2 of GRIB file
> "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 3 of GRIB file
> "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 4 of GRIB file
> "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 5 of GRIB file
> "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 6 of GRIB file
> "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 7 of GRIB file
> "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 8 of GRIB file
> "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 9 of GRIB file
> "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 10 of GRIB file
> > "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 11 of GRIB file
> > "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 12 of GRIB file
> > "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 13 of GRIB file
> > "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 14 of GRIB file
> > "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 15 of GRIB file
> > "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 16 of GRIB file
> > "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 17 of GRIB file
> > "201907_CAMS.grib".
> > > > > …….SNIP
> > > > > VarInfo "AOD550/L0" in GRIB record 155 of GRIB file
> > "201907_CAMS.grib".
> > > > >
> > > > > Thanks
> > > > > Debasish
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

------------------------------------------------
Subject: multiple record in grib file
From: Debasish Hazra
Time: Thu Mar 26 17:44:18 2020

Hi John,
Thanks. And that way I set up for MET series plot as well ?
Like : fcst = {
   field = [ {  name = "AOD550"; level = [  "L0","L0","L0","L0",
...SNIP ]
} ];

On Thu, Mar 26, 2020 at 7:10 PM John Halley Gotway via RT
<met_help at ucar.edu>
wrote:

> Hi Deb,
>
> This is John Halley Gotway.  Thanks for sending along your wgrib2
output.
> It looks like this GRIB file contains records for 0, 6, 12, 18, and
24 hour
> forecasts of AOD550 for many days during the month of  July 2019.
For
> example, here's record number 9:
>
> rec 9:24918624:date 2019070200 AOD550 kpds5=207 kpds6=1 kpds7=0
> levels=(0,0) grid=255 sfc ECext=1 class=19 type=9 stream=1025
> Version=0001 18hr
>
>
> Since the file contains multiple initialization and lead times,
you'll
> need to specify both.  To match record 9, you'd run:
>
>
> *plot_data_plane 201907_CAMS.grib aotk.ps <http://aotk.ps/>
> 'name="AOD550"; level="L0"; init_time="20190702_00";
lead_time="18";'
> -v 4*
>
>
> You can see more info in this README file (which is also included in
> the MET User's Guide):
>
> https://github.com/NCAR/MET/blob/master_v9.0/met/data/config/README
>
> Search for "init_time".
>
>
> Make sense?
>
>
> Thanks,
> John
>
>
>
> On Thu, Mar 26, 2020 at 4:22 PM Debasish Hazra via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=94726 >
> >
> > Hi Minna,
> > I have attached wgrib -V of the file. I want to use MET command
mentioned
> > before to pick up a particular record for data_plane or GridStat
purpose.
> >
> > plot_data_plane 201907_CAMS.grib aotk.ps 'name="AOD550";
level="L0";'
> -v 4
> > , where do I specify to point any particular day record ?
> >
> >
> > On Thu, Mar 26, 2020 at 5:51 PM Minna Win via RT
<met_help at ucar.edu>
> > wrote:
> >
> > > Hello Debasish,
> > >
> > > In the past, I've used one of the wgrib tools (wgrib for grib:
> > > https://www.cpc.ncep.noaa.gov/products/wesley/wgrib.html, wgrib2
for
> > > grib2:
> > > https://www.cpc.ncep.noaa.gov/products/wesley/wgrib2/) to
determine
> the
> > > available levels of interest for my data, then run plot data
plane like
> > > this:
> > >
> > >     plot_data_plane data.grb data.ps 'name="TMP"; level="Z2";'
-v 10
> > >
> > >     plot_data_plane <input netCDF or grib file> <output PS file>
> > > 'name="<field>";level="<level>";' -v 10
> > >
> > >
> > > where I'm creating a PostScript file named data.ps, for pressure
level
> > Z2
> > > (Z0 is surface).
> > >
> > > Is this what you were looking for?
> > >
> > > Regards,
> > > Minna
> > > ---------------
> > > Minna Win
> > > National Center for Atmospheric Research
> > > Developmental Testbed Center
> > > Phone: 303-497-8423
> > > Fax:   303-497-8401
> > >
> > >
> > >
> > > On Thu, Mar 26, 2020 at 3:19 PM Debasish Hazra via RT <
> met_help at ucar.edu
> > >
> > > wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=94726
>
> > > >
> > > > Thanks Mina for quick reply. I am wondering how do I specify
that in
> > the
> > > > plot_data_plane ?
> > > > For nc file  something like level="(0,1,0,0)";'  is done to
specify
> > what
> > > > record I need. For Grib, how do I specify in MET ?
> > > >
> > > >
> > > >
> > > >
> > > > On Thu, Mar 26, 2020 at 11:59 AM Minna Win via RT
<met_help at ucar.edu
> >
> > > > wrote:
> > > >
> > > > > Hi Debasish,
> > > > >
> > > > > One of the MET developers took a look at your issue and it
looks
> like
> > > you
> > > > > have many matching GRIB records when you run MET.  You
probably
> have
> > > > > multiple output times in your one file.  You can specify the
one
> you
> > > want
> > > > > by specifying the timing information, that is, the
init_time,
> > > valid_time,
> > > > > and/or lead time.
> > > > >
> > > > > I hope this is helpful.
> > > > >
> > > > > Regards,
> > > > > Minna
> > > > > ---------------
> > > > > Minna Win
> > > > > National Center for Atmospheric Research
> > > > > Developmental Testbed Center
> > > > > Phone: 303-497-8423
> > > > > Fax:   303-497-8401
> > > > >
> > > > >
> > > > >
> > > > > On Thu, Mar 26, 2020 at 9:14 AM Debasish Hazra via RT <
> > > met_help at ucar.edu
> > > > >
> > > > > wrote:
> > > > >
> > > > > >
> > > > > > Thu Mar 26 09:13:50 2020: Request 94726 was acted upon.
> > > > > > Transaction: Ticket created by debasish.hazra5 at gmail.com
> > > > > >        Queue: met_help
> > > > > >      Subject: multiple record in grib file
> > > > > >        Owner: Nobody
> > > > > >   Requestors: debasish.hazra5 at gmail.com
> > > > > >       Status: new
> > > > > >  Ticket <URL:
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=94726
> > > > >
> > > > > >
> > > > > >
> > > > > > Hi,
> > > > > > I am trying to use MET to read multiple records in a Grib
file,
> how
> > > do
> > > > I
> > > > > > select one particular record for display ?
> > > > > >
> > > > > > plot_data_plane 201907_CAMS.grib aotk.ps 'name="AOD550";
> > > level="L0";'
> > > > > -v 4
> > > > > > DEBUG 1: Opening data file: 201907_CAMS.grib
> > > > > > DEBUG 4: Met2dDataFileFactory::new_met_2d_data_file() ->
created
> > new
> > > > > > Met2dDataFile object of type "FileType_Gb1".
> > > > > > DEBUG 4:
> > > > > > DEBUG 4: Latitude/Longitude Grid Data:
> > > > > > DEBUG 4:      lat_ll: -90
> > > > > > DEBUG 4:      lon_ll: -0
> > > > > > DEBUG 4:   delta_lat: 0.25
> > > > > > DEBUG 4:   delta_lon: 0.25
> > > > > > DEBUG 4:        Nlat: 721
> > > > > > DEBUG 4:        Nlon: 1440
> > > > > > DEBUG 4:
> > > > > > DEBUG 4: VarInfoFactory::new_var_info() -> created new
VarInfo
> > object
> > > > of
> > > > > > type "FileType_Gb1".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 1 of GRIB file
> > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 2 of GRIB file
> > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 3 of GRIB file
> > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 4 of GRIB file
> > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 5 of GRIB file
> > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 6 of GRIB file
> > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 7 of GRIB file
> > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 8 of GRIB file
> > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 9 of GRIB file
> > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 10 of GRIB file
> > > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 11 of GRIB file
> > > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 12 of GRIB file
> > > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 13 of GRIB file
> > > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 14 of GRIB file
> > > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 15 of GRIB file
> > > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 16 of GRIB file
> > > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 17 of GRIB file
> > > "201907_CAMS.grib".
> > > > > > …….SNIP
> > > > > > VarInfo "AOD550/L0" in GRIB record 155 of GRIB file
> > > "201907_CAMS.grib".
> > > > > >
> > > > > > Thanks
> > > > > > Debasish
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

------------------------------------------------
Subject: multiple record in grib file
From: Minna Win
Time: Thu Mar 26 17:51:15 2020

Hello Debasish,

You could try subsetting your grib file (I only know how to do this
for
grib2 files, you can check the wgrib documentation for the exact
syntax)
and save that subset to a new grib file:


*          wgrib2 <your grib file> -for_n 1:1 -grib first_record*

The 1:1 indicates I want only record number 1 to record number 1 (ie
the
first record). If you wanted the first 10 records, you would replace
this
with *-for_n 1:10.*  You can look at your wgrib output and pick out
the
start:end record numbers that correspond to your date range of
interest.
The *-grib first_record* in the example above should be replaced with
*-grib
<date-range-of-interest>* .  You can then use your *date-range-of-
interest*
file as input to plot_data_plane.  For grib2 data, the record number
is the
first value in the column.

I hope that helps.

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



On Thu, Mar 26, 2020 at 4:23 PM Debasish Hazra via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=94726 >
>
> Hi Minna,
> I have attached wgrib -V of the file. I want to use MET command
mentioned
> before to pick up a particular record for data_plane or GridStat
purpose.
>
> plot_data_plane 201907_CAMS.grib aotk.ps 'name="AOD550";
level="L0";' -v 4
> , where do I specify to point any particular day record ?
>
>
> On Thu, Mar 26, 2020 at 5:51 PM Minna Win via RT <met_help at ucar.edu>
> wrote:
>
> > Hello Debasish,
> >
> > In the past, I've used one of the wgrib tools (wgrib for grib:
> > https://www.cpc.ncep.noaa.gov/products/wesley/wgrib.html, wgrib2
for
> > grib2:
> > https://www.cpc.ncep.noaa.gov/products/wesley/wgrib2/) to
determine the
> > available levels of interest for my data, then run plot data plane
like
> > this:
> >
> >     plot_data_plane data.grb data.ps 'name="TMP"; level="Z2";' -v
10
> >
> >     plot_data_plane <input netCDF or grib file> <output PS file>
> > 'name="<field>";level="<level>";' -v 10
> >
> >
> > where I'm creating a PostScript file named data.ps, for pressure
level
> Z2
> > (Z0 is surface).
> >
> > Is this what you were looking for?
> >
> > Regards,
> > Minna
> > ---------------
> > Minna Win
> > National Center for Atmospheric Research
> > Developmental Testbed Center
> > Phone: 303-497-8423
> > Fax:   303-497-8401
> >
> >
> >
> > On Thu, Mar 26, 2020 at 3:19 PM Debasish Hazra via RT
<met_help at ucar.edu
> >
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=94726 >
> > >
> > > Thanks Mina for quick reply. I am wondering how do I specify
that in
> the
> > > plot_data_plane ?
> > > For nc file  something like level="(0,1,0,0)";'  is done to
specify
> what
> > > record I need. For Grib, how do I specify in MET ?
> > >
> > >
> > >
> > >
> > > On Thu, Mar 26, 2020 at 11:59 AM Minna Win via RT
<met_help at ucar.edu>
> > > wrote:
> > >
> > > > Hi Debasish,
> > > >
> > > > One of the MET developers took a look at your issue and it
looks like
> > you
> > > > have many matching GRIB records when you run MET.  You
probably have
> > > > multiple output times in your one file.  You can specify the
one you
> > want
> > > > by specifying the timing information, that is, the init_time,
> > valid_time,
> > > > and/or lead time.
> > > >
> > > > I hope this is helpful.
> > > >
> > > > Regards,
> > > > Minna
> > > > ---------------
> > > > Minna Win
> > > > National Center for Atmospheric Research
> > > > Developmental Testbed Center
> > > > Phone: 303-497-8423
> > > > Fax:   303-497-8401
> > > >
> > > >
> > > >
> > > > On Thu, Mar 26, 2020 at 9:14 AM Debasish Hazra via RT <
> > met_help at ucar.edu
> > > >
> > > > wrote:
> > > >
> > > > >
> > > > > Thu Mar 26 09:13:50 2020: Request 94726 was acted upon.
> > > > > Transaction: Ticket created by debasish.hazra5 at gmail.com
> > > > >        Queue: met_help
> > > > >      Subject: multiple record in grib file
> > > > >        Owner: Nobody
> > > > >   Requestors: debasish.hazra5 at gmail.com
> > > > >       Status: new
> > > > >  Ticket <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=94726
> > > >
> > > > >
> > > > >
> > > > > Hi,
> > > > > I am trying to use MET to read multiple records in a Grib
file, how
> > do
> > > I
> > > > > select one particular record for display ?
> > > > >
> > > > > plot_data_plane 201907_CAMS.grib aotk.ps 'name="AOD550";
> > level="L0";'
> > > > -v 4
> > > > > DEBUG 1: Opening data file: 201907_CAMS.grib
> > > > > DEBUG 4: Met2dDataFileFactory::new_met_2d_data_file() ->
created
> new
> > > > > Met2dDataFile object of type "FileType_Gb1".
> > > > > DEBUG 4:
> > > > > DEBUG 4: Latitude/Longitude Grid Data:
> > > > > DEBUG 4:      lat_ll: -90
> > > > > DEBUG 4:      lon_ll: -0
> > > > > DEBUG 4:   delta_lat: 0.25
> > > > > DEBUG 4:   delta_lon: 0.25
> > > > > DEBUG 4:        Nlat: 721
> > > > > DEBUG 4:        Nlon: 1440
> > > > > DEBUG 4:
> > > > > DEBUG 4: VarInfoFactory::new_var_info() -> created new
VarInfo
> object
> > > of
> > > > > type "FileType_Gb1".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 1 of GRIB file
> "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 2 of GRIB file
> "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 3 of GRIB file
> "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 4 of GRIB file
> "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 5 of GRIB file
> "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 6 of GRIB file
> "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 7 of GRIB file
> "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 8 of GRIB file
> "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 9 of GRIB file
> "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 10 of GRIB file
> > "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 11 of GRIB file
> > "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 12 of GRIB file
> > "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 13 of GRIB file
> > "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 14 of GRIB file
> > "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 15 of GRIB file
> > "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 16 of GRIB file
> > "201907_CAMS.grib".
> > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found exact
match
> > for
> > > > > VarInfo "AOD550/L0" in GRIB record 17 of GRIB file
> > "201907_CAMS.grib".
> > > > > …….SNIP
> > > > > VarInfo "AOD550/L0" in GRIB record 155 of GRIB file
> > "201907_CAMS.grib".
> > > > >
> > > > > Thanks
> > > > > Debasish
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

------------------------------------------------
Subject: multiple record in grib file
From: John Halley Gotway
Time: Fri Mar 27 12:10:59 2020

Deb,

Minna is correct.  You can use wgrib2 to split your GRIB2 files out
into
separate files.  And then you could easily run Series-Analysis as you
have
in the past.

You can also configure Series-Analysis to process your input file as-
is,
but you'd need to define the series in the config file instead of
using the
list of input files.

For simplicity, I'll just show an example of how you'd run Series-
Analysis
to compare the same forecast data to itself.  But you'd obviously want
to
make changes to compare it to some analysis instead.

*series_analysis -fcst 201907_CAMS.grib -obs 201907_CAMS.grib -config
SeriesAnalysisConfig -out series_analysis_AOD550.nc*

And you'd setup the config file like this:
fcst = {
   name = "AOD550";
   level = "L0";
   field = [
      { init_time = "20190701_00"; lead_time="00"; },
      { init_time = "20190701_00"; lead_time="06"; },
      { init_time = "20190701_00"; lead_time="12"; },
      { init_time = "20190701_00"; lead_time="18"; },
      { init_time = "20190702_00"; lead_time="00"; },
      { init_time = "20190702_00"; lead_time="06"; },
      { init_time = "20190702_00"; lead_time="12"; },
      { init_time = "20190702_00"; lead_time="18"; },
      { init_time = "20190703_00"; lead_time="00"; },
      { init_time = "20190703_00"; lead_time="06"; },
      { init_time = "20190703_00"; lead_time="12"; },
      { init_time = "20190703_00"; lead_time="18"; }
  ];
}
obs = fcst;

So you'd have to specify the timing information separately for each
"field"
entry.  Since I defined "name" and "level" once at the top-level,
they'll
be applied for each series entry as well.

Hope that helps clarify.

Thanks,
John

On Thu, Mar 26, 2020 at 5:51 PM Minna Win via RT <met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=94726 >
>
> Hello Debasish,
>
> You could try subsetting your grib file (I only know how to do this
for
> grib2 files, you can check the wgrib documentation for the exact
syntax)
> and save that subset to a new grib file:
>
>
> *          wgrib2 <your grib file> -for_n 1:1 -grib first_record*
>
> The 1:1 indicates I want only record number 1 to record number 1 (ie
the
> first record). If you wanted the first 10 records, you would replace
this
> with *-for_n 1:10.*  You can look at your wgrib output and pick out
the
> start:end record numbers that correspond to your date range of
interest.
> The *-grib first_record* in the example above should be replaced
with
> *-grib
> <date-range-of-interest>* .  You can then use your *date-range-of-
interest*
> file as input to plot_data_plane.  For grib2 data, the record number
is the
> first value in the column.
>
> I hope that helps.
>
> Regards,
> Minna
> ---------------
> Minna Win
> National Center for Atmospheric Research
> Developmental Testbed Center
> Phone: 303-497-8423
> Fax:   303-497-8401
>
>
>
> On Thu, Mar 26, 2020 at 4:23 PM Debasish Hazra via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=94726 >
> >
> > Hi Minna,
> > I have attached wgrib -V of the file. I want to use MET command
mentioned
> > before to pick up a particular record for data_plane or GridStat
purpose.
> >
> > plot_data_plane 201907_CAMS.grib aotk.ps 'name="AOD550";
level="L0";'
> -v 4
> > , where do I specify to point any particular day record ?
> >
> >
> > On Thu, Mar 26, 2020 at 5:51 PM Minna Win via RT
<met_help at ucar.edu>
> > wrote:
> >
> > > Hello Debasish,
> > >
> > > In the past, I've used one of the wgrib tools (wgrib for grib:
> > > https://www.cpc.ncep.noaa.gov/products/wesley/wgrib.html, wgrib2
for
> > > grib2:
> > > https://www.cpc.ncep.noaa.gov/products/wesley/wgrib2/) to
determine
> the
> > > available levels of interest for my data, then run plot data
plane like
> > > this:
> > >
> > >     plot_data_plane data.grb data.ps 'name="TMP"; level="Z2";'
-v 10
> > >
> > >     plot_data_plane <input netCDF or grib file> <output PS file>
> > > 'name="<field>";level="<level>";' -v 10
> > >
> > >
> > > where I'm creating a PostScript file named data.ps, for pressure
level
> > Z2
> > > (Z0 is surface).
> > >
> > > Is this what you were looking for?
> > >
> > > Regards,
> > > Minna
> > > ---------------
> > > Minna Win
> > > National Center for Atmospheric Research
> > > Developmental Testbed Center
> > > Phone: 303-497-8423
> > > Fax:   303-497-8401
> > >
> > >
> > >
> > > On Thu, Mar 26, 2020 at 3:19 PM Debasish Hazra via RT <
> met_help at ucar.edu
> > >
> > > wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=94726
>
> > > >
> > > > Thanks Mina for quick reply. I am wondering how do I specify
that in
> > the
> > > > plot_data_plane ?
> > > > For nc file  something like level="(0,1,0,0)";'  is done to
specify
> > what
> > > > record I need. For Grib, how do I specify in MET ?
> > > >
> > > >
> > > >
> > > >
> > > > On Thu, Mar 26, 2020 at 11:59 AM Minna Win via RT
<met_help at ucar.edu
> >
> > > > wrote:
> > > >
> > > > > Hi Debasish,
> > > > >
> > > > > One of the MET developers took a look at your issue and it
looks
> like
> > > you
> > > > > have many matching GRIB records when you run MET.  You
probably
> have
> > > > > multiple output times in your one file.  You can specify the
one
> you
> > > want
> > > > > by specifying the timing information, that is, the
init_time,
> > > valid_time,
> > > > > and/or lead time.
> > > > >
> > > > > I hope this is helpful.
> > > > >
> > > > > Regards,
> > > > > Minna
> > > > > ---------------
> > > > > Minna Win
> > > > > National Center for Atmospheric Research
> > > > > Developmental Testbed Center
> > > > > Phone: 303-497-8423
> > > > > Fax:   303-497-8401
> > > > >
> > > > >
> > > > >
> > > > > On Thu, Mar 26, 2020 at 9:14 AM Debasish Hazra via RT <
> > > met_help at ucar.edu
> > > > >
> > > > > wrote:
> > > > >
> > > > > >
> > > > > > Thu Mar 26 09:13:50 2020: Request 94726 was acted upon.
> > > > > > Transaction: Ticket created by debasish.hazra5 at gmail.com
> > > > > >        Queue: met_help
> > > > > >      Subject: multiple record in grib file
> > > > > >        Owner: Nobody
> > > > > >   Requestors: debasish.hazra5 at gmail.com
> > > > > >       Status: new
> > > > > >  Ticket <URL:
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=94726
> > > > >
> > > > > >
> > > > > >
> > > > > > Hi,
> > > > > > I am trying to use MET to read multiple records in a Grib
file,
> how
> > > do
> > > > I
> > > > > > select one particular record for display ?
> > > > > >
> > > > > > plot_data_plane 201907_CAMS.grib aotk.ps 'name="AOD550";
> > > level="L0";'
> > > > > -v 4
> > > > > > DEBUG 1: Opening data file: 201907_CAMS.grib
> > > > > > DEBUG 4: Met2dDataFileFactory::new_met_2d_data_file() ->
created
> > new
> > > > > > Met2dDataFile object of type "FileType_Gb1".
> > > > > > DEBUG 4:
> > > > > > DEBUG 4: Latitude/Longitude Grid Data:
> > > > > > DEBUG 4:      lat_ll: -90
> > > > > > DEBUG 4:      lon_ll: -0
> > > > > > DEBUG 4:   delta_lat: 0.25
> > > > > > DEBUG 4:   delta_lon: 0.25
> > > > > > DEBUG 4:        Nlat: 721
> > > > > > DEBUG 4:        Nlon: 1440
> > > > > > DEBUG 4:
> > > > > > DEBUG 4: VarInfoFactory::new_var_info() -> created new
VarInfo
> > object
> > > > of
> > > > > > type "FileType_Gb1".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 1 of GRIB file
> > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 2 of GRIB file
> > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 3 of GRIB file
> > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 4 of GRIB file
> > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 5 of GRIB file
> > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 6 of GRIB file
> > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 7 of GRIB file
> > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 8 of GRIB file
> > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 9 of GRIB file
> > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 10 of GRIB file
> > > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 11 of GRIB file
> > > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 12 of GRIB file
> > > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 13 of GRIB file
> > > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 14 of GRIB file
> > > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 15 of GRIB file
> > > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 16 of GRIB file
> > > "201907_CAMS.grib".
> > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> match
> > > for
> > > > > > VarInfo "AOD550/L0" in GRIB record 17 of GRIB file
> > > "201907_CAMS.grib".
> > > > > > …….SNIP
> > > > > > VarInfo "AOD550/L0" in GRIB record 155 of GRIB file
> > > "201907_CAMS.grib".
> > > > > >
> > > > > > Thanks
> > > > > > Debasish
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

------------------------------------------------
Subject: multiple record in grib file
From: Debasish Hazra
Time: Sat Mar 28 10:55:53 2020

Thanks a lot John. it certainly helps

Debasish

On Fri, Mar 27, 2020 at 2:11 PM John Halley Gotway via RT
<met_help at ucar.edu>
wrote:

> Deb,
>
> Minna is correct.  You can use wgrib2 to split your GRIB2 files out
into
> separate files.  And then you could easily run Series-Analysis as
you have
> in the past.
>
> You can also configure Series-Analysis to process your input file
as-is,
> but you'd need to define the series in the config file instead of
using the
> list of input files.
>
> For simplicity, I'll just show an example of how you'd run Series-
Analysis
> to compare the same forecast data to itself.  But you'd obviously
want to
> make changes to compare it to some analysis instead.
>
> *series_analysis -fcst 201907_CAMS.grib -obs 201907_CAMS.grib
-config
> SeriesAnalysisConfig -out series_analysis_AOD550.nc*
>
> And you'd setup the config file like this:
> fcst = {
>    name = "AOD550";
>    level = "L0";
>    field = [
>       { init_time = "20190701_00"; lead_time="00"; },
>       { init_time = "20190701_00"; lead_time="06"; },
>       { init_time = "20190701_00"; lead_time="12"; },
>       { init_time = "20190701_00"; lead_time="18"; },
>       { init_time = "20190702_00"; lead_time="00"; },
>       { init_time = "20190702_00"; lead_time="06"; },
>       { init_time = "20190702_00"; lead_time="12"; },
>       { init_time = "20190702_00"; lead_time="18"; },
>       { init_time = "20190703_00"; lead_time="00"; },
>       { init_time = "20190703_00"; lead_time="06"; },
>       { init_time = "20190703_00"; lead_time="12"; },
>       { init_time = "20190703_00"; lead_time="18"; }
>   ];
> }
> obs = fcst;
>
> So you'd have to specify the timing information separately for each
"field"
> entry.  Since I defined "name" and "level" once at the top-level,
they'll
> be applied for each series entry as well.
>
> Hope that helps clarify.
>
> Thanks,
> John
>
> On Thu, Mar 26, 2020 at 5:51 PM Minna Win via RT <met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=94726 >
> >
> > Hello Debasish,
> >
> > You could try subsetting your grib file (I only know how to do
this for
> > grib2 files, you can check the wgrib documentation for the exact
syntax)
> > and save that subset to a new grib file:
> >
> >
> > *          wgrib2 <your grib file> -for_n 1:1 -grib first_record*
> >
> > The 1:1 indicates I want only record number 1 to record number 1
(ie the
> > first record). If you wanted the first 10 records, you would
replace this
> > with *-for_n 1:10.*  You can look at your wgrib output and pick
out the
> > start:end record numbers that correspond to your date range of
interest.
> > The *-grib first_record* in the example above should be replaced
with
> > *-grib
> > <date-range-of-interest>* .  You can then use your
> *date-range-of-interest*
> > file as input to plot_data_plane.  For grib2 data, the record
number is
> the
> > first value in the column.
> >
> > I hope that helps.
> >
> > Regards,
> > Minna
> > ---------------
> > Minna Win
> > National Center for Atmospheric Research
> > Developmental Testbed Center
> > Phone: 303-497-8423
> > Fax:   303-497-8401
> >
> >
> >
> > On Thu, Mar 26, 2020 at 4:23 PM Debasish Hazra via RT
<met_help at ucar.edu
> >
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=94726 >
> > >
> > > Hi Minna,
> > > I have attached wgrib -V of the file. I want to use MET command
> mentioned
> > > before to pick up a particular record for data_plane or GridStat
> purpose.
> > >
> > > plot_data_plane 201907_CAMS.grib aotk.ps 'name="AOD550";
level="L0";'
> > -v 4
> > > , where do I specify to point any particular day record ?
> > >
> > >
> > > On Thu, Mar 26, 2020 at 5:51 PM Minna Win via RT
<met_help at ucar.edu>
> > > wrote:
> > >
> > > > Hello Debasish,
> > > >
> > > > In the past, I've used one of the wgrib tools (wgrib for grib:
> > > > https://www.cpc.ncep.noaa.gov/products/wesley/wgrib.html,
wgrib2 for
> > > > grib2:
> > > > https://www.cpc.ncep.noaa.gov/products/wesley/wgrib2/) to
determine
> > the
> > > > available levels of interest for my data, then run plot data
plane
> like
> > > > this:
> > > >
> > > >     plot_data_plane data.grb data.ps 'name="TMP"; level="Z2";'
-v 10
> > > >
> > > >     plot_data_plane <input netCDF or grib file> <output PS
file>
> > > > 'name="<field>";level="<level>";' -v 10
> > > >
> > > >
> > > > where I'm creating a PostScript file named data.ps, for
pressure
> level
> > > Z2
> > > > (Z0 is surface).
> > > >
> > > > Is this what you were looking for?
> > > >
> > > > Regards,
> > > > Minna
> > > > ---------------
> > > > Minna Win
> > > > National Center for Atmospheric Research
> > > > Developmental Testbed Center
> > > > Phone: 303-497-8423
> > > > Fax:   303-497-8401
> > > >
> > > >
> > > >
> > > > On Thu, Mar 26, 2020 at 3:19 PM Debasish Hazra via RT <
> > met_help at ucar.edu
> > > >
> > > > wrote:
> > > >
> > > > >
> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=94726 >
> > > > >
> > > > > Thanks Mina for quick reply. I am wondering how do I specify
that
> in
> > > the
> > > > > plot_data_plane ?
> > > > > For nc file  something like level="(0,1,0,0)";'  is done to
specify
> > > what
> > > > > record I need. For Grib, how do I specify in MET ?
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > On Thu, Mar 26, 2020 at 11:59 AM Minna Win via RT <
> met_help at ucar.edu
> > >
> > > > > wrote:
> > > > >
> > > > > > Hi Debasish,
> > > > > >
> > > > > > One of the MET developers took a look at your issue and it
looks
> > like
> > > > you
> > > > > > have many matching GRIB records when you run MET.  You
probably
> > have
> > > > > > multiple output times in your one file.  You can specify
the one
> > you
> > > > want
> > > > > > by specifying the timing information, that is, the
init_time,
> > > > valid_time,
> > > > > > and/or lead time.
> > > > > >
> > > > > > I hope this is helpful.
> > > > > >
> > > > > > Regards,
> > > > > > Minna
> > > > > > ---------------
> > > > > > Minna Win
> > > > > > National Center for Atmospheric Research
> > > > > > Developmental Testbed Center
> > > > > > Phone: 303-497-8423
> > > > > > Fax:   303-497-8401
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Thu, Mar 26, 2020 at 9:14 AM Debasish Hazra via RT <
> > > > met_help at ucar.edu
> > > > > >
> > > > > > wrote:
> > > > > >
> > > > > > >
> > > > > > > Thu Mar 26 09:13:50 2020: Request 94726 was acted upon.
> > > > > > > Transaction: Ticket created by debasish.hazra5 at gmail.com
> > > > > > >        Queue: met_help
> > > > > > >      Subject: multiple record in grib file
> > > > > > >        Owner: Nobody
> > > > > > >   Requestors: debasish.hazra5 at gmail.com
> > > > > > >       Status: new
> > > > > > >  Ticket <URL:
> > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=94726
> > > > > >
> > > > > > >
> > > > > > >
> > > > > > > Hi,
> > > > > > > I am trying to use MET to read multiple records in a
Grib file,
> > how
> > > > do
> > > > > I
> > > > > > > select one particular record for display ?
> > > > > > >
> > > > > > > plot_data_plane 201907_CAMS.grib aotk.ps 'name="AOD550";
> > > > level="L0";'
> > > > > > -v 4
> > > > > > > DEBUG 1: Opening data file: 201907_CAMS.grib
> > > > > > > DEBUG 4: Met2dDataFileFactory::new_met_2d_data_file() ->
> created
> > > new
> > > > > > > Met2dDataFile object of type "FileType_Gb1".
> > > > > > > DEBUG 4:
> > > > > > > DEBUG 4: Latitude/Longitude Grid Data:
> > > > > > > DEBUG 4:      lat_ll: -90
> > > > > > > DEBUG 4:      lon_ll: -0
> > > > > > > DEBUG 4:   delta_lat: 0.25
> > > > > > > DEBUG 4:   delta_lon: 0.25
> > > > > > > DEBUG 4:        Nlat: 721
> > > > > > > DEBUG 4:        Nlon: 1440
> > > > > > > DEBUG 4:
> > > > > > > DEBUG 4: VarInfoFactory::new_var_info() -> created new
VarInfo
> > > object
> > > > > of
> > > > > > > type "FileType_Gb1".
> > > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> > match
> > > > for
> > > > > > > VarInfo "AOD550/L0" in GRIB record 1 of GRIB file
> > > "201907_CAMS.grib".
> > > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> > match
> > > > for
> > > > > > > VarInfo "AOD550/L0" in GRIB record 2 of GRIB file
> > > "201907_CAMS.grib".
> > > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> > match
> > > > for
> > > > > > > VarInfo "AOD550/L0" in GRIB record 3 of GRIB file
> > > "201907_CAMS.grib".
> > > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> > match
> > > > for
> > > > > > > VarInfo "AOD550/L0" in GRIB record 4 of GRIB file
> > > "201907_CAMS.grib".
> > > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> > match
> > > > for
> > > > > > > VarInfo "AOD550/L0" in GRIB record 5 of GRIB file
> > > "201907_CAMS.grib".
> > > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> > match
> > > > for
> > > > > > > VarInfo "AOD550/L0" in GRIB record 6 of GRIB file
> > > "201907_CAMS.grib".
> > > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> > match
> > > > for
> > > > > > > VarInfo "AOD550/L0" in GRIB record 7 of GRIB file
> > > "201907_CAMS.grib".
> > > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> > match
> > > > for
> > > > > > > VarInfo "AOD550/L0" in GRIB record 8 of GRIB file
> > > "201907_CAMS.grib".
> > > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> > match
> > > > for
> > > > > > > VarInfo "AOD550/L0" in GRIB record 9 of GRIB file
> > > "201907_CAMS.grib".
> > > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> > match
> > > > for
> > > > > > > VarInfo "AOD550/L0" in GRIB record 10 of GRIB file
> > > > "201907_CAMS.grib".
> > > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> > match
> > > > for
> > > > > > > VarInfo "AOD550/L0" in GRIB record 11 of GRIB file
> > > > "201907_CAMS.grib".
> > > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> > match
> > > > for
> > > > > > > VarInfo "AOD550/L0" in GRIB record 12 of GRIB file
> > > > "201907_CAMS.grib".
> > > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> > match
> > > > for
> > > > > > > VarInfo "AOD550/L0" in GRIB record 13 of GRIB file
> > > > "201907_CAMS.grib".
> > > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> > match
> > > > for
> > > > > > > VarInfo "AOD550/L0" in GRIB record 14 of GRIB file
> > > > "201907_CAMS.grib".
> > > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> > match
> > > > for
> > > > > > > VarInfo "AOD550/L0" in GRIB record 15 of GRIB file
> > > > "201907_CAMS.grib".
> > > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> > match
> > > > for
> > > > > > > VarInfo "AOD550/L0" in GRIB record 16 of GRIB file
> > > > "201907_CAMS.grib".
> > > > > > > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found
exact
> > match
> > > > for
> > > > > > > VarInfo "AOD550/L0" in GRIB record 17 of GRIB file
> > > > "201907_CAMS.grib".
> > > > > > > …….SNIP
> > > > > > > VarInfo "AOD550/L0" in GRIB record 155 of GRIB file
> > > > "201907_CAMS.grib".
> > > > > > >
> > > > > > > Thanks
> > > > > > > Debasish
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

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


More information about the Met_help mailing list