[Met_help] [rt.rap.ucar.edu #80712] History for Level string for isobaric surfaces

John Halley Gotway via RT met_help at ucar.edu
Wed Jun 7 11:08:32 MDT 2017


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

What is the level string that is needed in configuration files for an
isobaric surface?  I want to run ensemble_stat on 700 mb height and RH.  It
is not (so far) 700, P700, Z700, 700 mb, 700:pressure.  I know the variable
names are HGT and RH.

-- 
Ryan Connelly
M.S. Student in Atmospheric Sciences, Stony Brook University
B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
University
rconne01 at gmail.com
ryan.connelly at stonybrook.edu


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

Subject: Level string for isobaric surfaces
From: Julie Prestopnik
Time: Thu Jun 01 14:20:37 2017

Hi Ryan.

When you say "It is not (so far) 700, P700, Z700, 700 mb,
700:pressure.",
what sort of problem did you encounter?

MET uses some short-hand for specifying the level information.  The
character "P" means pressure, and "P500" would mean pressure level
500mb.
The character "A" means accumulation interval, and "A24" means 24-
hours of
accumulation.  The character "Z" means height, and "Z2" means 2-meters
above ground.  The character "L" means a generic level type... so just
match the value but don't worry about the type.

Could you please send us your data, config files, etc. and the command
line
you're running, so that I can check it out? Y ou can post it to our
anonymous ftp site following these instructions:
   http://www.dtcenter.org/met/users/support/met_help.php#ftp

Thanks!

Julie

On Thu, Jun 1, 2017 at 1:14 PM, Ryan Connelly via RT
<met_help at ucar.edu>
wrote:

>
> Thu Jun 01 13:14:25 2017: Request 80712 was acted upon.
> Transaction: Ticket created by rconne01 at gmail.com
>        Queue: met_help
>      Subject: Level string for isobaric surfaces
>        Owner: Nobody
>   Requestors: rconne01 at gmail.com
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
>
>
> What is the level string that is needed in configuration files for
an
> isobaric surface?  I want to run ensemble_stat on 700 mb height and
RH.  It
> is not (so far) 700, P700, Z700, 700 mb, 700:pressure.  I know the
variable
> names are HGT and RH.
>
> --
> Ryan Connelly
> M.S. Student in Atmospheric Sciences, Stony Brook University
> B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
> University
> rconne01 at gmail.com
> ryan.connelly at stonybrook.edu
>
>

------------------------------------------------
Subject: Level string for isobaric surfaces
From: Ryan Connelly
Time: Mon Jun 05 13:53:57 2017

Hi Julie,

The errors I get are that the variable is not found in the UPP-ouput
GRIB:

WARNING: MetGrib1DataFile::data_plane() -> No exact match found for
VarInfo
"RH/P700" in GRIB file
"/D2/ryan/Research/20131210_Case/GEFSR3_YSU_MORR_SKEBS0/postprd/WRFPRS_d02.19".
WARNING:
WARNING:
WARNING: process_n_vld() -> ensemble field "RH/P700" not found in file
"/D2/ryan/Research/20131210_Case/GEFSR3_YSU_MORR_SKEBS0/postprd/WRFPRS_d02.19"
WARNING:
WARNING:
WARNING: MetGrib1DataFile::data_plane() -> No exact match found for
VarInfo
"RH/P700" in GRIB file
"/D2/ryan/Research/20131210_Case/GEFSR4_YSU_THOM_SKEBS0/postprd/WRFPRS_d02.19".
WARNING:
WARNING:
WARNING: process_n_vld() -> ensemble field "RH/P700" not found in file
"/D2/ryan/Research/20131210_Case/GEFSR4_YSU_THOM_SKEBS0/postprd/WRFPRS_d02.19"
WARNING:
WARNING:
WARNING: MetGrib1DataFile::data_plane() -> No exact match found for
VarInfo
"RH/P700" in GRIB file
"/D2/ryan/Research/20131210_Case/GEFSR5_MYNN2_MORR_SKEBS0/postprd/WRFPRS_d02.19".
WARNING:
WARNING:
WARNING: process_n_vld() -> ensemble field "RH/P700" not found in file
"/D2/ryan/Research/20131210_Case/GEFSR5_MYNN2_MORR_SKEBS0/postprd/WRFPRS_d02.19"
WARNING:
WARNING:
WARNING: MetGrib1DataFile::data_plane() -> No exact match found for
VarInfo
"RH/P700" in GRIB file
"/D2/ryan/Research/20131210_Case/GEFSR5_YSU_THOM_SKEBS0/postprd/WRFPRS_d02.19".
WARNING:
WARNING:
WARNING: process_n_vld() -> ensemble field "RH/P700" not found in file
"/D2/ryan/Research/20131210_Case/GEFSR5_YSU_THOM_SKEBS0/postprd/WRFPRS_d02.19"
WARNING:
ERROR  :
ERROR  : process_n_vld() -> 4 missing ensemble fields exceeds the
maximum
allowable specified by "ens.ens_thresh" in the configuration file.


In this case, it's only displaying RH/P700 as not found, but if I
comment
that section out in the config file, it then tells me the same for
HGT/P700.

I've attached the config file.

Thanks,
Ryan

On Thu, Jun 1, 2017 at 4:20 PM, Julie Prestopnik via RT
<met_help at ucar.edu>
wrote:

> Hi Ryan.
>
> When you say "It is not (so far) 700, P700, Z700, 700 mb,
700:pressure.",
> what sort of problem did you encounter?
>
> MET uses some short-hand for specifying the level information.  The
> character "P" means pressure, and "P500" would mean pressure level
500mb.
> The character "A" means accumulation interval, and "A24" means 24-
hours of
> accumulation.  The character "Z" means height, and "Z2" means 2-
meters
> above ground.  The character "L" means a generic level type... so
just
> match the value but don't worry about the type.
>
> Could you please send us your data, config files, etc. and the
command line
> you're running, so that I can check it out? Y ou can post it to our
> anonymous ftp site following these instructions:
>    http://www.dtcenter.org/met/users/support/met_help.php#ftp
>
> Thanks!
>
> Julie
>
> On Thu, Jun 1, 2017 at 1:14 PM, Ryan Connelly via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > Thu Jun 01 13:14:25 2017: Request 80712 was acted upon.
> > Transaction: Ticket created by rconne01 at gmail.com
> >        Queue: met_help
> >      Subject: Level string for isobaric surfaces
> >        Owner: Nobody
> >   Requestors: rconne01 at gmail.com
> >       Status: new
> >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
> >
> >
> > What is the level string that is needed in configuration files for
an
> > isobaric surface?  I want to run ensemble_stat on 700 mb height
and RH.
> It
> > is not (so far) 700, P700, Z700, 700 mb, 700:pressure.  I know the
> variable
> > names are HGT and RH.
> >
> > --
> > Ryan Connelly
> > M.S. Student in Atmospheric Sciences, Stony Brook University
> > B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
> > University
> > rconne01 at gmail.com
> > ryan.connelly at stonybrook.edu
> >
> >
>
>


--
Ryan Connelly
M.S. Student in Atmospheric Sciences, Stony Brook University
B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
University
rconne01 at gmail.com
ryan.connelly at stonybrook.edu

------------------------------------------------
Subject: Level string for isobaric surfaces
From: Julie Prestopnik
Time: Mon Jun 05 13:58:48 2017

Hi Ryan.  Thanks for the additional information and for sending you
configuration file.  Could you please send us your data? You can post
it to
our anonymous ftp site following these instructions:
   http://www.dtcenter.org/met/users/support/met_help.php#ftp

Can you please also email me the command you're running?  Once I have
the
data and your command, I can look into the problem.

Thanks!

Julie

On Mon, Jun 5, 2017 at 1:53 PM, Ryan Connelly via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
>
> Hi Julie,
>
> The errors I get are that the variable is not found in the UPP-ouput
GRIB:
>
> WARNING: MetGrib1DataFile::data_plane() -> No exact match found for
VarInfo
> "RH/P700" in GRIB file
> "/D2/ryan/Research/20131210_Case/GEFSR3_YSU_MORR_SKEBS0/
> postprd/WRFPRS_d02.19".
> WARNING:
> WARNING:
> WARNING: process_n_vld() -> ensemble field "RH/P700" not found in
file
> "/D2/ryan/Research/20131210_Case/GEFSR3_YSU_MORR_SKEBS0/
> postprd/WRFPRS_d02.19"
> WARNING:
> WARNING:
> WARNING: MetGrib1DataFile::data_plane() -> No exact match found for
VarInfo
> "RH/P700" in GRIB file
> "/D2/ryan/Research/20131210_Case/GEFSR4_YSU_THOM_SKEBS0/
> postprd/WRFPRS_d02.19".
> WARNING:
> WARNING:
> WARNING: process_n_vld() -> ensemble field "RH/P700" not found in
file
> "/D2/ryan/Research/20131210_Case/GEFSR4_YSU_THOM_SKEBS0/
> postprd/WRFPRS_d02.19"
> WARNING:
> WARNING:
> WARNING: MetGrib1DataFile::data_plane() -> No exact match found for
VarInfo
> "RH/P700" in GRIB file
> "/D2/ryan/Research/20131210_Case/GEFSR5_MYNN2_MORR_SKEBS0/
> postprd/WRFPRS_d02.19".
> WARNING:
> WARNING:
> WARNING: process_n_vld() -> ensemble field "RH/P700" not found in
file
> "/D2/ryan/Research/20131210_Case/GEFSR5_MYNN2_MORR_SKEBS0/
> postprd/WRFPRS_d02.19"
> WARNING:
> WARNING:
> WARNING: MetGrib1DataFile::data_plane() -> No exact match found for
VarInfo
> "RH/P700" in GRIB file
> "/D2/ryan/Research/20131210_Case/GEFSR5_YSU_THOM_SKEBS0/
> postprd/WRFPRS_d02.19".
> WARNING:
> WARNING:
> WARNING: process_n_vld() -> ensemble field "RH/P700" not found in
file
> "/D2/ryan/Research/20131210_Case/GEFSR5_YSU_THOM_SKEBS0/
> postprd/WRFPRS_d02.19"
> WARNING:
> ERROR  :
> ERROR  : process_n_vld() -> 4 missing ensemble fields exceeds the
maximum
> allowable specified by "ens.ens_thresh" in the configuration file.
>
>
> In this case, it's only displaying RH/P700 as not found, but if I
comment
> that section out in the config file, it then tells me the same for
> HGT/P700.
>
> I've attached the config file.
>
> Thanks,
> Ryan
>
> On Thu, Jun 1, 2017 at 4:20 PM, Julie Prestopnik via RT
<met_help at ucar.edu
> >
> wrote:
>
> > Hi Ryan.
> >
> > When you say "It is not (so far) 700, P700, Z700, 700 mb,
700:pressure.",
> > what sort of problem did you encounter?
> >
> > MET uses some short-hand for specifying the level information.
The
> > character "P" means pressure, and "P500" would mean pressure level
500mb.
> > The character "A" means accumulation interval, and "A24" means 24-
hours
> of
> > accumulation.  The character "Z" means height, and "Z2" means 2-
meters
> > above ground.  The character "L" means a generic level type... so
just
> > match the value but don't worry about the type.
> >
> > Could you please send us your data, config files, etc. and the
command
> line
> > you're running, so that I can check it out? Y ou can post it to
our
> > anonymous ftp site following these instructions:
> >    http://www.dtcenter.org/met/users/support/met_help.php#ftp
> >
> > Thanks!
> >
> > Julie
> >
> > On Thu, Jun 1, 2017 at 1:14 PM, Ryan Connelly via RT
<met_help at ucar.edu>
> > wrote:
> >
> > >
> > > Thu Jun 01 13:14:25 2017: Request 80712 was acted upon.
> > > Transaction: Ticket created by rconne01 at gmail.com
> > >        Queue: met_help
> > >      Subject: Level string for isobaric surfaces
> > >        Owner: Nobody
> > >   Requestors: rconne01 at gmail.com
> > >       Status: new
> > >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712
> >
> > >
> > >
> > > What is the level string that is needed in configuration files
for an
> > > isobaric surface?  I want to run ensemble_stat on 700 mb height
and RH.
> > It
> > > is not (so far) 700, P700, Z700, 700 mb, 700:pressure.  I know
the
> > variable
> > > names are HGT and RH.
> > >
> > > --
> > > Ryan Connelly
> > > M.S. Student in Atmospheric Sciences, Stony Brook University
> > > B.S. in Meteorology with Minors in Mathematics and GIS,
Valparaiso
> > > University
> > > rconne01 at gmail.com
> > > ryan.connelly at stonybrook.edu
> > >
> > >
> >
> >
>
>
> --
> Ryan Connelly
> M.S. Student in Atmospheric Sciences, Stony Brook University
> B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
> University
> rconne01 at gmail.com
> ryan.connelly at stonybrook.edu
>
>

------------------------------------------------
Subject: Level string for isobaric surfaces
From: Ryan Connelly
Time: Mon Jun 05 14:45:24 2017

Hi Julie,

I think it's there in Connelly_data.  But I got the following error,
so it
may not have gone through:

425 Can't open passive connection: Address already in use.
Passive mode refused.


Thanks,
Ryan

On Mon, Jun 5, 2017 at 3:58 PM, Julie Prestopnik via RT
<met_help at ucar.edu>
wrote:

> Hi Ryan.  Thanks for the additional information and for sending you
> configuration file.  Could you please send us your data? You can
post it to
> our anonymous ftp site following these instructions:
>    http://www.dtcenter.org/met/users/support/met_help.php#ftp
>
> Can you please also email me the command you're running?  Once I
have the
> data and your command, I can look into the problem.
>
> Thanks!
>
> Julie
>
> On Mon, Jun 5, 2017 at 1:53 PM, Ryan Connelly via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
> >
> > Hi Julie,
> >
> > The errors I get are that the variable is not found in the UPP-
ouput
> GRIB:
> >
> > WARNING: MetGrib1DataFile::data_plane() -> No exact match found
for
> VarInfo
> > "RH/P700" in GRIB file
> > "/D2/ryan/Research/20131210_Case/GEFSR3_YSU_MORR_SKEBS0/
> > postprd/WRFPRS_d02.19".
> > WARNING:
> > WARNING:
> > WARNING: process_n_vld() -> ensemble field "RH/P700" not found in
file
> > "/D2/ryan/Research/20131210_Case/GEFSR3_YSU_MORR_SKEBS0/
> > postprd/WRFPRS_d02.19"
> > WARNING:
> > WARNING:
> > WARNING: MetGrib1DataFile::data_plane() -> No exact match found
for
> VarInfo
> > "RH/P700" in GRIB file
> > "/D2/ryan/Research/20131210_Case/GEFSR4_YSU_THOM_SKEBS0/
> > postprd/WRFPRS_d02.19".
> > WARNING:
> > WARNING:
> > WARNING: process_n_vld() -> ensemble field "RH/P700" not found in
file
> > "/D2/ryan/Research/20131210_Case/GEFSR4_YSU_THOM_SKEBS0/
> > postprd/WRFPRS_d02.19"
> > WARNING:
> > WARNING:
> > WARNING: MetGrib1DataFile::data_plane() -> No exact match found
for
> VarInfo
> > "RH/P700" in GRIB file
> > "/D2/ryan/Research/20131210_Case/GEFSR5_MYNN2_MORR_SKEBS0/
> > postprd/WRFPRS_d02.19".
> > WARNING:
> > WARNING:
> > WARNING: process_n_vld() -> ensemble field "RH/P700" not found in
file
> > "/D2/ryan/Research/20131210_Case/GEFSR5_MYNN2_MORR_SKEBS0/
> > postprd/WRFPRS_d02.19"
> > WARNING:
> > WARNING:
> > WARNING: MetGrib1DataFile::data_plane() -> No exact match found
for
> VarInfo
> > "RH/P700" in GRIB file
> > "/D2/ryan/Research/20131210_Case/GEFSR5_YSU_THOM_SKEBS0/
> > postprd/WRFPRS_d02.19".
> > WARNING:
> > WARNING:
> > WARNING: process_n_vld() -> ensemble field "RH/P700" not found in
file
> > "/D2/ryan/Research/20131210_Case/GEFSR5_YSU_THOM_SKEBS0/
> > postprd/WRFPRS_d02.19"
> > WARNING:
> > ERROR  :
> > ERROR  : process_n_vld() -> 4 missing ensemble fields exceeds the
maximum
> > allowable specified by "ens.ens_thresh" in the configuration file.
> >
> >
> > In this case, it's only displaying RH/P700 as not found, but if I
comment
> > that section out in the config file, it then tells me the same for
> > HGT/P700.
> >
> > I've attached the config file.
> >
> > Thanks,
> > Ryan
> >
> > On Thu, Jun 1, 2017 at 4:20 PM, Julie Prestopnik via RT <
> met_help at ucar.edu
> > >
> > wrote:
> >
> > > Hi Ryan.
> > >
> > > When you say "It is not (so far) 700, P700, Z700, 700 mb,
> 700:pressure.",
> > > what sort of problem did you encounter?
> > >
> > > MET uses some short-hand for specifying the level information.
The
> > > character "P" means pressure, and "P500" would mean pressure
level
> 500mb.
> > > The character "A" means accumulation interval, and "A24" means
24-hours
> > of
> > > accumulation.  The character "Z" means height, and "Z2" means 2-
meters
> > > above ground.  The character "L" means a generic level type...
so just
> > > match the value but don't worry about the type.
> > >
> > > Could you please send us your data, config files, etc. and the
command
> > line
> > > you're running, so that I can check it out? Y ou can post it to
our
> > > anonymous ftp site following these instructions:
> > >    http://www.dtcenter.org/met/users/support/met_help.php#ftp
> > >
> > > Thanks!
> > >
> > > Julie
> > >
> > > On Thu, Jun 1, 2017 at 1:14 PM, Ryan Connelly via RT <
> met_help at ucar.edu>
> > > wrote:
> > >
> > > >
> > > > Thu Jun 01 13:14:25 2017: Request 80712 was acted upon.
> > > > Transaction: Ticket created by rconne01 at gmail.com
> > > >        Queue: met_help
> > > >      Subject: Level string for isobaric surfaces
> > > >        Owner: Nobody
> > > >   Requestors: rconne01 at gmail.com
> > > >       Status: new
> > > >  Ticket <URL: https://rt.rap.ucar.edu/rt/
> Ticket/Display.html?id=80712
> > >
> > > >
> > > >
> > > > What is the level string that is needed in configuration files
for an
> > > > isobaric surface?  I want to run ensemble_stat on 700 mb
height and
> RH.
> > > It
> > > > is not (so far) 700, P700, Z700, 700 mb, 700:pressure.  I know
the
> > > variable
> > > > names are HGT and RH.
> > > >
> > > > --
> > > > Ryan Connelly
> > > > M.S. Student in Atmospheric Sciences, Stony Brook University
> > > > B.S. in Meteorology with Minors in Mathematics and GIS,
Valparaiso
> > > > University
> > > > rconne01 at gmail.com
> > > > ryan.connelly at stonybrook.edu
> > > >
> > > >
> > >
> > >
> >
> >
> > --
> > Ryan Connelly
> > M.S. Student in Atmospheric Sciences, Stony Brook University
> > B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
> > University
> > rconne01 at gmail.com
> > ryan.connelly at stonybrook.edu
> >
> >
>
>


--
Ryan Connelly
M.S. Student in Atmospheric Sciences, Stony Brook University
B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
University
rconne01 at gmail.com
ryan.connelly at stonybrook.edu

------------------------------------------------
Subject: Level string for isobaric surfaces
From: Julie Prestopnik
Time: Mon Jun 05 14:53:03 2017

Hi Ryan.

It appears there was a problem transferring the data.  Usually, when I
get
the same problem that you indicated you got, I just keep retrying and
it
eventually goes through (usually just a few tries).

Could you please try again?

Also, can you please also email me the command you're running?  Once I
have
the data and your command, I can look into the problem.

Thanks,
Julie

On Mon, Jun 5, 2017 at 2:45 PM, Ryan Connelly via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
>
> Hi Julie,
>
> I think it's there in Connelly_data.  But I got the following error,
so it
> may not have gone through:
>
> 425 Can't open passive connection: Address already in use.
> Passive mode refused.
>
>
> Thanks,
> Ryan
>
> On Mon, Jun 5, 2017 at 3:58 PM, Julie Prestopnik via RT
<met_help at ucar.edu
> >
> wrote:
>
> > Hi Ryan.  Thanks for the additional information and for sending
you
> > configuration file.  Could you please send us your data? You can
post it
> to
> > our anonymous ftp site following these instructions:
> >    http://www.dtcenter.org/met/users/support/met_help.php#ftp
> >
> > Can you please also email me the command you're running?  Once I
have the
> > data and your command, I can look into the problem.
> >
> > Thanks!
> >
> > Julie
> >
> > On Mon, Jun 5, 2017 at 1:53 PM, Ryan Connelly via RT
<met_help at ucar.edu>
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
> > >
> > > Hi Julie,
> > >
> > > The errors I get are that the variable is not found in the UPP-
ouput
> > GRIB:
> > >
> > > WARNING: MetGrib1DataFile::data_plane() -> No exact match found
for
> > VarInfo
> > > "RH/P700" in GRIB file
> > > "/D2/ryan/Research/20131210_Case/GEFSR3_YSU_MORR_SKEBS0/
> > > postprd/WRFPRS_d02.19".
> > > WARNING:
> > > WARNING:
> > > WARNING: process_n_vld() -> ensemble field "RH/P700" not found
in file
> > > "/D2/ryan/Research/20131210_Case/GEFSR3_YSU_MORR_SKEBS0/
> > > postprd/WRFPRS_d02.19"
> > > WARNING:
> > > WARNING:
> > > WARNING: MetGrib1DataFile::data_plane() -> No exact match found
for
> > VarInfo
> > > "RH/P700" in GRIB file
> > > "/D2/ryan/Research/20131210_Case/GEFSR4_YSU_THOM_SKEBS0/
> > > postprd/WRFPRS_d02.19".
> > > WARNING:
> > > WARNING:
> > > WARNING: process_n_vld() -> ensemble field "RH/P700" not found
in file
> > > "/D2/ryan/Research/20131210_Case/GEFSR4_YSU_THOM_SKEBS0/
> > > postprd/WRFPRS_d02.19"
> > > WARNING:
> > > WARNING:
> > > WARNING: MetGrib1DataFile::data_plane() -> No exact match found
for
> > VarInfo
> > > "RH/P700" in GRIB file
> > > "/D2/ryan/Research/20131210_Case/GEFSR5_MYNN2_MORR_SKEBS0/
> > > postprd/WRFPRS_d02.19".
> > > WARNING:
> > > WARNING:
> > > WARNING: process_n_vld() -> ensemble field "RH/P700" not found
in file
> > > "/D2/ryan/Research/20131210_Case/GEFSR5_MYNN2_MORR_SKEBS0/
> > > postprd/WRFPRS_d02.19"
> > > WARNING:
> > > WARNING:
> > > WARNING: MetGrib1DataFile::data_plane() -> No exact match found
for
> > VarInfo
> > > "RH/P700" in GRIB file
> > > "/D2/ryan/Research/20131210_Case/GEFSR5_YSU_THOM_SKEBS0/
> > > postprd/WRFPRS_d02.19".
> > > WARNING:
> > > WARNING:
> > > WARNING: process_n_vld() -> ensemble field "RH/P700" not found
in file
> > > "/D2/ryan/Research/20131210_Case/GEFSR5_YSU_THOM_SKEBS0/
> > > postprd/WRFPRS_d02.19"
> > > WARNING:
> > > ERROR  :
> > > ERROR  : process_n_vld() -> 4 missing ensemble fields exceeds
the
> maximum
> > > allowable specified by "ens.ens_thresh" in the configuration
file.
> > >
> > >
> > > In this case, it's only displaying RH/P700 as not found, but if
I
> comment
> > > that section out in the config file, it then tells me the same
for
> > > HGT/P700.
> > >
> > > I've attached the config file.
> > >
> > > Thanks,
> > > Ryan
> > >
> > > On Thu, Jun 1, 2017 at 4:20 PM, Julie Prestopnik via RT <
> > met_help at ucar.edu
> > > >
> > > wrote:
> > >
> > > > Hi Ryan.
> > > >
> > > > When you say "It is not (so far) 700, P700, Z700, 700 mb,
> > 700:pressure.",
> > > > what sort of problem did you encounter?
> > > >
> > > > MET uses some short-hand for specifying the level information.
The
> > > > character "P" means pressure, and "P500" would mean pressure
level
> > 500mb.
> > > > The character "A" means accumulation interval, and "A24" means
> 24-hours
> > > of
> > > > accumulation.  The character "Z" means height, and "Z2" means
> 2-meters
> > > > above ground.  The character "L" means a generic level type...
so
> just
> > > > match the value but don't worry about the type.
> > > >
> > > > Could you please send us your data, config files, etc. and the
> command
> > > line
> > > > you're running, so that I can check it out? Y ou can post it
to our
> > > > anonymous ftp site following these instructions:
> > > >    http://www.dtcenter.org/met/users/support/met_help.php#ftp
> > > >
> > > > Thanks!
> > > >
> > > > Julie
> > > >
> > > > On Thu, Jun 1, 2017 at 1:14 PM, Ryan Connelly via RT <
> > met_help at ucar.edu>
> > > > wrote:
> > > >
> > > > >
> > > > > Thu Jun 01 13:14:25 2017: Request 80712 was acted upon.
> > > > > Transaction: Ticket created by rconne01 at gmail.com
> > > > >        Queue: met_help
> > > > >      Subject: Level string for isobaric surfaces
> > > > >        Owner: Nobody
> > > > >   Requestors: rconne01 at gmail.com
> > > > >       Status: new
> > > > >  Ticket <URL: https://rt.rap.ucar.edu/rt/
> > Ticket/Display.html?id=80712
> > > >
> > > > >
> > > > >
> > > > > What is the level string that is needed in configuration
files for
> an
> > > > > isobaric surface?  I want to run ensemble_stat on 700 mb
height and
> > RH.
> > > > It
> > > > > is not (so far) 700, P700, Z700, 700 mb, 700:pressure.  I
know the
> > > > variable
> > > > > names are HGT and RH.
> > > > >
> > > > > --
> > > > > Ryan Connelly
> > > > > M.S. Student in Atmospheric Sciences, Stony Brook University
> > > > > B.S. in Meteorology with Minors in Mathematics and GIS,
Valparaiso
> > > > > University
> > > > > rconne01 at gmail.com
> > > > > ryan.connelly at stonybrook.edu
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> > > --
> > > Ryan Connelly
> > > M.S. Student in Atmospheric Sciences, Stony Brook University
> > > B.S. in Meteorology with Minors in Mathematics and GIS,
Valparaiso
> > > University
> > > rconne01 at gmail.com
> > > ryan.connelly at stonybrook.edu
> > >
> > >
> >
> >
>
>
> --
> Ryan Connelly
> M.S. Student in Atmospheric Sciences, Stony Brook University
> B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
> University
> rconne01 at gmail.com
> ryan.connelly at stonybrook.edu
>
>

------------------------------------------------
Subject: Level string for isobaric surfaces
From: Ryan Connelly
Time: Mon Jun 05 15:09:12 2017

Ok, that looks like it was successful this time.

On Mon, Jun 5, 2017 at 4:53 PM, Julie Prestopnik via RT
<met_help at ucar.edu>
wrote:

> Hi Ryan.
>
> It appears there was a problem transferring the data.  Usually, when
I get
> the same problem that you indicated you got, I just keep retrying
and it
> eventually goes through (usually just a few tries).
>
> Could you please try again?
>
> Also, can you please also email me the command you're running?  Once
I have
> the data and your command, I can look into the problem.
>
> Thanks,
> Julie
>
> On Mon, Jun 5, 2017 at 2:45 PM, Ryan Connelly via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
> >
> > Hi Julie,
> >
> > I think it's there in Connelly_data.  But I got the following
error, so
> it
> > may not have gone through:
> >
> > 425 Can't open passive connection: Address already in use.
> > Passive mode refused.
> >
> >
> > Thanks,
> > Ryan
> >
> > On Mon, Jun 5, 2017 at 3:58 PM, Julie Prestopnik via RT <
> met_help at ucar.edu
> > >
> > wrote:
> >
> > > Hi Ryan.  Thanks for the additional information and for sending
you
> > > configuration file.  Could you please send us your data? You can
post
> it
> > to
> > > our anonymous ftp site following these instructions:
> > >    http://www.dtcenter.org/met/users/support/met_help.php#ftp
> > >
> > > Can you please also email me the command you're running?  Once I
have
> the
> > > data and your command, I can look into the problem.
> > >
> > > Thanks!
> > >
> > > Julie
> > >
> > > On Mon, Jun 5, 2017 at 1:53 PM, Ryan Connelly via RT <
> met_help at ucar.edu>
> > > wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712
>
> > > >
> > > > Hi Julie,
> > > >
> > > > The errors I get are that the variable is not found in the
UPP-ouput
> > > GRIB:
> > > >
> > > > WARNING: MetGrib1DataFile::data_plane() -> No exact match
found for
> > > VarInfo
> > > > "RH/P700" in GRIB file
> > > > "/D2/ryan/Research/20131210_Case/GEFSR3_YSU_MORR_SKEBS0/
> > > > postprd/WRFPRS_d02.19".
> > > > WARNING:
> > > > WARNING:
> > > > WARNING: process_n_vld() -> ensemble field "RH/P700" not found
in
> file
> > > > "/D2/ryan/Research/20131210_Case/GEFSR3_YSU_MORR_SKEBS0/
> > > > postprd/WRFPRS_d02.19"
> > > > WARNING:
> > > > WARNING:
> > > > WARNING: MetGrib1DataFile::data_plane() -> No exact match
found for
> > > VarInfo
> > > > "RH/P700" in GRIB file
> > > > "/D2/ryan/Research/20131210_Case/GEFSR4_YSU_THOM_SKEBS0/
> > > > postprd/WRFPRS_d02.19".
> > > > WARNING:
> > > > WARNING:
> > > > WARNING: process_n_vld() -> ensemble field "RH/P700" not found
in
> file
> > > > "/D2/ryan/Research/20131210_Case/GEFSR4_YSU_THOM_SKEBS0/
> > > > postprd/WRFPRS_d02.19"
> > > > WARNING:
> > > > WARNING:
> > > > WARNING: MetGrib1DataFile::data_plane() -> No exact match
found for
> > > VarInfo
> > > > "RH/P700" in GRIB file
> > > > "/D2/ryan/Research/20131210_Case/GEFSR5_MYNN2_MORR_SKEBS0/
> > > > postprd/WRFPRS_d02.19".
> > > > WARNING:
> > > > WARNING:
> > > > WARNING: process_n_vld() -> ensemble field "RH/P700" not found
in
> file
> > > > "/D2/ryan/Research/20131210_Case/GEFSR5_MYNN2_MORR_SKEBS0/
> > > > postprd/WRFPRS_d02.19"
> > > > WARNING:
> > > > WARNING:
> > > > WARNING: MetGrib1DataFile::data_plane() -> No exact match
found for
> > > VarInfo
> > > > "RH/P700" in GRIB file
> > > > "/D2/ryan/Research/20131210_Case/GEFSR5_YSU_THOM_SKEBS0/
> > > > postprd/WRFPRS_d02.19".
> > > > WARNING:
> > > > WARNING:
> > > > WARNING: process_n_vld() -> ensemble field "RH/P700" not found
in
> file
> > > > "/D2/ryan/Research/20131210_Case/GEFSR5_YSU_THOM_SKEBS0/
> > > > postprd/WRFPRS_d02.19"
> > > > WARNING:
> > > > ERROR  :
> > > > ERROR  : process_n_vld() -> 4 missing ensemble fields exceeds
the
> > maximum
> > > > allowable specified by "ens.ens_thresh" in the configuration
file.
> > > >
> > > >
> > > > In this case, it's only displaying RH/P700 as not found, but
if I
> > comment
> > > > that section out in the config file, it then tells me the same
for
> > > > HGT/P700.
> > > >
> > > > I've attached the config file.
> > > >
> > > > Thanks,
> > > > Ryan
> > > >
> > > > On Thu, Jun 1, 2017 at 4:20 PM, Julie Prestopnik via RT <
> > > met_help at ucar.edu
> > > > >
> > > > wrote:
> > > >
> > > > > Hi Ryan.
> > > > >
> > > > > When you say "It is not (so far) 700, P700, Z700, 700 mb,
> > > 700:pressure.",
> > > > > what sort of problem did you encounter?
> > > > >
> > > > > MET uses some short-hand for specifying the level
information.  The
> > > > > character "P" means pressure, and "P500" would mean pressure
level
> > > 500mb.
> > > > > The character "A" means accumulation interval, and "A24"
means
> > 24-hours
> > > > of
> > > > > accumulation.  The character "Z" means height, and "Z2"
means
> > 2-meters
> > > > > above ground.  The character "L" means a generic level
type... so
> > just
> > > > > match the value but don't worry about the type.
> > > > >
> > > > > Could you please send us your data, config files, etc. and
the
> > command
> > > > line
> > > > > you're running, so that I can check it out? Y ou can post it
to our
> > > > > anonymous ftp site following these instructions:
> > > > >
http://www.dtcenter.org/met/users/support/met_help.php#ftp
> > > > >
> > > > > Thanks!
> > > > >
> > > > > Julie
> > > > >
> > > > > On Thu, Jun 1, 2017 at 1:14 PM, Ryan Connelly via RT <
> > > met_help at ucar.edu>
> > > > > wrote:
> > > > >
> > > > > >
> > > > > > Thu Jun 01 13:14:25 2017: Request 80712 was acted upon.
> > > > > > Transaction: Ticket created by rconne01 at gmail.com
> > > > > >        Queue: met_help
> > > > > >      Subject: Level string for isobaric surfaces
> > > > > >        Owner: Nobody
> > > > > >   Requestors: rconne01 at gmail.com
> > > > > >       Status: new
> > > > > >  Ticket <URL: https://rt.rap.ucar.edu/rt/
> > > Ticket/Display.html?id=80712
> > > > >
> > > > > >
> > > > > >
> > > > > > What is the level string that is needed in configuration
files
> for
> > an
> > > > > > isobaric surface?  I want to run ensemble_stat on 700 mb
height
> and
> > > RH.
> > > > > It
> > > > > > is not (so far) 700, P700, Z700, 700 mb, 700:pressure.  I
know
> the
> > > > > variable
> > > > > > names are HGT and RH.
> > > > > >
> > > > > > --
> > > > > > Ryan Connelly
> > > > > > M.S. Student in Atmospheric Sciences, Stony Brook
University
> > > > > > B.S. in Meteorology with Minors in Mathematics and GIS,
> Valparaiso
> > > > > > University
> > > > > > rconne01 at gmail.com
> > > > > > ryan.connelly at stonybrook.edu
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Ryan Connelly
> > > > M.S. Student in Atmospheric Sciences, Stony Brook University
> > > > B.S. in Meteorology with Minors in Mathematics and GIS,
Valparaiso
> > > > University
> > > > rconne01 at gmail.com
> > > > ryan.connelly at stonybrook.edu
> > > >
> > > >
> > >
> > >
> >
> >
> > --
> > Ryan Connelly
> > M.S. Student in Atmospheric Sciences, Stony Brook University
> > B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
> > University
> > rconne01 at gmail.com
> > ryan.connelly at stonybrook.edu
> >
> >
>
>


--
Ryan Connelly
M.S. Student in Atmospheric Sciences, Stony Brook University
B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
University
rconne01 at gmail.com
ryan.connelly at stonybrook.edu

------------------------------------------------
Subject: Level string for isobaric surfaces
From: Julie Prestopnik
Time: Mon Jun 05 15:10:49 2017

Thanks!

Can you please also email me the command you're running?

Julie

On Mon, Jun 5, 2017 at 3:09 PM, Ryan Connelly via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
>
> Ok, that looks like it was successful this time.
>
> On Mon, Jun 5, 2017 at 4:53 PM, Julie Prestopnik via RT
<met_help at ucar.edu
> >
> wrote:
>
> > Hi Ryan.
> >
> > It appears there was a problem transferring the data.  Usually,
when I
> get
> > the same problem that you indicated you got, I just keep retrying
and it
> > eventually goes through (usually just a few tries).
> >
> > Could you please try again?
> >
> > Also, can you please also email me the command you're running?
Once I
> have
> > the data and your command, I can look into the problem.
> >
> > Thanks,
> > Julie
> >
> > On Mon, Jun 5, 2017 at 2:45 PM, Ryan Connelly via RT
<met_help at ucar.edu>
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
> > >
> > > Hi Julie,
> > >
> > > I think it's there in Connelly_data.  But I got the following
error, so
> > it
> > > may not have gone through:
> > >
> > > 425 Can't open passive connection: Address already in use.
> > > Passive mode refused.
> > >
> > >
> > > Thanks,
> > > Ryan
> > >
> > > On Mon, Jun 5, 2017 at 3:58 PM, Julie Prestopnik via RT <
> > met_help at ucar.edu
> > > >
> > > wrote:
> > >
> > > > Hi Ryan.  Thanks for the additional information and for
sending you
> > > > configuration file.  Could you please send us your data? You
can post
> > it
> > > to
> > > > our anonymous ftp site following these instructions:
> > > >    http://www.dtcenter.org/met/users/support/met_help.php#ftp
> > > >
> > > > Can you please also email me the command you're running?  Once
I have
> > the
> > > > data and your command, I can look into the problem.
> > > >
> > > > Thanks!
> > > >
> > > > Julie
> > > >
> > > > On Mon, Jun 5, 2017 at 1:53 PM, Ryan Connelly via RT <
> > met_help at ucar.edu>
> > > > wrote:
> > > >
> > > > >
> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
> > > > >
> > > > > Hi Julie,
> > > > >
> > > > > The errors I get are that the variable is not found in the
> UPP-ouput
> > > > GRIB:
> > > > >
> > > > > WARNING: MetGrib1DataFile::data_plane() -> No exact match
found for
> > > > VarInfo
> > > > > "RH/P700" in GRIB file
> > > > > "/D2/ryan/Research/20131210_Case/GEFSR3_YSU_MORR_SKEBS0/
> > > > > postprd/WRFPRS_d02.19".
> > > > > WARNING:
> > > > > WARNING:
> > > > > WARNING: process_n_vld() -> ensemble field "RH/P700" not
found in
> > file
> > > > > "/D2/ryan/Research/20131210_Case/GEFSR3_YSU_MORR_SKEBS0/
> > > > > postprd/WRFPRS_d02.19"
> > > > > WARNING:
> > > > > WARNING:
> > > > > WARNING: MetGrib1DataFile::data_plane() -> No exact match
found for
> > > > VarInfo
> > > > > "RH/P700" in GRIB file
> > > > > "/D2/ryan/Research/20131210_Case/GEFSR4_YSU_THOM_SKEBS0/
> > > > > postprd/WRFPRS_d02.19".
> > > > > WARNING:
> > > > > WARNING:
> > > > > WARNING: process_n_vld() -> ensemble field "RH/P700" not
found in
> > file
> > > > > "/D2/ryan/Research/20131210_Case/GEFSR4_YSU_THOM_SKEBS0/
> > > > > postprd/WRFPRS_d02.19"
> > > > > WARNING:
> > > > > WARNING:
> > > > > WARNING: MetGrib1DataFile::data_plane() -> No exact match
found for
> > > > VarInfo
> > > > > "RH/P700" in GRIB file
> > > > > "/D2/ryan/Research/20131210_Case/GEFSR5_MYNN2_MORR_SKEBS0/
> > > > > postprd/WRFPRS_d02.19".
> > > > > WARNING:
> > > > > WARNING:
> > > > > WARNING: process_n_vld() -> ensemble field "RH/P700" not
found in
> > file
> > > > > "/D2/ryan/Research/20131210_Case/GEFSR5_MYNN2_MORR_SKEBS0/
> > > > > postprd/WRFPRS_d02.19"
> > > > > WARNING:
> > > > > WARNING:
> > > > > WARNING: MetGrib1DataFile::data_plane() -> No exact match
found for
> > > > VarInfo
> > > > > "RH/P700" in GRIB file
> > > > > "/D2/ryan/Research/20131210_Case/GEFSR5_YSU_THOM_SKEBS0/
> > > > > postprd/WRFPRS_d02.19".
> > > > > WARNING:
> > > > > WARNING:
> > > > > WARNING: process_n_vld() -> ensemble field "RH/P700" not
found in
> > file
> > > > > "/D2/ryan/Research/20131210_Case/GEFSR5_YSU_THOM_SKEBS0/
> > > > > postprd/WRFPRS_d02.19"
> > > > > WARNING:
> > > > > ERROR  :
> > > > > ERROR  : process_n_vld() -> 4 missing ensemble fields
exceeds the
> > > maximum
> > > > > allowable specified by "ens.ens_thresh" in the configuration
file.
> > > > >
> > > > >
> > > > > In this case, it's only displaying RH/P700 as not found, but
if I
> > > comment
> > > > > that section out in the config file, it then tells me the
same for
> > > > > HGT/P700.
> > > > >
> > > > > I've attached the config file.
> > > > >
> > > > > Thanks,
> > > > > Ryan
> > > > >
> > > > > On Thu, Jun 1, 2017 at 4:20 PM, Julie Prestopnik via RT <
> > > > met_help at ucar.edu
> > > > > >
> > > > > wrote:
> > > > >
> > > > > > Hi Ryan.
> > > > > >
> > > > > > When you say "It is not (so far) 700, P700, Z700, 700 mb,
> > > > 700:pressure.",
> > > > > > what sort of problem did you encounter?
> > > > > >
> > > > > > MET uses some short-hand for specifying the level
information.
> The
> > > > > > character "P" means pressure, and "P500" would mean
pressure
> level
> > > > 500mb.
> > > > > > The character "A" means accumulation interval, and "A24"
means
> > > 24-hours
> > > > > of
> > > > > > accumulation.  The character "Z" means height, and "Z2"
means
> > > 2-meters
> > > > > > above ground.  The character "L" means a generic level
type... so
> > > just
> > > > > > match the value but don't worry about the type.
> > > > > >
> > > > > > Could you please send us your data, config files, etc. and
the
> > > command
> > > > > line
> > > > > > you're running, so that I can check it out? Y ou can post
it to
> our
> > > > > > anonymous ftp site following these instructions:
> > > > > >
http://www.dtcenter.org/met/users/support/met_help.php#ftp
> > > > > >
> > > > > > Thanks!
> > > > > >
> > > > > > Julie
> > > > > >
> > > > > > On Thu, Jun 1, 2017 at 1:14 PM, Ryan Connelly via RT <
> > > > met_help at ucar.edu>
> > > > > > wrote:
> > > > > >
> > > > > > >
> > > > > > > Thu Jun 01 13:14:25 2017: Request 80712 was acted upon.
> > > > > > > Transaction: Ticket created by rconne01 at gmail.com
> > > > > > >        Queue: met_help
> > > > > > >      Subject: Level string for isobaric surfaces
> > > > > > >        Owner: Nobody
> > > > > > >   Requestors: rconne01 at gmail.com
> > > > > > >       Status: new
> > > > > > >  Ticket <URL: https://rt.rap.ucar.edu/rt/
> > > > Ticket/Display.html?id=80712
> > > > > >
> > > > > > >
> > > > > > >
> > > > > > > What is the level string that is needed in configuration
files
> > for
> > > an
> > > > > > > isobaric surface?  I want to run ensemble_stat on 700 mb
height
> > and
> > > > RH.
> > > > > > It
> > > > > > > is not (so far) 700, P700, Z700, 700 mb, 700:pressure.
I know
> > the
> > > > > > variable
> > > > > > > names are HGT and RH.
> > > > > > >
> > > > > > > --
> > > > > > > Ryan Connelly
> > > > > > > M.S. Student in Atmospheric Sciences, Stony Brook
University
> > > > > > > B.S. in Meteorology with Minors in Mathematics and GIS,
> > Valparaiso
> > > > > > > University
> > > > > > > rconne01 at gmail.com
> > > > > > > ryan.connelly at stonybrook.edu
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Ryan Connelly
> > > > > M.S. Student in Atmospheric Sciences, Stony Brook University
> > > > > B.S. in Meteorology with Minors in Mathematics and GIS,
Valparaiso
> > > > > University
> > > > > rconne01 at gmail.com
> > > > > ryan.connelly at stonybrook.edu
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> > > --
> > > Ryan Connelly
> > > M.S. Student in Atmospheric Sciences, Stony Brook University
> > > B.S. in Meteorology with Minors in Mathematics and GIS,
Valparaiso
> > > University
> > > rconne01 at gmail.com
> > > ryan.connelly at stonybrook.edu
> > >
> > >
> >
> >
>
>
> --
> Ryan Connelly
> M.S. Student in Atmospheric Sciences, Stony Brook University
> B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
> University
> rconne01 at gmail.com
> ryan.connelly at stonybrook.edu
>
>

------------------------------------------------
Subject: Level string for isobaric surfaces
From: Ryan Connelly
Time: Mon Jun 05 15:12:17 2017

Oh right, sorry.

Obviously it's specific to my directory structure, but...

bin/ensemble_stat 40
/D2/ryan/Research/20131210_Case/GEFSR*/postprd/WRFPRS_d02.19
scripts/config/EnsembleStatConfig_ryan -grid_obs
/D2/ryan/Research/20131210_Case/rap_130_20131210_1900_000.grb2 -outdir
/D2/ryan/Research/20131210_Case

On Mon, Jun 5, 2017 at 5:10 PM, Julie Prestopnik via RT
<met_help at ucar.edu>
wrote:

> Thanks!
>
> Can you please also email me the command you're running?
>
> Julie
>
> On Mon, Jun 5, 2017 at 3:09 PM, Ryan Connelly via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
> >
> > Ok, that looks like it was successful this time.
> >
> > On Mon, Jun 5, 2017 at 4:53 PM, Julie Prestopnik via RT <
> met_help at ucar.edu
> > >
> > wrote:
> >
> > > Hi Ryan.
> > >
> > > It appears there was a problem transferring the data.  Usually,
when I
> > get
> > > the same problem that you indicated you got, I just keep
retrying and
> it
> > > eventually goes through (usually just a few tries).
> > >
> > > Could you please try again?
> > >
> > > Also, can you please also email me the command you're running?
Once I
> > have
> > > the data and your command, I can look into the problem.
> > >
> > > Thanks,
> > > Julie
> > >
> > > On Mon, Jun 5, 2017 at 2:45 PM, Ryan Connelly via RT <
> met_help at ucar.edu>
> > > wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712
>
> > > >
> > > > Hi Julie,
> > > >
> > > > I think it's there in Connelly_data.  But I got the following
error,
> so
> > > it
> > > > may not have gone through:
> > > >
> > > > 425 Can't open passive connection: Address already in use.
> > > > Passive mode refused.
> > > >
> > > >
> > > > Thanks,
> > > > Ryan
> > > >
> > > > On Mon, Jun 5, 2017 at 3:58 PM, Julie Prestopnik via RT <
> > > met_help at ucar.edu
> > > > >
> > > > wrote:
> > > >
> > > > > Hi Ryan.  Thanks for the additional information and for
sending you
> > > > > configuration file.  Could you please send us your data? You
can
> post
> > > it
> > > > to
> > > > > our anonymous ftp site following these instructions:
> > > > >
http://www.dtcenter.org/met/users/support/met_help.php#ftp
> > > > >
> > > > > Can you please also email me the command you're running?
Once I
> have
> > > the
> > > > > data and your command, I can look into the problem.
> > > > >
> > > > > Thanks!
> > > > >
> > > > > Julie
> > > > >
> > > > > On Mon, Jun 5, 2017 at 1:53 PM, Ryan Connelly via RT <
> > > met_help at ucar.edu>
> > > > > wrote:
> > > > >
> > > > > >
> > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
> > > > > >
> > > > > > Hi Julie,
> > > > > >
> > > > > > The errors I get are that the variable is not found in the
> > UPP-ouput
> > > > > GRIB:
> > > > > >
> > > > > > WARNING: MetGrib1DataFile::data_plane() -> No exact match
found
> for
> > > > > VarInfo
> > > > > > "RH/P700" in GRIB file
> > > > > > "/D2/ryan/Research/20131210_Case/GEFSR3_YSU_MORR_SKEBS0/
> > > > > > postprd/WRFPRS_d02.19".
> > > > > > WARNING:
> > > > > > WARNING:
> > > > > > WARNING: process_n_vld() -> ensemble field "RH/P700" not
found in
> > > file
> > > > > > "/D2/ryan/Research/20131210_Case/GEFSR3_YSU_MORR_SKEBS0/
> > > > > > postprd/WRFPRS_d02.19"
> > > > > > WARNING:
> > > > > > WARNING:
> > > > > > WARNING: MetGrib1DataFile::data_plane() -> No exact match
found
> for
> > > > > VarInfo
> > > > > > "RH/P700" in GRIB file
> > > > > > "/D2/ryan/Research/20131210_Case/GEFSR4_YSU_THOM_SKEBS0/
> > > > > > postprd/WRFPRS_d02.19".
> > > > > > WARNING:
> > > > > > WARNING:
> > > > > > WARNING: process_n_vld() -> ensemble field "RH/P700" not
found in
> > > file
> > > > > > "/D2/ryan/Research/20131210_Case/GEFSR4_YSU_THOM_SKEBS0/
> > > > > > postprd/WRFPRS_d02.19"
> > > > > > WARNING:
> > > > > > WARNING:
> > > > > > WARNING: MetGrib1DataFile::data_plane() -> No exact match
found
> for
> > > > > VarInfo
> > > > > > "RH/P700" in GRIB file
> > > > > > "/D2/ryan/Research/20131210_Case/GEFSR5_MYNN2_MORR_SKEBS0/
> > > > > > postprd/WRFPRS_d02.19".
> > > > > > WARNING:
> > > > > > WARNING:
> > > > > > WARNING: process_n_vld() -> ensemble field "RH/P700" not
found in
> > > file
> > > > > > "/D2/ryan/Research/20131210_Case/GEFSR5_MYNN2_MORR_SKEBS0/
> > > > > > postprd/WRFPRS_d02.19"
> > > > > > WARNING:
> > > > > > WARNING:
> > > > > > WARNING: MetGrib1DataFile::data_plane() -> No exact match
found
> for
> > > > > VarInfo
> > > > > > "RH/P700" in GRIB file
> > > > > > "/D2/ryan/Research/20131210_Case/GEFSR5_YSU_THOM_SKEBS0/
> > > > > > postprd/WRFPRS_d02.19".
> > > > > > WARNING:
> > > > > > WARNING:
> > > > > > WARNING: process_n_vld() -> ensemble field "RH/P700" not
found in
> > > file
> > > > > > "/D2/ryan/Research/20131210_Case/GEFSR5_YSU_THOM_SKEBS0/
> > > > > > postprd/WRFPRS_d02.19"
> > > > > > WARNING:
> > > > > > ERROR  :
> > > > > > ERROR  : process_n_vld() -> 4 missing ensemble fields
exceeds the
> > > > maximum
> > > > > > allowable specified by "ens.ens_thresh" in the
configuration
> file.
> > > > > >
> > > > > >
> > > > > > In this case, it's only displaying RH/P700 as not found,
but if I
> > > > comment
> > > > > > that section out in the config file, it then tells me the
same
> for
> > > > > > HGT/P700.
> > > > > >
> > > > > > I've attached the config file.
> > > > > >
> > > > > > Thanks,
> > > > > > Ryan
> > > > > >
> > > > > > On Thu, Jun 1, 2017 at 4:20 PM, Julie Prestopnik via RT <
> > > > > met_help at ucar.edu
> > > > > > >
> > > > > > wrote:
> > > > > >
> > > > > > > Hi Ryan.
> > > > > > >
> > > > > > > When you say "It is not (so far) 700, P700, Z700, 700
mb,
> > > > > 700:pressure.",
> > > > > > > what sort of problem did you encounter?
> > > > > > >
> > > > > > > MET uses some short-hand for specifying the level
information.
> > The
> > > > > > > character "P" means pressure, and "P500" would mean
pressure
> > level
> > > > > 500mb.
> > > > > > > The character "A" means accumulation interval, and "A24"
means
> > > > 24-hours
> > > > > > of
> > > > > > > accumulation.  The character "Z" means height, and "Z2"
means
> > > > 2-meters
> > > > > > > above ground.  The character "L" means a generic level
type...
> so
> > > > just
> > > > > > > match the value but don't worry about the type.
> > > > > > >
> > > > > > > Could you please send us your data, config files, etc.
and the
> > > > command
> > > > > > line
> > > > > > > you're running, so that I can check it out? Y ou can
post it to
> > our
> > > > > > > anonymous ftp site following these instructions:
> > > > > > >
http://www.dtcenter.org/met/users/support/met_help.php#ftp
> > > > > > >
> > > > > > > Thanks!
> > > > > > >
> > > > > > > Julie
> > > > > > >
> > > > > > > On Thu, Jun 1, 2017 at 1:14 PM, Ryan Connelly via RT <
> > > > > met_help at ucar.edu>
> > > > > > > wrote:
> > > > > > >
> > > > > > > >
> > > > > > > > Thu Jun 01 13:14:25 2017: Request 80712 was acted
upon.
> > > > > > > > Transaction: Ticket created by rconne01 at gmail.com
> > > > > > > >        Queue: met_help
> > > > > > > >      Subject: Level string for isobaric surfaces
> > > > > > > >        Owner: Nobody
> > > > > > > >   Requestors: rconne01 at gmail.com
> > > > > > > >       Status: new
> > > > > > > >  Ticket <URL: https://rt.rap.ucar.edu/rt/
> > > > > Ticket/Display.html?id=80712
> > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > What is the level string that is needed in
configuration
> files
> > > for
> > > > an
> > > > > > > > isobaric surface?  I want to run ensemble_stat on 700
mb
> height
> > > and
> > > > > RH.
> > > > > > > It
> > > > > > > > is not (so far) 700, P700, Z700, 700 mb, 700:pressure.
I
> know
> > > the
> > > > > > > variable
> > > > > > > > names are HGT and RH.
> > > > > > > >
> > > > > > > > --
> > > > > > > > Ryan Connelly
> > > > > > > > M.S. Student in Atmospheric Sciences, Stony Brook
University
> > > > > > > > B.S. in Meteorology with Minors in Mathematics and
GIS,
> > > Valparaiso
> > > > > > > > University
> > > > > > > > rconne01 at gmail.com
> > > > > > > > ryan.connelly at stonybrook.edu
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Ryan Connelly
> > > > > > M.S. Student in Atmospheric Sciences, Stony Brook
University
> > > > > > B.S. in Meteorology with Minors in Mathematics and GIS,
> Valparaiso
> > > > > > University
> > > > > > rconne01 at gmail.com
> > > > > > ryan.connelly at stonybrook.edu
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Ryan Connelly
> > > > M.S. Student in Atmospheric Sciences, Stony Brook University
> > > > B.S. in Meteorology with Minors in Mathematics and GIS,
Valparaiso
> > > > University
> > > > rconne01 at gmail.com
> > > > ryan.connelly at stonybrook.edu
> > > >
> > > >
> > >
> > >
> >
> >
> > --
> > Ryan Connelly
> > M.S. Student in Atmospheric Sciences, Stony Brook University
> > B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
> > University
> > rconne01 at gmail.com
> > ryan.connelly at stonybrook.edu
> >
> >
>
>


--
Ryan Connelly
M.S. Student in Atmospheric Sciences, Stony Brook University
B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
University
rconne01 at gmail.com
ryan.connelly at stonybrook.edu

------------------------------------------------
Subject: Level string for isobaric surfaces
From: Julie Prestopnik
Time: Mon Jun 05 15:15:51 2017

Once I have the command that you're running, I can check it out and
hopefully get back to you with an answer soon.

Thanks,
Julie

On Mon, Jun 5, 2017 at 3:10 PM, Julie Prestopnik <jpresto at ucar.edu>
wrote:

> Thanks!
>
> Can you please also email me the command you're running?
>
> Julie
>
> On Mon, Jun 5, 2017 at 3:09 PM, Ryan Connelly via RT
<met_help at ucar.edu>
> wrote:
>
>>
>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
>>
>> Ok, that looks like it was successful this time.
>>
>> On Mon, Jun 5, 2017 at 4:53 PM, Julie Prestopnik via RT <
>> met_help at ucar.edu>
>> wrote:
>>
>> > Hi Ryan.
>> >
>> > It appears there was a problem transferring the data.  Usually,
when I
>> get
>> > the same problem that you indicated you got, I just keep retrying
and it
>> > eventually goes through (usually just a few tries).
>> >
>> > Could you please try again?
>> >
>> > Also, can you please also email me the command you're running?
Once I
>> have
>> > the data and your command, I can look into the problem.
>> >
>> > Thanks,
>> > Julie
>> >
>> > On Mon, Jun 5, 2017 at 2:45 PM, Ryan Connelly via RT
<met_help at ucar.edu
>> >
>> > wrote:
>> >
>> > >
>> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
>> > >
>> > > Hi Julie,
>> > >
>> > > I think it's there in Connelly_data.  But I got the following
error,
>> so
>> > it
>> > > may not have gone through:
>> > >
>> > > 425 Can't open passive connection: Address already in use.
>> > > Passive mode refused.
>> > >
>> > >
>> > > Thanks,
>> > > Ryan
>> > >
>> > > On Mon, Jun 5, 2017 at 3:58 PM, Julie Prestopnik via RT <
>> > met_help at ucar.edu
>> > > >
>> > > wrote:
>> > >
>> > > > Hi Ryan.  Thanks for the additional information and for
sending you
>> > > > configuration file.  Could you please send us your data? You
can
>> post
>> > it
>> > > to
>> > > > our anonymous ftp site following these instructions:
>> > > >    http://www.dtcenter.org/met/users/support/met_help.php#ftp
>> > > >
>> > > > Can you please also email me the command you're running?
Once I
>> have
>> > the
>> > > > data and your command, I can look into the problem.
>> > > >
>> > > > Thanks!
>> > > >
>> > > > Julie
>> > > >
>> > > > On Mon, Jun 5, 2017 at 1:53 PM, Ryan Connelly via RT <
>> > met_help at ucar.edu>
>> > > > wrote:
>> > > >
>> > > > >
>> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
>> > > > >
>> > > > > Hi Julie,
>> > > > >
>> > > > > The errors I get are that the variable is not found in the
>> UPP-ouput
>> > > > GRIB:
>> > > > >
>> > > > > WARNING: MetGrib1DataFile::data_plane() -> No exact match
found
>> for
>> > > > VarInfo
>> > > > > "RH/P700" in GRIB file
>> > > > > "/D2/ryan/Research/20131210_Case/GEFSR3_YSU_MORR_SKEBS0/
>> > > > > postprd/WRFPRS_d02.19".
>> > > > > WARNING:
>> > > > > WARNING:
>> > > > > WARNING: process_n_vld() -> ensemble field "RH/P700" not
found in
>> > file
>> > > > > "/D2/ryan/Research/20131210_Case/GEFSR3_YSU_MORR_SKEBS0/
>> > > > > postprd/WRFPRS_d02.19"
>> > > > > WARNING:
>> > > > > WARNING:
>> > > > > WARNING: MetGrib1DataFile::data_plane() -> No exact match
found
>> for
>> > > > VarInfo
>> > > > > "RH/P700" in GRIB file
>> > > > > "/D2/ryan/Research/20131210_Case/GEFSR4_YSU_THOM_SKEBS0/
>> > > > > postprd/WRFPRS_d02.19".
>> > > > > WARNING:
>> > > > > WARNING:
>> > > > > WARNING: process_n_vld() -> ensemble field "RH/P700" not
found in
>> > file
>> > > > > "/D2/ryan/Research/20131210_Case/GEFSR4_YSU_THOM_SKEBS0/
>> > > > > postprd/WRFPRS_d02.19"
>> > > > > WARNING:
>> > > > > WARNING:
>> > > > > WARNING: MetGrib1DataFile::data_plane() -> No exact match
found
>> for
>> > > > VarInfo
>> > > > > "RH/P700" in GRIB file
>> > > > > "/D2/ryan/Research/20131210_Case/GEFSR5_MYNN2_MORR_SKEBS0/
>> > > > > postprd/WRFPRS_d02.19".
>> > > > > WARNING:
>> > > > > WARNING:
>> > > > > WARNING: process_n_vld() -> ensemble field "RH/P700" not
found in
>> > file
>> > > > > "/D2/ryan/Research/20131210_Case/GEFSR5_MYNN2_MORR_SKEBS0/
>> > > > > postprd/WRFPRS_d02.19"
>> > > > > WARNING:
>> > > > > WARNING:
>> > > > > WARNING: MetGrib1DataFile::data_plane() -> No exact match
found
>> for
>> > > > VarInfo
>> > > > > "RH/P700" in GRIB file
>> > > > > "/D2/ryan/Research/20131210_Case/GEFSR5_YSU_THOM_SKEBS0/
>> > > > > postprd/WRFPRS_d02.19".
>> > > > > WARNING:
>> > > > > WARNING:
>> > > > > WARNING: process_n_vld() -> ensemble field "RH/P700" not
found in
>> > file
>> > > > > "/D2/ryan/Research/20131210_Case/GEFSR5_YSU_THOM_SKEBS0/
>> > > > > postprd/WRFPRS_d02.19"
>> > > > > WARNING:
>> > > > > ERROR  :
>> > > > > ERROR  : process_n_vld() -> 4 missing ensemble fields
exceeds the
>> > > maximum
>> > > > > allowable specified by "ens.ens_thresh" in the
configuration file.
>> > > > >
>> > > > >
>> > > > > In this case, it's only displaying RH/P700 as not found,
but if I
>> > > comment
>> > > > > that section out in the config file, it then tells me the
same for
>> > > > > HGT/P700.
>> > > > >
>> > > > > I've attached the config file.
>> > > > >
>> > > > > Thanks,
>> > > > > Ryan
>> > > > >
>> > > > > On Thu, Jun 1, 2017 at 4:20 PM, Julie Prestopnik via RT <
>> > > > met_help at ucar.edu
>> > > > > >
>> > > > > wrote:
>> > > > >
>> > > > > > Hi Ryan.
>> > > > > >
>> > > > > > When you say "It is not (so far) 700, P700, Z700, 700 mb,
>> > > > 700:pressure.",
>> > > > > > what sort of problem did you encounter?
>> > > > > >
>> > > > > > MET uses some short-hand for specifying the level
information.
>> The
>> > > > > > character "P" means pressure, and "P500" would mean
pressure
>> level
>> > > > 500mb.
>> > > > > > The character "A" means accumulation interval, and "A24"
means
>> > > 24-hours
>> > > > > of
>> > > > > > accumulation.  The character "Z" means height, and "Z2"
means
>> > > 2-meters
>> > > > > > above ground.  The character "L" means a generic level
type...
>> so
>> > > just
>> > > > > > match the value but don't worry about the type.
>> > > > > >
>> > > > > > Could you please send us your data, config files, etc.
and the
>> > > command
>> > > > > line
>> > > > > > you're running, so that I can check it out? Y ou can post
it to
>> our
>> > > > > > anonymous ftp site following these instructions:
>> > > > > >
http://www.dtcenter.org/met/users/support/met_help.php#ftp
>> > > > > >
>> > > > > > Thanks!
>> > > > > >
>> > > > > > Julie
>> > > > > >
>> > > > > > On Thu, Jun 1, 2017 at 1:14 PM, Ryan Connelly via RT <
>> > > > met_help at ucar.edu>
>> > > > > > wrote:
>> > > > > >
>> > > > > > >
>> > > > > > > Thu Jun 01 13:14:25 2017: Request 80712 was acted upon.
>> > > > > > > Transaction: Ticket created by rconne01 at gmail.com
>> > > > > > >        Queue: met_help
>> > > > > > >      Subject: Level string for isobaric surfaces
>> > > > > > >        Owner: Nobody
>> > > > > > >   Requestors: rconne01 at gmail.com
>> > > > > > >       Status: new
>> > > > > > >  Ticket <URL: https://rt.rap.ucar.edu/rt/
>> > > > Ticket/Display.html?id=80712
>> > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > > What is the level string that is needed in
configuration files
>> > for
>> > > an
>> > > > > > > isobaric surface?  I want to run ensemble_stat on 700
mb
>> height
>> > and
>> > > > RH.
>> > > > > > It
>> > > > > > > is not (so far) 700, P700, Z700, 700 mb, 700:pressure.
I know
>> > the
>> > > > > > variable
>> > > > > > > names are HGT and RH.
>> > > > > > >
>> > > > > > > --
>> > > > > > > Ryan Connelly
>> > > > > > > M.S. Student in Atmospheric Sciences, Stony Brook
University
>> > > > > > > B.S. in Meteorology with Minors in Mathematics and GIS,
>> > Valparaiso
>> > > > > > > University
>> > > > > > > rconne01 at gmail.com
>> > > > > > > ryan.connelly at stonybrook.edu
>> > > > > > >
>> > > > > > >
>> > > > > >
>> > > > > >
>> > > > >
>> > > > >
>> > > > > --
>> > > > > Ryan Connelly
>> > > > > M.S. Student in Atmospheric Sciences, Stony Brook
University
>> > > > > B.S. in Meteorology with Minors in Mathematics and GIS,
Valparaiso
>> > > > > University
>> > > > > rconne01 at gmail.com
>> > > > > ryan.connelly at stonybrook.edu
>> > > > >
>> > > > >
>> > > >
>> > > >
>> > >
>> > >
>> > > --
>> > > Ryan Connelly
>> > > M.S. Student in Atmospheric Sciences, Stony Brook University
>> > > B.S. in Meteorology with Minors in Mathematics and GIS,
Valparaiso
>> > > University
>> > > rconne01 at gmail.com
>> > > ryan.connelly at stonybrook.edu
>> > >
>> > >
>> >
>> >
>>
>>
>> --
>> Ryan Connelly
>> M.S. Student in Atmospheric Sciences, Stony Brook University
>> B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
>> University
>> rconne01 at gmail.com
>> ryan.connelly at stonybrook.edu
>>
>>
>

------------------------------------------------
Subject: Level string for isobaric surfaces
From: Julie Prestopnik
Time: Mon Jun 05 15:19:41 2017

Thanks, Ryan.  Can you also please send up
rap_130_20131210_1900_000.grb2
to our ftp server?

Also, I see the name WRFPRS_d02.19 differs from the name
GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19, which is on our ftp server.
Is
WRFPRS_d02.19 a list of files, where
GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19
is one of those files?

Thanks for clarifying.

Julie

On Mon, Jun 5, 2017 at 3:12 PM, Ryan Connelly via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
>
> Oh right, sorry.
>
> Obviously it's specific to my directory structure, but...
>
> bin/ensemble_stat 40
> /D2/ryan/Research/20131210_Case/GEFSR*/postprd/WRFPRS_d02.19
> scripts/config/EnsembleStatConfig_ryan -grid_obs
> /D2/ryan/Research/20131210_Case/rap_130_20131210_1900_000.grb2
-outdir
> /D2/ryan/Research/20131210_Case
>
> On Mon, Jun 5, 2017 at 5:10 PM, Julie Prestopnik via RT
<met_help at ucar.edu
> >
> wrote:
>
> > Thanks!
> >
> > Can you please also email me the command you're running?
> >
> > Julie
> >
> > On Mon, Jun 5, 2017 at 3:09 PM, Ryan Connelly via RT
<met_help at ucar.edu>
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
> > >
> > > Ok, that looks like it was successful this time.
> > >
> > > On Mon, Jun 5, 2017 at 4:53 PM, Julie Prestopnik via RT <
> > met_help at ucar.edu
> > > >
> > > wrote:
> > >
> > > > Hi Ryan.
> > > >
> > > > It appears there was a problem transferring the data.
Usually, when
> I
> > > get
> > > > the same problem that you indicated you got, I just keep
retrying and
> > it
> > > > eventually goes through (usually just a few tries).
> > > >
> > > > Could you please try again?
> > > >
> > > > Also, can you please also email me the command you're running?
Once
> I
> > > have
> > > > the data and your command, I can look into the problem.
> > > >
> > > > Thanks,
> > > > Julie
> > > >
> > > > On Mon, Jun 5, 2017 at 2:45 PM, Ryan Connelly via RT <
> > met_help at ucar.edu>
> > > > wrote:
> > > >
> > > > >
> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
> > > > >
> > > > > Hi Julie,
> > > > >
> > > > > I think it's there in Connelly_data.  But I got the
following
> error,
> > so
> > > > it
> > > > > may not have gone through:
> > > > >
> > > > > 425 Can't open passive connection: Address already in use.
> > > > > Passive mode refused.
> > > > >
> > > > >
> > > > > Thanks,
> > > > > Ryan
> > > > >
> > > > > On Mon, Jun 5, 2017 at 3:58 PM, Julie Prestopnik via RT <
> > > > met_help at ucar.edu
> > > > > >
> > > > > wrote:
> > > > >
> > > > > > Hi Ryan.  Thanks for the additional information and for
sending
> you
> > > > > > configuration file.  Could you please send us your data?
You can
> > post
> > > > it
> > > > > to
> > > > > > our anonymous ftp site following these instructions:
> > > > > >
http://www.dtcenter.org/met/users/support/met_help.php#ftp
> > > > > >
> > > > > > Can you please also email me the command you're running?
Once I
> > have
> > > > the
> > > > > > data and your command, I can look into the problem.
> > > > > >
> > > > > > Thanks!
> > > > > >
> > > > > > Julie
> > > > > >
> > > > > > On Mon, Jun 5, 2017 at 1:53 PM, Ryan Connelly via RT <
> > > > met_help at ucar.edu>
> > > > > > wrote:
> > > > > >
> > > > > > >
> > > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712
> >
> > > > > > >
> > > > > > > Hi Julie,
> > > > > > >
> > > > > > > The errors I get are that the variable is not found in
the
> > > UPP-ouput
> > > > > > GRIB:
> > > > > > >
> > > > > > > WARNING: MetGrib1DataFile::data_plane() -> No exact
match found
> > for
> > > > > > VarInfo
> > > > > > > "RH/P700" in GRIB file
> > > > > > > "/D2/ryan/Research/20131210_Case/GEFSR3_YSU_MORR_SKEBS0/
> > > > > > > postprd/WRFPRS_d02.19".
> > > > > > > WARNING:
> > > > > > > WARNING:
> > > > > > > WARNING: process_n_vld() -> ensemble field "RH/P700" not
found
> in
> > > > file
> > > > > > > "/D2/ryan/Research/20131210_Case/GEFSR3_YSU_MORR_SKEBS0/
> > > > > > > postprd/WRFPRS_d02.19"
> > > > > > > WARNING:
> > > > > > > WARNING:
> > > > > > > WARNING: MetGrib1DataFile::data_plane() -> No exact
match found
> > for
> > > > > > VarInfo
> > > > > > > "RH/P700" in GRIB file
> > > > > > > "/D2/ryan/Research/20131210_Case/GEFSR4_YSU_THOM_SKEBS0/
> > > > > > > postprd/WRFPRS_d02.19".
> > > > > > > WARNING:
> > > > > > > WARNING:
> > > > > > > WARNING: process_n_vld() -> ensemble field "RH/P700" not
found
> in
> > > > file
> > > > > > > "/D2/ryan/Research/20131210_Case/GEFSR4_YSU_THOM_SKEBS0/
> > > > > > > postprd/WRFPRS_d02.19"
> > > > > > > WARNING:
> > > > > > > WARNING:
> > > > > > > WARNING: MetGrib1DataFile::data_plane() -> No exact
match found
> > for
> > > > > > VarInfo
> > > > > > > "RH/P700" in GRIB file
> > > > > > >
"/D2/ryan/Research/20131210_Case/GEFSR5_MYNN2_MORR_SKEBS0/
> > > > > > > postprd/WRFPRS_d02.19".
> > > > > > > WARNING:
> > > > > > > WARNING:
> > > > > > > WARNING: process_n_vld() -> ensemble field "RH/P700" not
found
> in
> > > > file
> > > > > > >
"/D2/ryan/Research/20131210_Case/GEFSR5_MYNN2_MORR_SKEBS0/
> > > > > > > postprd/WRFPRS_d02.19"
> > > > > > > WARNING:
> > > > > > > WARNING:
> > > > > > > WARNING: MetGrib1DataFile::data_plane() -> No exact
match found
> > for
> > > > > > VarInfo
> > > > > > > "RH/P700" in GRIB file
> > > > > > > "/D2/ryan/Research/20131210_Case/GEFSR5_YSU_THOM_SKEBS0/
> > > > > > > postprd/WRFPRS_d02.19".
> > > > > > > WARNING:
> > > > > > > WARNING:
> > > > > > > WARNING: process_n_vld() -> ensemble field "RH/P700" not
found
> in
> > > > file
> > > > > > > "/D2/ryan/Research/20131210_Case/GEFSR5_YSU_THOM_SKEBS0/
> > > > > > > postprd/WRFPRS_d02.19"
> > > > > > > WARNING:
> > > > > > > ERROR  :
> > > > > > > ERROR  : process_n_vld() -> 4 missing ensemble fields
exceeds
> the
> > > > > maximum
> > > > > > > allowable specified by "ens.ens_thresh" in the
configuration
> > file.
> > > > > > >
> > > > > > >
> > > > > > > In this case, it's only displaying RH/P700 as not found,
but
> if I
> > > > > comment
> > > > > > > that section out in the config file, it then tells me
the same
> > for
> > > > > > > HGT/P700.
> > > > > > >
> > > > > > > I've attached the config file.
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Ryan
> > > > > > >
> > > > > > > On Thu, Jun 1, 2017 at 4:20 PM, Julie Prestopnik via RT
<
> > > > > > met_help at ucar.edu
> > > > > > > >
> > > > > > > wrote:
> > > > > > >
> > > > > > > > Hi Ryan.
> > > > > > > >
> > > > > > > > When you say "It is not (so far) 700, P700, Z700, 700
mb,
> > > > > > 700:pressure.",
> > > > > > > > what sort of problem did you encounter?
> > > > > > > >
> > > > > > > > MET uses some short-hand for specifying the level
> information.
> > > The
> > > > > > > > character "P" means pressure, and "P500" would mean
pressure
> > > level
> > > > > > 500mb.
> > > > > > > > The character "A" means accumulation interval, and
"A24"
> means
> > > > > 24-hours
> > > > > > > of
> > > > > > > > accumulation.  The character "Z" means height, and
"Z2" means
> > > > > 2-meters
> > > > > > > > above ground.  The character "L" means a generic level
> type...
> > so
> > > > > just
> > > > > > > > match the value but don't worry about the type.
> > > > > > > >
> > > > > > > > Could you please send us your data, config files, etc.
and
> the
> > > > > command
> > > > > > > line
> > > > > > > > you're running, so that I can check it out? Y ou can
post it
> to
> > > our
> > > > > > > > anonymous ftp site following these instructions:
> > > > > > > >    http://www.dtcenter.org/met/
> users/support/met_help.php#ftp
> > > > > > > >
> > > > > > > > Thanks!
> > > > > > > >
> > > > > > > > Julie
> > > > > > > >
> > > > > > > > On Thu, Jun 1, 2017 at 1:14 PM, Ryan Connelly via RT <
> > > > > > met_help at ucar.edu>
> > > > > > > > wrote:
> > > > > > > >
> > > > > > > > >
> > > > > > > > > Thu Jun 01 13:14:25 2017: Request 80712 was acted
upon.
> > > > > > > > > Transaction: Ticket created by rconne01 at gmail.com
> > > > > > > > >        Queue: met_help
> > > > > > > > >      Subject: Level string for isobaric surfaces
> > > > > > > > >        Owner: Nobody
> > > > > > > > >   Requestors: rconne01 at gmail.com
> > > > > > > > >       Status: new
> > > > > > > > >  Ticket <URL: https://rt.rap.ucar.edu/rt/
> > > > > > Ticket/Display.html?id=80712
> > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > What is the level string that is needed in
configuration
> > files
> > > > for
> > > > > an
> > > > > > > > > isobaric surface?  I want to run ensemble_stat on
700 mb
> > height
> > > > and
> > > > > > RH.
> > > > > > > > It
> > > > > > > > > is not (so far) 700, P700, Z700, 700 mb,
700:pressure.  I
> > know
> > > > the
> > > > > > > > variable
> > > > > > > > > names are HGT and RH.
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Ryan Connelly
> > > > > > > > > M.S. Student in Atmospheric Sciences, Stony Brook
> University
> > > > > > > > > B.S. in Meteorology with Minors in Mathematics and
GIS,
> > > > Valparaiso
> > > > > > > > > University
> > > > > > > > > rconne01 at gmail.com
> > > > > > > > > ryan.connelly at stonybrook.edu
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Ryan Connelly
> > > > > > > M.S. Student in Atmospheric Sciences, Stony Brook
University
> > > > > > > B.S. in Meteorology with Minors in Mathematics and GIS,
> > Valparaiso
> > > > > > > University
> > > > > > > rconne01 at gmail.com
> > > > > > > ryan.connelly at stonybrook.edu
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Ryan Connelly
> > > > > M.S. Student in Atmospheric Sciences, Stony Brook University
> > > > > B.S. in Meteorology with Minors in Mathematics and GIS,
Valparaiso
> > > > > University
> > > > > rconne01 at gmail.com
> > > > > ryan.connelly at stonybrook.edu
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> > > --
> > > Ryan Connelly
> > > M.S. Student in Atmospheric Sciences, Stony Brook University
> > > B.S. in Meteorology with Minors in Mathematics and GIS,
Valparaiso
> > > University
> > > rconne01 at gmail.com
> > > ryan.connelly at stonybrook.edu
> > >
> > >
> >
> >
>
>
> --
> Ryan Connelly
> M.S. Student in Atmospheric Sciences, Stony Brook University
> B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
> University
> rconne01 at gmail.com
> ryan.connelly at stonybrook.edu
>
>

------------------------------------------------
Subject: Level string for isobaric surfaces
From: Julie Prestopnik
Time: Mon Jun 05 15:23:38 2017

Also, are you using version 5.2 as the config file indicates?

Thanks!

Julie

On Mon, Jun 5, 2017 at 3:19 PM, Julie Prestopnik <jpresto at ucar.edu>
wrote:

> Thanks, Ryan.  Can you also please send up
rap_130_20131210_1900_000.grb2
> to our ftp server?
>
> Also, I see the name WRFPRS_d02.19 differs from the name
> GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19, which is on our ftp server.
Is
> WRFPRS_d02.19 a list of files, where
GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19
> is one of those files?
>
> Thanks for clarifying.
>
> Julie
>
> On Mon, Jun 5, 2017 at 3:12 PM, Ryan Connelly via RT
<met_help at ucar.edu>
> wrote:
>
>>
>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
>>
>> Oh right, sorry.
>>
>> Obviously it's specific to my directory structure, but...
>>
>> bin/ensemble_stat 40
>> /D2/ryan/Research/20131210_Case/GEFSR*/postprd/WRFPRS_d02.19
>> scripts/config/EnsembleStatConfig_ryan -grid_obs
>> /D2/ryan/Research/20131210_Case/rap_130_20131210_1900_000.grb2
-outdir
>> /D2/ryan/Research/20131210_Case
>>
>> On Mon, Jun 5, 2017 at 5:10 PM, Julie Prestopnik via RT <
>> met_help at ucar.edu>
>> wrote:
>>
>> > Thanks!
>> >
>> > Can you please also email me the command you're running?
>> >
>> > Julie
>> >
>> > On Mon, Jun 5, 2017 at 3:09 PM, Ryan Connelly via RT
<met_help at ucar.edu
>> >
>> > wrote:
>> >
>> > >
>> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
>> > >
>> > > Ok, that looks like it was successful this time.
>> > >
>> > > On Mon, Jun 5, 2017 at 4:53 PM, Julie Prestopnik via RT <
>> > met_help at ucar.edu
>> > > >
>> > > wrote:
>> > >
>> > > > Hi Ryan.
>> > > >
>> > > > It appears there was a problem transferring the data.
Usually,
>> when I
>> > > get
>> > > > the same problem that you indicated you got, I just keep
retrying
>> and
>> > it
>> > > > eventually goes through (usually just a few tries).
>> > > >
>> > > > Could you please try again?
>> > > >
>> > > > Also, can you please also email me the command you're
running?
>> Once I
>> > > have
>> > > > the data and your command, I can look into the problem.
>> > > >
>> > > > Thanks,
>> > > > Julie
>> > > >
>> > > > On Mon, Jun 5, 2017 at 2:45 PM, Ryan Connelly via RT <
>> > met_help at ucar.edu>
>> > > > wrote:
>> > > >
>> > > > >
>> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
>> > > > >
>> > > > > Hi Julie,
>> > > > >
>> > > > > I think it's there in Connelly_data.  But I got the
following
>> error,
>> > so
>> > > > it
>> > > > > may not have gone through:
>> > > > >
>> > > > > 425 Can't open passive connection: Address already in use.
>> > > > > Passive mode refused.
>> > > > >
>> > > > >
>> > > > > Thanks,
>> > > > > Ryan
>> > > > >
>> > > > > On Mon, Jun 5, 2017 at 3:58 PM, Julie Prestopnik via RT <
>> > > > met_help at ucar.edu
>> > > > > >
>> > > > > wrote:
>> > > > >
>> > > > > > Hi Ryan.  Thanks for the additional information and for
sending
>> you
>> > > > > > configuration file.  Could you please send us your data?
You can
>> > post
>> > > > it
>> > > > > to
>> > > > > > our anonymous ftp site following these instructions:
>> > > > > >
http://www.dtcenter.org/met/users/support/met_help.php#ftp
>> > > > > >
>> > > > > > Can you please also email me the command you're running?
Once I
>> > have
>> > > > the
>> > > > > > data and your command, I can look into the problem.
>> > > > > >
>> > > > > > Thanks!
>> > > > > >
>> > > > > > Julie
>> > > > > >
>> > > > > > On Mon, Jun 5, 2017 at 1:53 PM, Ryan Connelly via RT <
>> > > > met_help at ucar.edu>
>> > > > > > wrote:
>> > > > > >
>> > > > > > >
>> > > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712
>> >
>> > > > > > >
>> > > > > > > Hi Julie,
>> > > > > > >
>> > > > > > > The errors I get are that the variable is not found in
the
>> > > UPP-ouput
>> > > > > > GRIB:
>> > > > > > >
>> > > > > > > WARNING: MetGrib1DataFile::data_plane() -> No exact
match
>> found
>> > for
>> > > > > > VarInfo
>> > > > > > > "RH/P700" in GRIB file
>> > > > > > >
"/D2/ryan/Research/20131210_Case/GEFSR3_YSU_MORR_SKEBS0/
>> > > > > > > postprd/WRFPRS_d02.19".
>> > > > > > > WARNING:
>> > > > > > > WARNING:
>> > > > > > > WARNING: process_n_vld() -> ensemble field "RH/P700"
not
>> found in
>> > > > file
>> > > > > > >
"/D2/ryan/Research/20131210_Case/GEFSR3_YSU_MORR_SKEBS0/
>> > > > > > > postprd/WRFPRS_d02.19"
>> > > > > > > WARNING:
>> > > > > > > WARNING:
>> > > > > > > WARNING: MetGrib1DataFile::data_plane() -> No exact
match
>> found
>> > for
>> > > > > > VarInfo
>> > > > > > > "RH/P700" in GRIB file
>> > > > > > >
"/D2/ryan/Research/20131210_Case/GEFSR4_YSU_THOM_SKEBS0/
>> > > > > > > postprd/WRFPRS_d02.19".
>> > > > > > > WARNING:
>> > > > > > > WARNING:
>> > > > > > > WARNING: process_n_vld() -> ensemble field "RH/P700"
not
>> found in
>> > > > file
>> > > > > > >
"/D2/ryan/Research/20131210_Case/GEFSR4_YSU_THOM_SKEBS0/
>> > > > > > > postprd/WRFPRS_d02.19"
>> > > > > > > WARNING:
>> > > > > > > WARNING:
>> > > > > > > WARNING: MetGrib1DataFile::data_plane() -> No exact
match
>> found
>> > for
>> > > > > > VarInfo
>> > > > > > > "RH/P700" in GRIB file
>> > > > > > >
"/D2/ryan/Research/20131210_Case/GEFSR5_MYNN2_MORR_SKEBS0/
>> > > > > > > postprd/WRFPRS_d02.19".
>> > > > > > > WARNING:
>> > > > > > > WARNING:
>> > > > > > > WARNING: process_n_vld() -> ensemble field "RH/P700"
not
>> found in
>> > > > file
>> > > > > > >
"/D2/ryan/Research/20131210_Case/GEFSR5_MYNN2_MORR_SKEBS0/
>> > > > > > > postprd/WRFPRS_d02.19"
>> > > > > > > WARNING:
>> > > > > > > WARNING:
>> > > > > > > WARNING: MetGrib1DataFile::data_plane() -> No exact
match
>> found
>> > for
>> > > > > > VarInfo
>> > > > > > > "RH/P700" in GRIB file
>> > > > > > >
"/D2/ryan/Research/20131210_Case/GEFSR5_YSU_THOM_SKEBS0/
>> > > > > > > postprd/WRFPRS_d02.19".
>> > > > > > > WARNING:
>> > > > > > > WARNING:
>> > > > > > > WARNING: process_n_vld() -> ensemble field "RH/P700"
not
>> found in
>> > > > file
>> > > > > > >
"/D2/ryan/Research/20131210_Case/GEFSR5_YSU_THOM_SKEBS0/
>> > > > > > > postprd/WRFPRS_d02.19"
>> > > > > > > WARNING:
>> > > > > > > ERROR  :
>> > > > > > > ERROR  : process_n_vld() -> 4 missing ensemble fields
exceeds
>> the
>> > > > > maximum
>> > > > > > > allowable specified by "ens.ens_thresh" in the
configuration
>> > file.
>> > > > > > >
>> > > > > > >
>> > > > > > > In this case, it's only displaying RH/P700 as not
found, but
>> if I
>> > > > > comment
>> > > > > > > that section out in the config file, it then tells me
the same
>> > for
>> > > > > > > HGT/P700.
>> > > > > > >
>> > > > > > > I've attached the config file.
>> > > > > > >
>> > > > > > > Thanks,
>> > > > > > > Ryan
>> > > > > > >
>> > > > > > > On Thu, Jun 1, 2017 at 4:20 PM, Julie Prestopnik via RT
<
>> > > > > > met_help at ucar.edu
>> > > > > > > >
>> > > > > > > wrote:
>> > > > > > >
>> > > > > > > > Hi Ryan.
>> > > > > > > >
>> > > > > > > > When you say "It is not (so far) 700, P700, Z700, 700
mb,
>> > > > > > 700:pressure.",
>> > > > > > > > what sort of problem did you encounter?
>> > > > > > > >
>> > > > > > > > MET uses some short-hand for specifying the level
>> information.
>> > > The
>> > > > > > > > character "P" means pressure, and "P500" would mean
pressure
>> > > level
>> > > > > > 500mb.
>> > > > > > > > The character "A" means accumulation interval, and
"A24"
>> means
>> > > > > 24-hours
>> > > > > > > of
>> > > > > > > > accumulation.  The character "Z" means height, and
"Z2"
>> means
>> > > > > 2-meters
>> > > > > > > > above ground.  The character "L" means a generic
level
>> type...
>> > so
>> > > > > just
>> > > > > > > > match the value but don't worry about the type.
>> > > > > > > >
>> > > > > > > > Could you please send us your data, config files,
etc. and
>> the
>> > > > > command
>> > > > > > > line
>> > > > > > > > you're running, so that I can check it out? Y ou can
post
>> it to
>> > > our
>> > > > > > > > anonymous ftp site following these instructions:
>> > > > > > > >    http://www.dtcenter.org/met/us
>> ers/support/met_help.php#ftp
>> > > > > > > >
>> > > > > > > > Thanks!
>> > > > > > > >
>> > > > > > > > Julie
>> > > > > > > >
>> > > > > > > > On Thu, Jun 1, 2017 at 1:14 PM, Ryan Connelly via RT
<
>> > > > > > met_help at ucar.edu>
>> > > > > > > > wrote:
>> > > > > > > >
>> > > > > > > > >
>> > > > > > > > > Thu Jun 01 13:14:25 2017: Request 80712 was acted
upon.
>> > > > > > > > > Transaction: Ticket created by rconne01 at gmail.com
>> > > > > > > > >        Queue: met_help
>> > > > > > > > >      Subject: Level string for isobaric surfaces
>> > > > > > > > >        Owner: Nobody
>> > > > > > > > >   Requestors: rconne01 at gmail.com
>> > > > > > > > >       Status: new
>> > > > > > > > >  Ticket <URL: https://rt.rap.ucar.edu/rt/
>> > > > > > Ticket/Display.html?id=80712
>> > > > > > > >
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > > What is the level string that is needed in
configuration
>> > files
>> > > > for
>> > > > > an
>> > > > > > > > > isobaric surface?  I want to run ensemble_stat on
700 mb
>> > height
>> > > > and
>> > > > > > RH.
>> > > > > > > > It
>> > > > > > > > > is not (so far) 700, P700, Z700, 700 mb,
700:pressure.  I
>> > know
>> > > > the
>> > > > > > > > variable
>> > > > > > > > > names are HGT and RH.
>> > > > > > > > >
>> > > > > > > > > --
>> > > > > > > > > Ryan Connelly
>> > > > > > > > > M.S. Student in Atmospheric Sciences, Stony Brook
>> University
>> > > > > > > > > B.S. in Meteorology with Minors in Mathematics and
GIS,
>> > > > Valparaiso
>> > > > > > > > > University
>> > > > > > > > > rconne01 at gmail.com
>> > > > > > > > > ryan.connelly at stonybrook.edu
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > > --
>> > > > > > > Ryan Connelly
>> > > > > > > M.S. Student in Atmospheric Sciences, Stony Brook
University
>> > > > > > > B.S. in Meteorology with Minors in Mathematics and GIS,
>> > Valparaiso
>> > > > > > > University
>> > > > > > > rconne01 at gmail.com
>> > > > > > > ryan.connelly at stonybrook.edu
>> > > > > > >
>> > > > > > >
>> > > > > >
>> > > > > >
>> > > > >
>> > > > >
>> > > > > --
>> > > > > Ryan Connelly
>> > > > > M.S. Student in Atmospheric Sciences, Stony Brook
University
>> > > > > B.S. in Meteorology with Minors in Mathematics and GIS,
Valparaiso
>> > > > > University
>> > > > > rconne01 at gmail.com
>> > > > > ryan.connelly at stonybrook.edu
>> > > > >
>> > > > >
>> > > >
>> > > >
>> > >
>> > >
>> > > --
>> > > Ryan Connelly
>> > > M.S. Student in Atmospheric Sciences, Stony Brook University
>> > > B.S. in Meteorology with Minors in Mathematics and GIS,
Valparaiso
>> > > University
>> > > rconne01 at gmail.com
>> > > ryan.connelly at stonybrook.edu
>> > >
>> > >
>> >
>> >
>>
>>
>> --
>> Ryan Connelly
>> M.S. Student in Atmospheric Sciences, Stony Brook University
>> B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
>> University
>> rconne01 at gmail.com
>> ryan.connelly at stonybrook.edu
>>
>>
>

------------------------------------------------
Subject: Level string for isobaric surfaces
From: Ryan Connelly
Time: Mon Jun 05 15:45:24 2017

Hi Julie,

1. RAP file sent!

2. I had to copy the UPP-out file WRFPRS_d02.19 over from our cluster
to my
local machine first, because our sys admin won't allow ftp on the
cluster.
Hence the name change so that in the future I knew what it was.  I
apologize; I should have specified.  The filename in the command
string is
correct; GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 on your ftp server =
WRFPRS_d02.19
on my cluster and in the command string.

3. Yes, V5.2.

Thanks,
Ryan

On Mon, Jun 5, 2017 at 5:23 PM, Julie Prestopnik via RT
<met_help at ucar.edu>
wrote:

> Also, are you using version 5.2 as the config file indicates?
>
> Thanks!
>
> Julie
>
> On Mon, Jun 5, 2017 at 3:19 PM, Julie Prestopnik <jpresto at ucar.edu>
wrote:
>
> > Thanks, Ryan.  Can you also please send up
rap_130_20131210_1900_000.grb2
> > to our ftp server?
> >
> > Also, I see the name WRFPRS_d02.19 differs from the name
> > GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19, which is on our ftp
server.  Is
> > WRFPRS_d02.19 a list of files, where GEFSR1_MYNN2_THOM_SKEBS0_
> WRFPRS_d02.19
> > is one of those files?
> >
> > Thanks for clarifying.
> >
> > Julie
> >
> > On Mon, Jun 5, 2017 at 3:12 PM, Ryan Connelly via RT
<met_help at ucar.edu>
> > wrote:
> >
> >>
> >> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
> >>
> >> Oh right, sorry.
> >>
> >> Obviously it's specific to my directory structure, but...
> >>
> >> bin/ensemble_stat 40
> >> /D2/ryan/Research/20131210_Case/GEFSR*/postprd/WRFPRS_d02.19
> >> scripts/config/EnsembleStatConfig_ryan -grid_obs
> >> /D2/ryan/Research/20131210_Case/rap_130_20131210_1900_000.grb2
-outdir
> >> /D2/ryan/Research/20131210_Case
> >>
> >> On Mon, Jun 5, 2017 at 5:10 PM, Julie Prestopnik via RT <
> >> met_help at ucar.edu>
> >> wrote:
> >>
> >> > Thanks!
> >> >
> >> > Can you please also email me the command you're running?
> >> >
> >> > Julie
> >> >
> >> > On Mon, Jun 5, 2017 at 3:09 PM, Ryan Connelly via RT <
> met_help at ucar.edu
> >> >
> >> > wrote:
> >> >
> >> > >
> >> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712
>
> >> > >
> >> > > Ok, that looks like it was successful this time.
> >> > >
> >> > > On Mon, Jun 5, 2017 at 4:53 PM, Julie Prestopnik via RT <
> >> > met_help at ucar.edu
> >> > > >
> >> > > wrote:
> >> > >
> >> > > > Hi Ryan.
> >> > > >
> >> > > > It appears there was a problem transferring the data.
Usually,
> >> when I
> >> > > get
> >> > > > the same problem that you indicated you got, I just keep
retrying
> >> and
> >> > it
> >> > > > eventually goes through (usually just a few tries).
> >> > > >
> >> > > > Could you please try again?
> >> > > >
> >> > > > Also, can you please also email me the command you're
running?
> >> Once I
> >> > > have
> >> > > > the data and your command, I can look into the problem.
> >> > > >
> >> > > > Thanks,
> >> > > > Julie
> >> > > >
> >> > > > On Mon, Jun 5, 2017 at 2:45 PM, Ryan Connelly via RT <
> >> > met_help at ucar.edu>
> >> > > > wrote:
> >> > > >
> >> > > > >
> >> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
> >> > > > >
> >> > > > > Hi Julie,
> >> > > > >
> >> > > > > I think it's there in Connelly_data.  But I got the
following
> >> error,
> >> > so
> >> > > > it
> >> > > > > may not have gone through:
> >> > > > >
> >> > > > > 425 Can't open passive connection: Address already in
use.
> >> > > > > Passive mode refused.
> >> > > > >
> >> > > > >
> >> > > > > Thanks,
> >> > > > > Ryan
> >> > > > >
> >> > > > > On Mon, Jun 5, 2017 at 3:58 PM, Julie Prestopnik via RT <
> >> > > > met_help at ucar.edu
> >> > > > > >
> >> > > > > wrote:
> >> > > > >
> >> > > > > > Hi Ryan.  Thanks for the additional information and for
> sending
> >> you
> >> > > > > > configuration file.  Could you please send us your
data? You
> can
> >> > post
> >> > > > it
> >> > > > > to
> >> > > > > > our anonymous ftp site following these instructions:
> >> > > > > >
http://www.dtcenter.org/met/users/support/met_help.php#ftp
> >> > > > > >
> >> > > > > > Can you please also email me the command you're
running?
> Once I
> >> > have
> >> > > > the
> >> > > > > > data and your command, I can look into the problem.
> >> > > > > >
> >> > > > > > Thanks!
> >> > > > > >
> >> > > > > > Julie
> >> > > > > >
> >> > > > > > On Mon, Jun 5, 2017 at 1:53 PM, Ryan Connelly via RT <
> >> > > > met_help at ucar.edu>
> >> > > > > > wrote:
> >> > > > > >
> >> > > > > > >
> >> > > > > > > <URL: https://rt.rap.ucar.edu/rt/
> Ticket/Display.html?id=80712
> >> >
> >> > > > > > >
> >> > > > > > > Hi Julie,
> >> > > > > > >
> >> > > > > > > The errors I get are that the variable is not found
in the
> >> > > UPP-ouput
> >> > > > > > GRIB:
> >> > > > > > >
> >> > > > > > > WARNING: MetGrib1DataFile::data_plane() -> No exact
match
> >> found
> >> > for
> >> > > > > > VarInfo
> >> > > > > > > "RH/P700" in GRIB file
> >> > > > > > >
"/D2/ryan/Research/20131210_Case/GEFSR3_YSU_MORR_SKEBS0/
> >> > > > > > > postprd/WRFPRS_d02.19".
> >> > > > > > > WARNING:
> >> > > > > > > WARNING:
> >> > > > > > > WARNING: process_n_vld() -> ensemble field "RH/P700"
not
> >> found in
> >> > > > file
> >> > > > > > >
"/D2/ryan/Research/20131210_Case/GEFSR3_YSU_MORR_SKEBS0/
> >> > > > > > > postprd/WRFPRS_d02.19"
> >> > > > > > > WARNING:
> >> > > > > > > WARNING:
> >> > > > > > > WARNING: MetGrib1DataFile::data_plane() -> No exact
match
> >> found
> >> > for
> >> > > > > > VarInfo
> >> > > > > > > "RH/P700" in GRIB file
> >> > > > > > >
"/D2/ryan/Research/20131210_Case/GEFSR4_YSU_THOM_SKEBS0/
> >> > > > > > > postprd/WRFPRS_d02.19".
> >> > > > > > > WARNING:
> >> > > > > > > WARNING:
> >> > > > > > > WARNING: process_n_vld() -> ensemble field "RH/P700"
not
> >> found in
> >> > > > file
> >> > > > > > >
"/D2/ryan/Research/20131210_Case/GEFSR4_YSU_THOM_SKEBS0/
> >> > > > > > > postprd/WRFPRS_d02.19"
> >> > > > > > > WARNING:
> >> > > > > > > WARNING:
> >> > > > > > > WARNING: MetGrib1DataFile::data_plane() -> No exact
match
> >> found
> >> > for
> >> > > > > > VarInfo
> >> > > > > > > "RH/P700" in GRIB file
> >> > > > > > >
"/D2/ryan/Research/20131210_Case/GEFSR5_MYNN2_MORR_SKEBS0/
> >> > > > > > > postprd/WRFPRS_d02.19".
> >> > > > > > > WARNING:
> >> > > > > > > WARNING:
> >> > > > > > > WARNING: process_n_vld() -> ensemble field "RH/P700"
not
> >> found in
> >> > > > file
> >> > > > > > >
"/D2/ryan/Research/20131210_Case/GEFSR5_MYNN2_MORR_SKEBS0/
> >> > > > > > > postprd/WRFPRS_d02.19"
> >> > > > > > > WARNING:
> >> > > > > > > WARNING:
> >> > > > > > > WARNING: MetGrib1DataFile::data_plane() -> No exact
match
> >> found
> >> > for
> >> > > > > > VarInfo
> >> > > > > > > "RH/P700" in GRIB file
> >> > > > > > >
"/D2/ryan/Research/20131210_Case/GEFSR5_YSU_THOM_SKEBS0/
> >> > > > > > > postprd/WRFPRS_d02.19".
> >> > > > > > > WARNING:
> >> > > > > > > WARNING:
> >> > > > > > > WARNING: process_n_vld() -> ensemble field "RH/P700"
not
> >> found in
> >> > > > file
> >> > > > > > >
"/D2/ryan/Research/20131210_Case/GEFSR5_YSU_THOM_SKEBS0/
> >> > > > > > > postprd/WRFPRS_d02.19"
> >> > > > > > > WARNING:
> >> > > > > > > ERROR  :
> >> > > > > > > ERROR  : process_n_vld() -> 4 missing ensemble fields
> exceeds
> >> the
> >> > > > > maximum
> >> > > > > > > allowable specified by "ens.ens_thresh" in the
configuration
> >> > file.
> >> > > > > > >
> >> > > > > > >
> >> > > > > > > In this case, it's only displaying RH/P700 as not
found, but
> >> if I
> >> > > > > comment
> >> > > > > > > that section out in the config file, it then tells me
the
> same
> >> > for
> >> > > > > > > HGT/P700.
> >> > > > > > >
> >> > > > > > > I've attached the config file.
> >> > > > > > >
> >> > > > > > > Thanks,
> >> > > > > > > Ryan
> >> > > > > > >
> >> > > > > > > On Thu, Jun 1, 2017 at 4:20 PM, Julie Prestopnik via
RT <
> >> > > > > > met_help at ucar.edu
> >> > > > > > > >
> >> > > > > > > wrote:
> >> > > > > > >
> >> > > > > > > > Hi Ryan.
> >> > > > > > > >
> >> > > > > > > > When you say "It is not (so far) 700, P700, Z700,
700 mb,
> >> > > > > > 700:pressure.",
> >> > > > > > > > what sort of problem did you encounter?
> >> > > > > > > >
> >> > > > > > > > MET uses some short-hand for specifying the level
> >> information.
> >> > > The
> >> > > > > > > > character "P" means pressure, and "P500" would mean
> pressure
> >> > > level
> >> > > > > > 500mb.
> >> > > > > > > > The character "A" means accumulation interval, and
"A24"
> >> means
> >> > > > > 24-hours
> >> > > > > > > of
> >> > > > > > > > accumulation.  The character "Z" means height, and
"Z2"
> >> means
> >> > > > > 2-meters
> >> > > > > > > > above ground.  The character "L" means a generic
level
> >> type...
> >> > so
> >> > > > > just
> >> > > > > > > > match the value but don't worry about the type.
> >> > > > > > > >
> >> > > > > > > > Could you please send us your data, config files,
etc. and
> >> the
> >> > > > > command
> >> > > > > > > line
> >> > > > > > > > you're running, so that I can check it out? Y ou
can post
> >> it to
> >> > > our
> >> > > > > > > > anonymous ftp site following these instructions:
> >> > > > > > > >    http://www.dtcenter.org/met/us
> >> ers/support/met_help.php#ftp
> >> > > > > > > >
> >> > > > > > > > Thanks!
> >> > > > > > > >
> >> > > > > > > > Julie
> >> > > > > > > >
> >> > > > > > > > On Thu, Jun 1, 2017 at 1:14 PM, Ryan Connelly via
RT <
> >> > > > > > met_help at ucar.edu>
> >> > > > > > > > wrote:
> >> > > > > > > >
> >> > > > > > > > >
> >> > > > > > > > > Thu Jun 01 13:14:25 2017: Request 80712 was acted
upon.
> >> > > > > > > > > Transaction: Ticket created by rconne01 at gmail.com
> >> > > > > > > > >        Queue: met_help
> >> > > > > > > > >      Subject: Level string for isobaric surfaces
> >> > > > > > > > >        Owner: Nobody
> >> > > > > > > > >   Requestors: rconne01 at gmail.com
> >> > > > > > > > >       Status: new
> >> > > > > > > > >  Ticket <URL: https://rt.rap.ucar.edu/rt/
> >> > > > > > Ticket/Display.html?id=80712
> >> > > > > > > >
> >> > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > > > What is the level string that is needed in
configuration
> >> > files
> >> > > > for
> >> > > > > an
> >> > > > > > > > > isobaric surface?  I want to run ensemble_stat on
700 mb
> >> > height
> >> > > > and
> >> > > > > > RH.
> >> > > > > > > > It
> >> > > > > > > > > is not (so far) 700, P700, Z700, 700 mb,
700:pressure.
> I
> >> > know
> >> > > > the
> >> > > > > > > > variable
> >> > > > > > > > > names are HGT and RH.
> >> > > > > > > > >
> >> > > > > > > > > --
> >> > > > > > > > > Ryan Connelly
> >> > > > > > > > > M.S. Student in Atmospheric Sciences, Stony Brook
> >> University
> >> > > > > > > > > B.S. in Meteorology with Minors in Mathematics
and GIS,
> >> > > > Valparaiso
> >> > > > > > > > > University
> >> > > > > > > > > rconne01 at gmail.com
> >> > > > > > > > > ryan.connelly at stonybrook.edu
> >> > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > > >
> >> > > > > > > --
> >> > > > > > > Ryan Connelly
> >> > > > > > > M.S. Student in Atmospheric Sciences, Stony Brook
University
> >> > > > > > > B.S. in Meteorology with Minors in Mathematics and
GIS,
> >> > Valparaiso
> >> > > > > > > University
> >> > > > > > > rconne01 at gmail.com
> >> > > > > > > ryan.connelly at stonybrook.edu
> >> > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > > >
> >> > > > >
> >> > > > >
> >> > > > > --
> >> > > > > Ryan Connelly
> >> > > > > M.S. Student in Atmospheric Sciences, Stony Brook
University
> >> > > > > B.S. in Meteorology with Minors in Mathematics and GIS,
> Valparaiso
> >> > > > > University
> >> > > > > rconne01 at gmail.com
> >> > > > > ryan.connelly at stonybrook.edu
> >> > > > >
> >> > > > >
> >> > > >
> >> > > >
> >> > >
> >> > >
> >> > > --
> >> > > Ryan Connelly
> >> > > M.S. Student in Atmospheric Sciences, Stony Brook University
> >> > > B.S. in Meteorology with Minors in Mathematics and GIS,
Valparaiso
> >> > > University
> >> > > rconne01 at gmail.com
> >> > > ryan.connelly at stonybrook.edu
> >> > >
> >> > >
> >> >
> >> >
> >>
> >>
> >> --
> >> Ryan Connelly
> >> M.S. Student in Atmospheric Sciences, Stony Brook University
> >> B.S. in Meteorology with Minors in Mathematics and GIS,
Valparaiso
> >> University
> >> rconne01 at gmail.com
> >> ryan.connelly at stonybrook.edu
> >>
> >>
> >
>
>


--
Ryan Connelly
M.S. Student in Atmospheric Sciences, Stony Brook University
B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
University
rconne01 at gmail.com
ryan.connelly at stonybrook.edu

------------------------------------------------
Subject: Level string for isobaric surfaces
From: John Halley Gotway
Time: Tue Jun 06 13:50:30 2017

Hi Ryan,

This is John Halley Gotway.  I see that you've had a question about
how to
set up the configuration file for Ensemble-Stat.

Thanks for sending a sample data file.  I see the following file name,
which I'm assuming is the data for ensemble member number 19:
   GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19

I ran the following plot_data_plane on this file:

met-5.2/bin/plot_data_plane \
   GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 \
   RH_P700.ps \
   'name="RH"; level="P700";'

This tool reads a single 2D field of data and creates a postscript
plot of
it.  I converted the output file to PNG format and have attached it to
this
message.

I run this utility all the time for playing around with the settings
for
"name" and "level".  When processing GRIB data, "name" should be set
to the
GRIB code abbreviation for the variable you want to read.  And "level"
is
used to describe the level for that variable you want to extract.
Using
the "P" prefix tells MET to look for a pressure level... so "P700"
means
find the 700mb pressure level.

If you add the "-v 3" command line option to plot_data_plane to
increase
the verbosity level, you'll see the following log message printed to
the
screen:

DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found range match for
VarInfo "RH/P700" in GRIB record 154 of GRIB file
"GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19".

So MET is using GRIB record number 154.  I also ran wgrib to verify
that's
really the one we want:

wgrib GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 | grep RH | grep 700
154:37208898:d=13121000:RH:kpds5=52:kpds6=100:kpds7=700:TR=0:P1=19:P2=0:TimeU=1:700
mb:19hr fcst:NAve=0

Hopefully that helps get you going.

Thanks,
John


On Mon, Jun 5, 2017 at 3:45 PM, Ryan Connelly via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
>
> Hi Julie,
>
> 1. RAP file sent!
>
> 2. I had to copy the UPP-out file WRFPRS_d02.19 over from our
cluster to my
> local machine first, because our sys admin won't allow ftp on the
cluster.
> Hence the name change so that in the future I knew what it was.  I
> apologize; I should have specified.  The filename in the command
string is
> correct; GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 on your ftp server =
> WRFPRS_d02.19
> on my cluster and in the command string.
>
> 3. Yes, V5.2.
>
> Thanks,
> Ryan
>
> On Mon, Jun 5, 2017 at 5:23 PM, Julie Prestopnik via RT
<met_help at ucar.edu
> >
> wrote:
>
> > Also, are you using version 5.2 as the config file indicates?
> >
> > Thanks!
> >
> > Julie
> >
> > On Mon, Jun 5, 2017 at 3:19 PM, Julie Prestopnik
<jpresto at ucar.edu>
> wrote:
> >
> > > Thanks, Ryan.  Can you also please send up
> rap_130_20131210_1900_000.grb2
> > > to our ftp server?
> > >
> > > Also, I see the name WRFPRS_d02.19 differs from the name
> > > GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19, which is on our ftp
server.
> Is
> > > WRFPRS_d02.19 a list of files, where GEFSR1_MYNN2_THOM_SKEBS0_
> > WRFPRS_d02.19
> > > is one of those files?
> > >
> > > Thanks for clarifying.
> > >
> > > Julie
> > >
> > > On Mon, Jun 5, 2017 at 3:12 PM, Ryan Connelly via RT <
> met_help at ucar.edu>
> > > wrote:
> > >
> > >>
> > >> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
> > >>
> > >> Oh right, sorry.
> > >>
> > >> Obviously it's specific to my directory structure, but...
> > >>
> > >> bin/ensemble_stat 40
> > >> /D2/ryan/Research/20131210_Case/GEFSR*/postprd/WRFPRS_d02.19
> > >> scripts/config/EnsembleStatConfig_ryan -grid_obs
> > >> /D2/ryan/Research/20131210_Case/rap_130_20131210_1900_000.grb2
> -outdir
> > >> /D2/ryan/Research/20131210_Case
> > >>
> > >> On Mon, Jun 5, 2017 at 5:10 PM, Julie Prestopnik via RT <
> > >> met_help at ucar.edu>
> > >> wrote:
> > >>
> > >> > Thanks!
> > >> >
> > >> > Can you please also email me the command you're running?
> > >> >
> > >> > Julie
> > >> >
> > >> > On Mon, Jun 5, 2017 at 3:09 PM, Ryan Connelly via RT <
> > met_help at ucar.edu
> > >> >
> > >> > wrote:
> > >> >
> > >> > >
> > >> > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
> > >> > >
> > >> > > Ok, that looks like it was successful this time.
> > >> > >
> > >> > > On Mon, Jun 5, 2017 at 4:53 PM, Julie Prestopnik via RT <
> > >> > met_help at ucar.edu
> > >> > > >
> > >> > > wrote:
> > >> > >
> > >> > > > Hi Ryan.
> > >> > > >
> > >> > > > It appears there was a problem transferring the data.
Usually,
> > >> when I
> > >> > > get
> > >> > > > the same problem that you indicated you got, I just keep
> retrying
> > >> and
> > >> > it
> > >> > > > eventually goes through (usually just a few tries).
> > >> > > >
> > >> > > > Could you please try again?
> > >> > > >
> > >> > > > Also, can you please also email me the command you're
running?
> > >> Once I
> > >> > > have
> > >> > > > the data and your command, I can look into the problem.
> > >> > > >
> > >> > > > Thanks,
> > >> > > > Julie
> > >> > > >
> > >> > > > On Mon, Jun 5, 2017 at 2:45 PM, Ryan Connelly via RT <
> > >> > met_help at ucar.edu>
> > >> > > > wrote:
> > >> > > >
> > >> > > > >
> > >> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712
> >
> > >> > > > >
> > >> > > > > Hi Julie,
> > >> > > > >
> > >> > > > > I think it's there in Connelly_data.  But I got the
following
> > >> error,
> > >> > so
> > >> > > > it
> > >> > > > > may not have gone through:
> > >> > > > >
> > >> > > > > 425 Can't open passive connection: Address already in
use.
> > >> > > > > Passive mode refused.
> > >> > > > >
> > >> > > > >
> > >> > > > > Thanks,
> > >> > > > > Ryan
> > >> > > > >
> > >> > > > > On Mon, Jun 5, 2017 at 3:58 PM, Julie Prestopnik via RT
<
> > >> > > > met_help at ucar.edu
> > >> > > > > >
> > >> > > > > wrote:
> > >> > > > >
> > >> > > > > > Hi Ryan.  Thanks for the additional information and
for
> > sending
> > >> you
> > >> > > > > > configuration file.  Could you please send us your
data? You
> > can
> > >> > post
> > >> > > > it
> > >> > > > > to
> > >> > > > > > our anonymous ftp site following these instructions:
> > >> > > > > >    http://www.dtcenter.org/met/
> users/support/met_help.php#ftp
> > >> > > > > >
> > >> > > > > > Can you please also email me the command you're
running?
> > Once I
> > >> > have
> > >> > > > the
> > >> > > > > > data and your command, I can look into the problem.
> > >> > > > > >
> > >> > > > > > Thanks!
> > >> > > > > >
> > >> > > > > > Julie
> > >> > > > > >
> > >> > > > > > On Mon, Jun 5, 2017 at 1:53 PM, Ryan Connelly via RT
<
> > >> > > > met_help at ucar.edu>
> > >> > > > > > wrote:
> > >> > > > > >
> > >> > > > > > >
> > >> > > > > > > <URL: https://rt.rap.ucar.edu/rt/
> > Ticket/Display.html?id=80712
> > >> >
> > >> > > > > > >
> > >> > > > > > > Hi Julie,
> > >> > > > > > >
> > >> > > > > > > The errors I get are that the variable is not found
in the
> > >> > > UPP-ouput
> > >> > > > > > GRIB:
> > >> > > > > > >
> > >> > > > > > > WARNING: MetGrib1DataFile::data_plane() -> No exact
match
> > >> found
> > >> > for
> > >> > > > > > VarInfo
> > >> > > > > > > "RH/P700" in GRIB file
> > >> > > > > > >
"/D2/ryan/Research/20131210_Case/GEFSR3_YSU_MORR_SKEBS0/
> > >> > > > > > > postprd/WRFPRS_d02.19".
> > >> > > > > > > WARNING:
> > >> > > > > > > WARNING:
> > >> > > > > > > WARNING: process_n_vld() -> ensemble field
"RH/P700" not
> > >> found in
> > >> > > > file
> > >> > > > > > >
"/D2/ryan/Research/20131210_Case/GEFSR3_YSU_MORR_SKEBS0/
> > >> > > > > > > postprd/WRFPRS_d02.19"
> > >> > > > > > > WARNING:
> > >> > > > > > > WARNING:
> > >> > > > > > > WARNING: MetGrib1DataFile::data_plane() -> No exact
match
> > >> found
> > >> > for
> > >> > > > > > VarInfo
> > >> > > > > > > "RH/P700" in GRIB file
> > >> > > > > > >
"/D2/ryan/Research/20131210_Case/GEFSR4_YSU_THOM_SKEBS0/
> > >> > > > > > > postprd/WRFPRS_d02.19".
> > >> > > > > > > WARNING:
> > >> > > > > > > WARNING:
> > >> > > > > > > WARNING: process_n_vld() -> ensemble field
"RH/P700" not
> > >> found in
> > >> > > > file
> > >> > > > > > >
"/D2/ryan/Research/20131210_Case/GEFSR4_YSU_THOM_SKEBS0/
> > >> > > > > > > postprd/WRFPRS_d02.19"
> > >> > > > > > > WARNING:
> > >> > > > > > > WARNING:
> > >> > > > > > > WARNING: MetGrib1DataFile::data_plane() -> No exact
match
> > >> found
> > >> > for
> > >> > > > > > VarInfo
> > >> > > > > > > "RH/P700" in GRIB file
> > >> > > > > > > "/D2/ryan/Research/20131210_
> Case/GEFSR5_MYNN2_MORR_SKEBS0/
> > >> > > > > > > postprd/WRFPRS_d02.19".
> > >> > > > > > > WARNING:
> > >> > > > > > > WARNING:
> > >> > > > > > > WARNING: process_n_vld() -> ensemble field
"RH/P700" not
> > >> found in
> > >> > > > file
> > >> > > > > > > "/D2/ryan/Research/20131210_
> Case/GEFSR5_MYNN2_MORR_SKEBS0/
> > >> > > > > > > postprd/WRFPRS_d02.19"
> > >> > > > > > > WARNING:
> > >> > > > > > > WARNING:
> > >> > > > > > > WARNING: MetGrib1DataFile::data_plane() -> No exact
match
> > >> found
> > >> > for
> > >> > > > > > VarInfo
> > >> > > > > > > "RH/P700" in GRIB file
> > >> > > > > > >
"/D2/ryan/Research/20131210_Case/GEFSR5_YSU_THOM_SKEBS0/
> > >> > > > > > > postprd/WRFPRS_d02.19".
> > >> > > > > > > WARNING:
> > >> > > > > > > WARNING:
> > >> > > > > > > WARNING: process_n_vld() -> ensemble field
"RH/P700" not
> > >> found in
> > >> > > > file
> > >> > > > > > >
"/D2/ryan/Research/20131210_Case/GEFSR5_YSU_THOM_SKEBS0/
> > >> > > > > > > postprd/WRFPRS_d02.19"
> > >> > > > > > > WARNING:
> > >> > > > > > > ERROR  :
> > >> > > > > > > ERROR  : process_n_vld() -> 4 missing ensemble
fields
> > exceeds
> > >> the
> > >> > > > > maximum
> > >> > > > > > > allowable specified by "ens.ens_thresh" in the
> configuration
> > >> > file.
> > >> > > > > > >
> > >> > > > > > >
> > >> > > > > > > In this case, it's only displaying RH/P700 as not
found,
> but
> > >> if I
> > >> > > > > comment
> > >> > > > > > > that section out in the config file, it then tells
me the
> > same
> > >> > for
> > >> > > > > > > HGT/P700.
> > >> > > > > > >
> > >> > > > > > > I've attached the config file.
> > >> > > > > > >
> > >> > > > > > > Thanks,
> > >> > > > > > > Ryan
> > >> > > > > > >
> > >> > > > > > > On Thu, Jun 1, 2017 at 4:20 PM, Julie Prestopnik
via RT <
> > >> > > > > > met_help at ucar.edu
> > >> > > > > > > >
> > >> > > > > > > wrote:
> > >> > > > > > >
> > >> > > > > > > > Hi Ryan.
> > >> > > > > > > >
> > >> > > > > > > > When you say "It is not (so far) 700, P700, Z700,
700
> mb,
> > >> > > > > > 700:pressure.",
> > >> > > > > > > > what sort of problem did you encounter?
> > >> > > > > > > >
> > >> > > > > > > > MET uses some short-hand for specifying the level
> > >> information.
> > >> > > The
> > >> > > > > > > > character "P" means pressure, and "P500" would
mean
> > pressure
> > >> > > level
> > >> > > > > > 500mb.
> > >> > > > > > > > The character "A" means accumulation interval,
and "A24"
> > >> means
> > >> > > > > 24-hours
> > >> > > > > > > of
> > >> > > > > > > > accumulation.  The character "Z" means height,
and "Z2"
> > >> means
> > >> > > > > 2-meters
> > >> > > > > > > > above ground.  The character "L" means a generic
level
> > >> type...
> > >> > so
> > >> > > > > just
> > >> > > > > > > > match the value but don't worry about the type.
> > >> > > > > > > >
> > >> > > > > > > > Could you please send us your data, config files,
etc.
> and
> > >> the
> > >> > > > > command
> > >> > > > > > > line
> > >> > > > > > > > you're running, so that I can check it out? Y ou
can
> post
> > >> it to
> > >> > > our
> > >> > > > > > > > anonymous ftp site following these instructions:
> > >> > > > > > > >    http://www.dtcenter.org/met/us
> > >> ers/support/met_help.php#ftp
> > >> > > > > > > >
> > >> > > > > > > > Thanks!
> > >> > > > > > > >
> > >> > > > > > > > Julie
> > >> > > > > > > >
> > >> > > > > > > > On Thu, Jun 1, 2017 at 1:14 PM, Ryan Connelly via
RT <
> > >> > > > > > met_help at ucar.edu>
> > >> > > > > > > > wrote:
> > >> > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > > > Thu Jun 01 13:14:25 2017: Request 80712 was
acted
> upon.
> > >> > > > > > > > > Transaction: Ticket created by
rconne01 at gmail.com
> > >> > > > > > > > >        Queue: met_help
> > >> > > > > > > > >      Subject: Level string for isobaric
surfaces
> > >> > > > > > > > >        Owner: Nobody
> > >> > > > > > > > >   Requestors: rconne01 at gmail.com
> > >> > > > > > > > >       Status: new
> > >> > > > > > > > >  Ticket <URL: https://rt.rap.ucar.edu/rt/
> > >> > > > > > Ticket/Display.html?id=80712
> > >> > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > > > What is the level string that is needed in
> configuration
> > >> > files
> > >> > > > for
> > >> > > > > an
> > >> > > > > > > > > isobaric surface?  I want to run ensemble_stat
on 700
> mb
> > >> > height
> > >> > > > and
> > >> > > > > > RH.
> > >> > > > > > > > It
> > >> > > > > > > > > is not (so far) 700, P700, Z700, 700 mb,
700:pressure.
> > I
> > >> > know
> > >> > > > the
> > >> > > > > > > > variable
> > >> > > > > > > > > names are HGT and RH.
> > >> > > > > > > > >
> > >> > > > > > > > > --
> > >> > > > > > > > > Ryan Connelly
> > >> > > > > > > > > M.S. Student in Atmospheric Sciences, Stony
Brook
> > >> University
> > >> > > > > > > > > B.S. in Meteorology with Minors in Mathematics
and
> GIS,
> > >> > > > Valparaiso
> > >> > > > > > > > > University
> > >> > > > > > > > > rconne01 at gmail.com
> > >> > > > > > > > > ryan.connelly at stonybrook.edu
> > >> > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > > >
> > >> > > > > > > --
> > >> > > > > > > Ryan Connelly
> > >> > > > > > > M.S. Student in Atmospheric Sciences, Stony Brook
> University
> > >> > > > > > > B.S. in Meteorology with Minors in Mathematics and
GIS,
> > >> > Valparaiso
> > >> > > > > > > University
> > >> > > > > > > rconne01 at gmail.com
> > >> > > > > > > ryan.connelly at stonybrook.edu
> > >> > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > > >
> > >> > > > > --
> > >> > > > > Ryan Connelly
> > >> > > > > M.S. Student in Atmospheric Sciences, Stony Brook
University
> > >> > > > > B.S. in Meteorology with Minors in Mathematics and GIS,
> > Valparaiso
> > >> > > > > University
> > >> > > > > rconne01 at gmail.com
> > >> > > > > ryan.connelly at stonybrook.edu
> > >> > > > >
> > >> > > > >
> > >> > > >
> > >> > > >
> > >> > >
> > >> > >
> > >> > > --
> > >> > > Ryan Connelly
> > >> > > M.S. Student in Atmospheric Sciences, Stony Brook
University
> > >> > > B.S. in Meteorology with Minors in Mathematics and GIS,
Valparaiso
> > >> > > University
> > >> > > rconne01 at gmail.com
> > >> > > ryan.connelly at stonybrook.edu
> > >> > >
> > >> > >
> > >> >
> > >> >
> > >>
> > >>
> > >> --
> > >> Ryan Connelly
> > >> M.S. Student in Atmospheric Sciences, Stony Brook University
> > >> B.S. in Meteorology with Minors in Mathematics and GIS,
Valparaiso
> > >> University
> > >> rconne01 at gmail.com
> > >> ryan.connelly at stonybrook.edu
> > >>
> > >>
> > >
> >
> >
>
>
> --
> Ryan Connelly
> M.S. Student in Atmospheric Sciences, Stony Brook University
> B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
> University
> rconne01 at gmail.com
> ryan.connelly at stonybrook.edu
>
>

------------------------------------------------
Subject: Level string for isobaric surfaces
From: Ryan Connelly
Time: Tue Jun 06 15:45:04 2017

Hi John,

Thanks for looking into this.  Unfortunately, that only tells me what
I
already know.  To thicken the plot, I ran regrid_data_plane on that
same
file (as well as the rest of the ensemble, to regrid to a verification
RAP
analysis grid) and it was able to find RH/P700 and HGT/P700, as well
as
other variables whose identifiers I pulled out of the wgrib output.
So
along with your ability to plot_data_plane, that leads me to believe
that
this is a problem unique to EnsembleStat.

(FWIW, .19 actually specifies the FHR; I just retained the UPP default
file
name structure.  The obnoxiously long string preceding that specifies
the
ensemble member.)

Thanks,
Ryan

On Tue, Jun 6, 2017 at 3:50 PM John Halley Gotway via RT
<met_help at ucar.edu>
wrote:

> Hi Ryan,
>
> This is John Halley Gotway.  I see that you've had a question about
how to
> set up the configuration file for Ensemble-Stat.
>
> Thanks for sending a sample data file.  I see the following file
name,
> which I'm assuming is the data for ensemble member number 19:
>    GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19
>
> I ran the following plot_data_plane on this file:
>
> met-5.2/bin/plot_data_plane \
>    GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 \
>    RH_P700.ps \
>    'name="RH"; level="P700";'
>
> This tool reads a single 2D field of data and creates a postscript
plot of
> it.  I converted the output file to PNG format and have attached it
to this
> message.
>
> I run this utility all the time for playing around with the settings
for
> "name" and "level".  When processing GRIB data, "name" should be set
to the
> GRIB code abbreviation for the variable you want to read.  And
"level" is
> used to describe the level for that variable you want to extract.
Using
> the "P" prefix tells MET to look for a pressure level... so "P700"
means
> find the 700mb pressure level.
>
> If you add the "-v 3" command line option to plot_data_plane to
increase
> the verbosity level, you'll see the following log message printed to
the
> screen:
>
> DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found range match
for
> VarInfo "RH/P700" in GRIB record 154 of GRIB file
> "GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19".
>
> So MET is using GRIB record number 154.  I also ran wgrib to verify
that's
> really the one we want:
>
> wgrib GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 | grep RH | grep 700
>
>
154:37208898:d=13121000:RH:kpds5=52:kpds6=100:kpds7=700:TR=0:P1=19:P2=0:TimeU=1:700
> mb:19hr fcst:NAve=0
>
> Hopefully that helps get you going.
>
> Thanks,
> John
>
>
> On Mon, Jun 5, 2017 at 3:45 PM, Ryan Connelly via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
> >
> > Hi Julie,
> >
> > 1. RAP file sent!
> >
> > 2. I had to copy the UPP-out file WRFPRS_d02.19 over from our
cluster to
> my
> > local machine first, because our sys admin won't allow ftp on the
> cluster.
> > Hence the name change so that in the future I knew what it was.  I
> > apologize; I should have specified.  The filename in the command
string
> is
> > correct; GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 on your ftp server
=
> > WRFPRS_d02.19
> > on my cluster and in the command string.
> >
> > 3. Yes, V5.2.
> >
> > Thanks,
> > Ryan
> >
> > On Mon, Jun 5, 2017 at 5:23 PM, Julie Prestopnik via RT <
> met_help at ucar.edu
> > >
> > wrote:
> >
> > > Also, are you using version 5.2 as the config file indicates?
> > >
> > > Thanks!
> > >
> > > Julie
> > >
> > > On Mon, Jun 5, 2017 at 3:19 PM, Julie Prestopnik
<jpresto at ucar.edu>
> > wrote:
> > >
> > > > Thanks, Ryan.  Can you also please send up
> > rap_130_20131210_1900_000.grb2
> > > > to our ftp server?
> > > >
> > > > Also, I see the name WRFPRS_d02.19 differs from the name
> > > > GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19, which is on our ftp
server.
> > Is
> > > > WRFPRS_d02.19 a list of files, where GEFSR1_MYNN2_THOM_SKEBS0_
> > > WRFPRS_d02.19
> > > > is one of those files?
> > > >
> > > > Thanks for clarifying.
> > > >
> > > > Julie
> > > >
> > > > On Mon, Jun 5, 2017 at 3:12 PM, Ryan Connelly via RT <
> > met_help at ucar.edu>
> > > > wrote:
> > > >
> > > >>
> > > >> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712
>
> > > >>
> > > >> Oh right, sorry.
> > > >>
> > > >> Obviously it's specific to my directory structure, but...
> > > >>
> > > >> bin/ensemble_stat 40
> > > >> /D2/ryan/Research/20131210_Case/GEFSR*/postprd/WRFPRS_d02.19
> > > >> scripts/config/EnsembleStatConfig_ryan -grid_obs
> > > >>
/D2/ryan/Research/20131210_Case/rap_130_20131210_1900_000.grb2
> > -outdir
> > > >> /D2/ryan/Research/20131210_Case
> > > >>
> > > >> On Mon, Jun 5, 2017 at 5:10 PM, Julie Prestopnik via RT <
> > > >> met_help at ucar.edu>
> > > >> wrote:
> > > >>
> > > >> > Thanks!
> > > >> >
> > > >> > Can you please also email me the command you're running?
> > > >> >
> > > >> > Julie
> > > >> >
> > > >> > On Mon, Jun 5, 2017 at 3:09 PM, Ryan Connelly via RT <
> > > met_help at ucar.edu
> > > >> >
> > > >> > wrote:
> > > >> >
> > > >> > >
> > > >> > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
> > > >> > >
> > > >> > > Ok, that looks like it was successful this time.
> > > >> > >
> > > >> > > On Mon, Jun 5, 2017 at 4:53 PM, Julie Prestopnik via RT <
> > > >> > met_help at ucar.edu
> > > >> > > >
> > > >> > > wrote:
> > > >> > >
> > > >> > > > Hi Ryan.
> > > >> > > >
> > > >> > > > It appears there was a problem transferring the data.
> Usually,
> > > >> when I
> > > >> > > get
> > > >> > > > the same problem that you indicated you got, I just
keep
> > retrying
> > > >> and
> > > >> > it
> > > >> > > > eventually goes through (usually just a few tries).
> > > >> > > >
> > > >> > > > Could you please try again?
> > > >> > > >
> > > >> > > > Also, can you please also email me the command you're
running?
> > > >> Once I
> > > >> > > have
> > > >> > > > the data and your command, I can look into the problem.
> > > >> > > >
> > > >> > > > Thanks,
> > > >> > > > Julie
> > > >> > > >
> > > >> > > > On Mon, Jun 5, 2017 at 2:45 PM, Ryan Connelly via RT <
> > > >> > met_help at ucar.edu>
> > > >> > > > wrote:
> > > >> > > >
> > > >> > > > >
> > > >> > > > > <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712
> > >
> > > >> > > > >
> > > >> > > > > Hi Julie,
> > > >> > > > >
> > > >> > > > > I think it's there in Connelly_data.  But I got the
> following
> > > >> error,
> > > >> > so
> > > >> > > > it
> > > >> > > > > may not have gone through:
> > > >> > > > >
> > > >> > > > > 425 Can't open passive connection: Address already in
use.
> > > >> > > > > Passive mode refused.
> > > >> > > > >
> > > >> > > > >
> > > >> > > > > Thanks,
> > > >> > > > > Ryan
> > > >> > > > >
> > > >> > > > > On Mon, Jun 5, 2017 at 3:58 PM, Julie Prestopnik via
RT <
> > > >> > > > met_help at ucar.edu
> > > >> > > > > >
> > > >> > > > > wrote:
> > > >> > > > >
> > > >> > > > > > Hi Ryan.  Thanks for the additional information and
for
> > > sending
> > > >> you
> > > >> > > > > > configuration file.  Could you please send us your
data?
> You
> > > can
> > > >> > post
> > > >> > > > it
> > > >> > > > > to
> > > >> > > > > > our anonymous ftp site following these
instructions:
> > > >> > > > > >    http://www.dtcenter.org/met/
> > users/support/met_help.php#ftp
> > > >> > > > > >
> > > >> > > > > > Can you please also email me the command you're
running?
> > > Once I
> > > >> > have
> > > >> > > > the
> > > >> > > > > > data and your command, I can look into the problem.
> > > >> > > > > >
> > > >> > > > > > Thanks!
> > > >> > > > > >
> > > >> > > > > > Julie
> > > >> > > > > >
> > > >> > > > > > On Mon, Jun 5, 2017 at 1:53 PM, Ryan Connelly via
RT <
> > > >> > > > met_help at ucar.edu>
> > > >> > > > > > wrote:
> > > >> > > > > >
> > > >> > > > > > >
> > > >> > > > > > > <URL: https://rt.rap.ucar.edu/rt/
> > > Ticket/Display.html?id=80712
> > > >> >
> > > >> > > > > > >
> > > >> > > > > > > Hi Julie,
> > > >> > > > > > >
> > > >> > > > > > > The errors I get are that the variable is not
found in
> the
> > > >> > > UPP-ouput
> > > >> > > > > > GRIB:
> > > >> > > > > > >
> > > >> > > > > > > WARNING: MetGrib1DataFile::data_plane() -> No
exact
> match
> > > >> found
> > > >> > for
> > > >> > > > > > VarInfo
> > > >> > > > > > > "RH/P700" in GRIB file
> > > >> > > > > > >
"/D2/ryan/Research/20131210_Case/GEFSR3_YSU_MORR_SKEBS0/
> > > >> > > > > > > postprd/WRFPRS_d02.19".
> > > >> > > > > > > WARNING:
> > > >> > > > > > > WARNING:
> > > >> > > > > > > WARNING: process_n_vld() -> ensemble field
"RH/P700" not
> > > >> found in
> > > >> > > > file
> > > >> > > > > > >
"/D2/ryan/Research/20131210_Case/GEFSR3_YSU_MORR_SKEBS0/
> > > >> > > > > > > postprd/WRFPRS_d02.19"
> > > >> > > > > > > WARNING:
> > > >> > > > > > > WARNING:
> > > >> > > > > > > WARNING: MetGrib1DataFile::data_plane() -> No
exact
> match
> > > >> found
> > > >> > for
> > > >> > > > > > VarInfo
> > > >> > > > > > > "RH/P700" in GRIB file
> > > >> > > > > > >
"/D2/ryan/Research/20131210_Case/GEFSR4_YSU_THOM_SKEBS0/
> > > >> > > > > > > postprd/WRFPRS_d02.19".
> > > >> > > > > > > WARNING:
> > > >> > > > > > > WARNING:
> > > >> > > > > > > WARNING: process_n_vld() -> ensemble field
"RH/P700" not
> > > >> found in
> > > >> > > > file
> > > >> > > > > > >
"/D2/ryan/Research/20131210_Case/GEFSR4_YSU_THOM_SKEBS0/
> > > >> > > > > > > postprd/WRFPRS_d02.19"
> > > >> > > > > > > WARNING:
> > > >> > > > > > > WARNING:
> > > >> > > > > > > WARNING: MetGrib1DataFile::data_plane() -> No
exact
> match
> > > >> found
> > > >> > for
> > > >> > > > > > VarInfo
> > > >> > > > > > > "RH/P700" in GRIB file
> > > >> > > > > > > "/D2/ryan/Research/20131210_
> > Case/GEFSR5_MYNN2_MORR_SKEBS0/
> > > >> > > > > > > postprd/WRFPRS_d02.19".
> > > >> > > > > > > WARNING:
> > > >> > > > > > > WARNING:
> > > >> > > > > > > WARNING: process_n_vld() -> ensemble field
"RH/P700" not
> > > >> found in
> > > >> > > > file
> > > >> > > > > > > "/D2/ryan/Research/20131210_
> > Case/GEFSR5_MYNN2_MORR_SKEBS0/
> > > >> > > > > > > postprd/WRFPRS_d02.19"
> > > >> > > > > > > WARNING:
> > > >> > > > > > > WARNING:
> > > >> > > > > > > WARNING: MetGrib1DataFile::data_plane() -> No
exact
> match
> > > >> found
> > > >> > for
> > > >> > > > > > VarInfo
> > > >> > > > > > > "RH/P700" in GRIB file
> > > >> > > > > > >
"/D2/ryan/Research/20131210_Case/GEFSR5_YSU_THOM_SKEBS0/
> > > >> > > > > > > postprd/WRFPRS_d02.19".
> > > >> > > > > > > WARNING:
> > > >> > > > > > > WARNING:
> > > >> > > > > > > WARNING: process_n_vld() -> ensemble field
"RH/P700" not
> > > >> found in
> > > >> > > > file
> > > >> > > > > > >
"/D2/ryan/Research/20131210_Case/GEFSR5_YSU_THOM_SKEBS0/
> > > >> > > > > > > postprd/WRFPRS_d02.19"
> > > >> > > > > > > WARNING:
> > > >> > > > > > > ERROR  :
> > > >> > > > > > > ERROR  : process_n_vld() -> 4 missing ensemble
fields
> > > exceeds
> > > >> the
> > > >> > > > > maximum
> > > >> > > > > > > allowable specified by "ens.ens_thresh" in the
> > configuration
> > > >> > file.
> > > >> > > > > > >
> > > >> > > > > > >
> > > >> > > > > > > In this case, it's only displaying RH/P700 as not
found,
> > but
> > > >> if I
> > > >> > > > > comment
> > > >> > > > > > > that section out in the config file, it then
tells me
> the
> > > same
> > > >> > for
> > > >> > > > > > > HGT/P700.
> > > >> > > > > > >
> > > >> > > > > > > I've attached the config file.
> > > >> > > > > > >
> > > >> > > > > > > Thanks,
> > > >> > > > > > > Ryan
> > > >> > > > > > >
> > > >> > > > > > > On Thu, Jun 1, 2017 at 4:20 PM, Julie Prestopnik
via RT
> <
> > > >> > > > > > met_help at ucar.edu
> > > >> > > > > > > >
> > > >> > > > > > > wrote:
> > > >> > > > > > >
> > > >> > > > > > > > Hi Ryan.
> > > >> > > > > > > >
> > > >> > > > > > > > When you say "It is not (so far) 700, P700,
Z700, 700
> > mb,
> > > >> > > > > > 700:pressure.",
> > > >> > > > > > > > what sort of problem did you encounter?
> > > >> > > > > > > >
> > > >> > > > > > > > MET uses some short-hand for specifying the
level
> > > >> information.
> > > >> > > The
> > > >> > > > > > > > character "P" means pressure, and "P500" would
mean
> > > pressure
> > > >> > > level
> > > >> > > > > > 500mb.
> > > >> > > > > > > > The character "A" means accumulation interval,
and
> "A24"
> > > >> means
> > > >> > > > > 24-hours
> > > >> > > > > > > of
> > > >> > > > > > > > accumulation.  The character "Z" means height,
and
> "Z2"
> > > >> means
> > > >> > > > > 2-meters
> > > >> > > > > > > > above ground.  The character "L" means a
generic level
> > > >> type...
> > > >> > so
> > > >> > > > > just
> > > >> > > > > > > > match the value but don't worry about the type.
> > > >> > > > > > > >
> > > >> > > > > > > > Could you please send us your data, config
files, etc.
> > and
> > > >> the
> > > >> > > > > command
> > > >> > > > > > > line
> > > >> > > > > > > > you're running, so that I can check it out? Y
ou can
> > post
> > > >> it to
> > > >> > > our
> > > >> > > > > > > > anonymous ftp site following these
instructions:
> > > >> > > > > > > >    http://www.dtcenter.org/met/us
> > > >> ers/support/met_help.php#ftp
> > > >> > > > > > > >
> > > >> > > > > > > > Thanks!
> > > >> > > > > > > >
> > > >> > > > > > > > Julie
> > > >> > > > > > > >
> > > >> > > > > > > > On Thu, Jun 1, 2017 at 1:14 PM, Ryan Connelly
via RT <
> > > >> > > > > > met_help at ucar.edu>
> > > >> > > > > > > > wrote:
> > > >> > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > > > Thu Jun 01 13:14:25 2017: Request 80712 was
acted
> > upon.
> > > >> > > > > > > > > Transaction: Ticket created by
rconne01 at gmail.com
> > > >> > > > > > > > >        Queue: met_help
> > > >> > > > > > > > >      Subject: Level string for isobaric
surfaces
> > > >> > > > > > > > >        Owner: Nobody
> > > >> > > > > > > > >   Requestors: rconne01 at gmail.com
> > > >> > > > > > > > >       Status: new
> > > >> > > > > > > > >  Ticket <URL: https://rt.rap.ucar.edu/rt/
> > > >> > > > > > Ticket/Display.html?id=80712
> > > >> > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > > > What is the level string that is needed in
> > configuration
> > > >> > files
> > > >> > > > for
> > > >> > > > > an
> > > >> > > > > > > > > isobaric surface?  I want to run
ensemble_stat on
> 700
> > mb
> > > >> > height
> > > >> > > > and
> > > >> > > > > > RH.
> > > >> > > > > > > > It
> > > >> > > > > > > > > is not (so far) 700, P700, Z700, 700 mb,
> 700:pressure.
> > > I
> > > >> > know
> > > >> > > > the
> > > >> > > > > > > > variable
> > > >> > > > > > > > > names are HGT and RH.
> > > >> > > > > > > > >
> > > >> > > > > > > > > --
> > > >> > > > > > > > > Ryan Connelly
> > > >> > > > > > > > > M.S. Student in Atmospheric Sciences, Stony
Brook
> > > >> University
> > > >> > > > > > > > > B.S. in Meteorology with Minors in
Mathematics and
> > GIS,
> > > >> > > > Valparaiso
> > > >> > > > > > > > > University
> > > >> > > > > > > > > rconne01 at gmail.com
> > > >> > > > > > > > > ryan.connelly at stonybrook.edu
> > > >> > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > > >
> > > >> > > > > > > --
> > > >> > > > > > > Ryan Connelly
> > > >> > > > > > > M.S. Student in Atmospheric Sciences, Stony Brook
> > University
> > > >> > > > > > > B.S. in Meteorology with Minors in Mathematics
and GIS,
> > > >> > Valparaiso
> > > >> > > > > > > University
> > > >> > > > > > > rconne01 at gmail.com
> > > >> > > > > > > ryan.connelly at stonybrook.edu
> > > >> > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > > >
> > > >> > > > > --
> > > >> > > > > Ryan Connelly
> > > >> > > > > M.S. Student in Atmospheric Sciences, Stony Brook
University
> > > >> > > > > B.S. in Meteorology with Minors in Mathematics and
GIS,
> > > Valparaiso
> > > >> > > > > University
> > > >> > > > > rconne01 at gmail.com
> > > >> > > > > ryan.connelly at stonybrook.edu
> > > >> > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> > >
> > > >> > > --
> > > >> > > Ryan Connelly
> > > >> > > M.S. Student in Atmospheric Sciences, Stony Brook
University
> > > >> > > B.S. in Meteorology with Minors in Mathematics and GIS,
> Valparaiso
> > > >> > > University
> > > >> > > rconne01 at gmail.com
> > > >> > > ryan.connelly at stonybrook.edu
> > > >> > >
> > > >> > >
> > > >> >
> > > >> >
> > > >>
> > > >>
> > > >> --
> > > >> Ryan Connelly
> > > >> M.S. Student in Atmospheric Sciences, Stony Brook University
> > > >> B.S. in Meteorology with Minors in Mathematics and GIS,
Valparaiso
> > > >> University
> > > >> rconne01 at gmail.com
> > > >> ryan.connelly at stonybrook.edu
> > > >>
> > > >>
> > > >
> > >
> > >
> >
> >
> > --
> > Ryan Connelly
> > M.S. Student in Atmospheric Sciences, Stony Brook University
> > B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
> > University
> > rconne01 at gmail.com
> > ryan.connelly at stonybrook.edu
> >
> >
>
> --
Ryan Connelly
M.S. Student in Atmospheric Sciences, Stony Brook University
B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
University
rconne01 at gmail.com
ryan.connelly at stonybrook.edu

------------------------------------------------
Subject: Level string for isobaric surfaces
From: John Halley Gotway
Time: Tue Jun 06 16:12:45 2017

Ryan,

What if you comment out both HGT and RH, does Ensemble-Stat run OK for
WIND, UGRD, VGRD, and REFD?

As a sanity check, when you receive a warning like this:

WARNING: MetGrib1DataFile::data_plane() -> No exact match found for
VarInfo
"RH/P700" in GRIB file "/D2/ryan/Research/20131210_
Case/GEFSR3_YSU_MORR_SKEBS0/postprd/WRFPRS_d02.19".

Please run wgrib to verify that RH at 700 actually is present in that
data
file:

wgrib
/D2/ryan/Research/20131210_Case/GEFSR3_YSU_MORR_SKEBS0/postprd/WRFPRS_d02.19
| grep RH | grep 700

I'll use the sample file you sent me to try to replicate the behavior
your
describe here.

Thanks,
John



On Tue, Jun 6, 2017 at 3:45 PM, Ryan Connelly via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
>
> Hi John,
>
> Thanks for looking into this.  Unfortunately, that only tells me
what I
> already know.  To thicken the plot, I ran regrid_data_plane on that
same
> file (as well as the rest of the ensemble, to regrid to a
verification RAP
> analysis grid) and it was able to find RH/P700 and HGT/P700, as well
as
> other variables whose identifiers I pulled out of the wgrib output.
So
> along with your ability to plot_data_plane, that leads me to believe
that
> this is a problem unique to EnsembleStat.
>
> (FWIW, .19 actually specifies the FHR; I just retained the UPP
default file
> name structure.  The obnoxiously long string preceding that
specifies the
> ensemble member.)
>
> Thanks,
> Ryan
>
> On Tue, Jun 6, 2017 at 3:50 PM John Halley Gotway via RT <
> met_help at ucar.edu>
> wrote:
>
> > Hi Ryan,
> >
> > This is John Halley Gotway.  I see that you've had a question
about how
> to
> > set up the configuration file for Ensemble-Stat.
> >
> > Thanks for sending a sample data file.  I see the following file
name,
> > which I'm assuming is the data for ensemble member number 19:
> >    GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19
> >
> > I ran the following plot_data_plane on this file:
> >
> > met-5.2/bin/plot_data_plane \
> >    GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 \
> >    RH_P700.ps \
> >    'name="RH"; level="P700";'
> >
> > This tool reads a single 2D field of data and creates a postscript
plot
> of
> > it.  I converted the output file to PNG format and have attached
it to
> this
> > message.
> >
> > I run this utility all the time for playing around with the
settings for
> > "name" and "level".  When processing GRIB data, "name" should be
set to
> the
> > GRIB code abbreviation for the variable you want to read.  And
"level" is
> > used to describe the level for that variable you want to extract.
Using
> > the "P" prefix tells MET to look for a pressure level... so "P700"
means
> > find the 700mb pressure level.
> >
> > If you add the "-v 3" command line option to plot_data_plane to
increase
> > the verbosity level, you'll see the following log message printed
to the
> > screen:
> >
> > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found range match
for
> > VarInfo "RH/P700" in GRIB record 154 of GRIB file
> > "GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19".
> >
> > So MET is using GRIB record number 154.  I also ran wgrib to
verify
> that's
> > really the one we want:
> >
> > wgrib GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 | grep RH | grep 700
> >
> > 154:37208898:d=13121000:RH:kpds5=52:kpds6=100:kpds7=700:
> TR=0:P1=19:P2=0:TimeU=1:700
> > mb:19hr fcst:NAve=0
> >
> > Hopefully that helps get you going.
> >
> > Thanks,
> > John
> >
> >
> > On Mon, Jun 5, 2017 at 3:45 PM, Ryan Connelly via RT
<met_help at ucar.edu>
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
> > >
> > > Hi Julie,
> > >
> > > 1. RAP file sent!
> > >
> > > 2. I had to copy the UPP-out file WRFPRS_d02.19 over from our
cluster
> to
> > my
> > > local machine first, because our sys admin won't allow ftp on
the
> > cluster.
> > > Hence the name change so that in the future I knew what it was.
I
> > > apologize; I should have specified.  The filename in the command
string
> > is
> > > correct; GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 on your ftp
server =
> > > WRFPRS_d02.19
> > > on my cluster and in the command string.
> > >
> > > 3. Yes, V5.2.
> > >
> > > Thanks,
> > > Ryan
> > >
> > > On Mon, Jun 5, 2017 at 5:23 PM, Julie Prestopnik via RT <
> > met_help at ucar.edu
> > > >
> > > wrote:
> > >
> > > > Also, are you using version 5.2 as the config file indicates?
> > > >
> > > > Thanks!
> > > >
> > > > Julie
> > > >
> > > > On Mon, Jun 5, 2017 at 3:19 PM, Julie Prestopnik
<jpresto at ucar.edu>
> > > wrote:
> > > >
> > > > > Thanks, Ryan.  Can you also please send up
> > > rap_130_20131210_1900_000.grb2
> > > > > to our ftp server?
> > > > >
> > > > > Also, I see the name WRFPRS_d02.19 differs from the name
> > > > > GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19, which is on our ftp
> server.
> > > Is
> > > > > WRFPRS_d02.19 a list of files, where
GEFSR1_MYNN2_THOM_SKEBS0_
> > > > WRFPRS_d02.19
> > > > > is one of those files?
> > > > >
> > > > > Thanks for clarifying.
> > > > >
> > > > > Julie
> > > > >
> > > > > On Mon, Jun 5, 2017 at 3:12 PM, Ryan Connelly via RT <
> > > met_help at ucar.edu>
> > > > > wrote:
> > > > >
> > > > >>
> > > > >> <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
> > > > >>
> > > > >> Oh right, sorry.
> > > > >>
> > > > >> Obviously it's specific to my directory structure, but...
> > > > >>
> > > > >> bin/ensemble_stat 40
> > > > >>
/D2/ryan/Research/20131210_Case/GEFSR*/postprd/WRFPRS_d02.19
> > > > >> scripts/config/EnsembleStatConfig_ryan -grid_obs
> > > > >>
/D2/ryan/Research/20131210_Case/rap_130_20131210_1900_000.grb2
> > > -outdir
> > > > >> /D2/ryan/Research/20131210_Case
> > > > >>
> > > > >> On Mon, Jun 5, 2017 at 5:10 PM, Julie Prestopnik via RT <
> > > > >> met_help at ucar.edu>
> > > > >> wrote:
> > > > >>
> > > > >> > Thanks!
> > > > >> >
> > > > >> > Can you please also email me the command you're running?
> > > > >> >
> > > > >> > Julie
> > > > >> >
> > > > >> > On Mon, Jun 5, 2017 at 3:09 PM, Ryan Connelly via RT <
> > > > met_help at ucar.edu
> > > > >> >
> > > > >> > wrote:
> > > > >> >
> > > > >> > >
> > > > >> > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712
> >
> > > > >> > >
> > > > >> > > Ok, that looks like it was successful this time.
> > > > >> > >
> > > > >> > > On Mon, Jun 5, 2017 at 4:53 PM, Julie Prestopnik via RT
<
> > > > >> > met_help at ucar.edu
> > > > >> > > >
> > > > >> > > wrote:
> > > > >> > >
> > > > >> > > > Hi Ryan.
> > > > >> > > >
> > > > >> > > > It appears there was a problem transferring the data.
> > Usually,
> > > > >> when I
> > > > >> > > get
> > > > >> > > > the same problem that you indicated you got, I just
keep
> > > retrying
> > > > >> and
> > > > >> > it
> > > > >> > > > eventually goes through (usually just a few tries).
> > > > >> > > >
> > > > >> > > > Could you please try again?
> > > > >> > > >
> > > > >> > > > Also, can you please also email me the command you're
> running?
> > > > >> Once I
> > > > >> > > have
> > > > >> > > > the data and your command, I can look into the
problem.
> > > > >> > > >
> > > > >> > > > Thanks,
> > > > >> > > > Julie
> > > > >> > > >
> > > > >> > > > On Mon, Jun 5, 2017 at 2:45 PM, Ryan Connelly via RT
<
> > > > >> > met_help at ucar.edu>
> > > > >> > > > wrote:
> > > > >> > > >
> > > > >> > > > >
> > > > >> > > > > <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712
> > > >
> > > > >> > > > >
> > > > >> > > > > Hi Julie,
> > > > >> > > > >
> > > > >> > > > > I think it's there in Connelly_data.  But I got the
> > following
> > > > >> error,
> > > > >> > so
> > > > >> > > > it
> > > > >> > > > > may not have gone through:
> > > > >> > > > >
> > > > >> > > > > 425 Can't open passive connection: Address already
in use.
> > > > >> > > > > Passive mode refused.
> > > > >> > > > >
> > > > >> > > > >
> > > > >> > > > > Thanks,
> > > > >> > > > > Ryan
> > > > >> > > > >
> > > > >> > > > > On Mon, Jun 5, 2017 at 3:58 PM, Julie Prestopnik
via RT <
> > > > >> > > > met_help at ucar.edu
> > > > >> > > > > >
> > > > >> > > > > wrote:
> > > > >> > > > >
> > > > >> > > > > > Hi Ryan.  Thanks for the additional information
and for
> > > > sending
> > > > >> you
> > > > >> > > > > > configuration file.  Could you please send us
your data?
> > You
> > > > can
> > > > >> > post
> > > > >> > > > it
> > > > >> > > > > to
> > > > >> > > > > > our anonymous ftp site following these
instructions:
> > > > >> > > > > >    http://www.dtcenter.org/met/
> > > users/support/met_help.php#ftp
> > > > >> > > > > >
> > > > >> > > > > > Can you please also email me the command you're
running?
> > > > Once I
> > > > >> > have
> > > > >> > > > the
> > > > >> > > > > > data and your command, I can look into the
problem.
> > > > >> > > > > >
> > > > >> > > > > > Thanks!
> > > > >> > > > > >
> > > > >> > > > > > Julie
> > > > >> > > > > >
> > > > >> > > > > > On Mon, Jun 5, 2017 at 1:53 PM, Ryan Connelly via
RT <
> > > > >> > > > met_help at ucar.edu>
> > > > >> > > > > > wrote:
> > > > >> > > > > >
> > > > >> > > > > > >
> > > > >> > > > > > > <URL: https://rt.rap.ucar.edu/rt/
> > > > Ticket/Display.html?id=80712
> > > > >> >
> > > > >> > > > > > >
> > > > >> > > > > > > Hi Julie,
> > > > >> > > > > > >
> > > > >> > > > > > > The errors I get are that the variable is not
found in
> > the
> > > > >> > > UPP-ouput
> > > > >> > > > > > GRIB:
> > > > >> > > > > > >
> > > > >> > > > > > > WARNING: MetGrib1DataFile::data_plane() -> No
exact
> > match
> > > > >> found
> > > > >> > for
> > > > >> > > > > > VarInfo
> > > > >> > > > > > > "RH/P700" in GRIB file
> > > > >> > > > > > > "/D2/ryan/Research/20131210_
> Case/GEFSR3_YSU_MORR_SKEBS0/
> > > > >> > > > > > > postprd/WRFPRS_d02.19".
> > > > >> > > > > > > WARNING:
> > > > >> > > > > > > WARNING:
> > > > >> > > > > > > WARNING: process_n_vld() -> ensemble field
"RH/P700"
> not
> > > > >> found in
> > > > >> > > > file
> > > > >> > > > > > > "/D2/ryan/Research/20131210_
> Case/GEFSR3_YSU_MORR_SKEBS0/
> > > > >> > > > > > > postprd/WRFPRS_d02.19"
> > > > >> > > > > > > WARNING:
> > > > >> > > > > > > WARNING:
> > > > >> > > > > > > WARNING: MetGrib1DataFile::data_plane() -> No
exact
> > match
> > > > >> found
> > > > >> > for
> > > > >> > > > > > VarInfo
> > > > >> > > > > > > "RH/P700" in GRIB file
> > > > >> > > > > > > "/D2/ryan/Research/20131210_
> Case/GEFSR4_YSU_THOM_SKEBS0/
> > > > >> > > > > > > postprd/WRFPRS_d02.19".
> > > > >> > > > > > > WARNING:
> > > > >> > > > > > > WARNING:
> > > > >> > > > > > > WARNING: process_n_vld() -> ensemble field
"RH/P700"
> not
> > > > >> found in
> > > > >> > > > file
> > > > >> > > > > > > "/D2/ryan/Research/20131210_
> Case/GEFSR4_YSU_THOM_SKEBS0/
> > > > >> > > > > > > postprd/WRFPRS_d02.19"
> > > > >> > > > > > > WARNING:
> > > > >> > > > > > > WARNING:
> > > > >> > > > > > > WARNING: MetGrib1DataFile::data_plane() -> No
exact
> > match
> > > > >> found
> > > > >> > for
> > > > >> > > > > > VarInfo
> > > > >> > > > > > > "RH/P700" in GRIB file
> > > > >> > > > > > > "/D2/ryan/Research/20131210_
> > > Case/GEFSR5_MYNN2_MORR_SKEBS0/
> > > > >> > > > > > > postprd/WRFPRS_d02.19".
> > > > >> > > > > > > WARNING:
> > > > >> > > > > > > WARNING:
> > > > >> > > > > > > WARNING: process_n_vld() -> ensemble field
"RH/P700"
> not
> > > > >> found in
> > > > >> > > > file
> > > > >> > > > > > > "/D2/ryan/Research/20131210_
> > > Case/GEFSR5_MYNN2_MORR_SKEBS0/
> > > > >> > > > > > > postprd/WRFPRS_d02.19"
> > > > >> > > > > > > WARNING:
> > > > >> > > > > > > WARNING:
> > > > >> > > > > > > WARNING: MetGrib1DataFile::data_plane() -> No
exact
> > match
> > > > >> found
> > > > >> > for
> > > > >> > > > > > VarInfo
> > > > >> > > > > > > "RH/P700" in GRIB file
> > > > >> > > > > > > "/D2/ryan/Research/20131210_
> Case/GEFSR5_YSU_THOM_SKEBS0/
> > > > >> > > > > > > postprd/WRFPRS_d02.19".
> > > > >> > > > > > > WARNING:
> > > > >> > > > > > > WARNING:
> > > > >> > > > > > > WARNING: process_n_vld() -> ensemble field
"RH/P700"
> not
> > > > >> found in
> > > > >> > > > file
> > > > >> > > > > > > "/D2/ryan/Research/20131210_
> Case/GEFSR5_YSU_THOM_SKEBS0/
> > > > >> > > > > > > postprd/WRFPRS_d02.19"
> > > > >> > > > > > > WARNING:
> > > > >> > > > > > > ERROR  :
> > > > >> > > > > > > ERROR  : process_n_vld() -> 4 missing ensemble
fields
> > > > exceeds
> > > > >> the
> > > > >> > > > > maximum
> > > > >> > > > > > > allowable specified by "ens.ens_thresh" in the
> > > configuration
> > > > >> > file.
> > > > >> > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > > > In this case, it's only displaying RH/P700 as
not
> found,
> > > but
> > > > >> if I
> > > > >> > > > > comment
> > > > >> > > > > > > that section out in the config file, it then
tells me
> > the
> > > > same
> > > > >> > for
> > > > >> > > > > > > HGT/P700.
> > > > >> > > > > > >
> > > > >> > > > > > > I've attached the config file.
> > > > >> > > > > > >
> > > > >> > > > > > > Thanks,
> > > > >> > > > > > > Ryan
> > > > >> > > > > > >
> > > > >> > > > > > > On Thu, Jun 1, 2017 at 4:20 PM, Julie
Prestopnik via
> RT
> > <
> > > > >> > > > > > met_help at ucar.edu
> > > > >> > > > > > > >
> > > > >> > > > > > > wrote:
> > > > >> > > > > > >
> > > > >> > > > > > > > Hi Ryan.
> > > > >> > > > > > > >
> > > > >> > > > > > > > When you say "It is not (so far) 700, P700,
Z700,
> 700
> > > mb,
> > > > >> > > > > > 700:pressure.",
> > > > >> > > > > > > > what sort of problem did you encounter?
> > > > >> > > > > > > >
> > > > >> > > > > > > > MET uses some short-hand for specifying the
level
> > > > >> information.
> > > > >> > > The
> > > > >> > > > > > > > character "P" means pressure, and "P500"
would mean
> > > > pressure
> > > > >> > > level
> > > > >> > > > > > 500mb.
> > > > >> > > > > > > > The character "A" means accumulation
interval, and
> > "A24"
> > > > >> means
> > > > >> > > > > 24-hours
> > > > >> > > > > > > of
> > > > >> > > > > > > > accumulation.  The character "Z" means
height, and
> > "Z2"
> > > > >> means
> > > > >> > > > > 2-meters
> > > > >> > > > > > > > above ground.  The character "L" means a
generic
> level
> > > > >> type...
> > > > >> > so
> > > > >> > > > > just
> > > > >> > > > > > > > match the value but don't worry about the
type.
> > > > >> > > > > > > >
> > > > >> > > > > > > > Could you please send us your data, config
files,
> etc.
> > > and
> > > > >> the
> > > > >> > > > > command
> > > > >> > > > > > > line
> > > > >> > > > > > > > you're running, so that I can check it out? Y
ou can
> > > post
> > > > >> it to
> > > > >> > > our
> > > > >> > > > > > > > anonymous ftp site following these
instructions:
> > > > >> > > > > > > >    http://www.dtcenter.org/met/us
> > > > >> ers/support/met_help.php#ftp
> > > > >> > > > > > > >
> > > > >> > > > > > > > Thanks!
> > > > >> > > > > > > >
> > > > >> > > > > > > > Julie
> > > > >> > > > > > > >
> > > > >> > > > > > > > On Thu, Jun 1, 2017 at 1:14 PM, Ryan Connelly
via
> RT <
> > > > >> > > > > > met_help at ucar.edu>
> > > > >> > > > > > > > wrote:
> > > > >> > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > Thu Jun 01 13:14:25 2017: Request 80712 was
acted
> > > upon.
> > > > >> > > > > > > > > Transaction: Ticket created by
rconne01 at gmail.com
> > > > >> > > > > > > > >        Queue: met_help
> > > > >> > > > > > > > >      Subject: Level string for isobaric
surfaces
> > > > >> > > > > > > > >        Owner: Nobody
> > > > >> > > > > > > > >   Requestors: rconne01 at gmail.com
> > > > >> > > > > > > > >       Status: new
> > > > >> > > > > > > > >  Ticket <URL: https://rt.rap.ucar.edu/rt/
> > > > >> > > > > > Ticket/Display.html?id=80712
> > > > >> > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > What is the level string that is needed in
> > > configuration
> > > > >> > files
> > > > >> > > > for
> > > > >> > > > > an
> > > > >> > > > > > > > > isobaric surface?  I want to run
ensemble_stat on
> > 700
> > > mb
> > > > >> > height
> > > > >> > > > and
> > > > >> > > > > > RH.
> > > > >> > > > > > > > It
> > > > >> > > > > > > > > is not (so far) 700, P700, Z700, 700 mb,
> > 700:pressure.
> > > > I
> > > > >> > know
> > > > >> > > > the
> > > > >> > > > > > > > variable
> > > > >> > > > > > > > > names are HGT and RH.
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > --
> > > > >> > > > > > > > > Ryan Connelly
> > > > >> > > > > > > > > M.S. Student in Atmospheric Sciences, Stony
Brook
> > > > >> University
> > > > >> > > > > > > > > B.S. in Meteorology with Minors in
Mathematics and
> > > GIS,
> > > > >> > > > Valparaiso
> > > > >> > > > > > > > > University
> > > > >> > > > > > > > > rconne01 at gmail.com
> > > > >> > > > > > > > > ryan.connelly at stonybrook.edu
> > > > >> > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > > > --
> > > > >> > > > > > > Ryan Connelly
> > > > >> > > > > > > M.S. Student in Atmospheric Sciences, Stony
Brook
> > > University
> > > > >> > > > > > > B.S. in Meteorology with Minors in Mathematics
and
> GIS,
> > > > >> > Valparaiso
> > > > >> > > > > > > University
> > > > >> > > > > > > rconne01 at gmail.com
> > > > >> > > > > > > ryan.connelly at stonybrook.edu
> > > > >> > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > > >
> > > > >> > > > > --
> > > > >> > > > > Ryan Connelly
> > > > >> > > > > M.S. Student in Atmospheric Sciences, Stony Brook
> University
> > > > >> > > > > B.S. in Meteorology with Minors in Mathematics and
GIS,
> > > > Valparaiso
> > > > >> > > > > University
> > > > >> > > > > rconne01 at gmail.com
> > > > >> > > > > ryan.connelly at stonybrook.edu
> > > > >> > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > > >
> > > > >> > >
> > > > >> > >
> > > > >> > > --
> > > > >> > > Ryan Connelly
> > > > >> > > M.S. Student in Atmospheric Sciences, Stony Brook
University
> > > > >> > > B.S. in Meteorology with Minors in Mathematics and GIS,
> > Valparaiso
> > > > >> > > University
> > > > >> > > rconne01 at gmail.com
> > > > >> > > ryan.connelly at stonybrook.edu
> > > > >> > >
> > > > >> > >
> > > > >> >
> > > > >> >
> > > > >>
> > > > >>
> > > > >> --
> > > > >> Ryan Connelly
> > > > >> M.S. Student in Atmospheric Sciences, Stony Brook
University
> > > > >> B.S. in Meteorology with Minors in Mathematics and GIS,
Valparaiso
> > > > >> University
> > > > >> rconne01 at gmail.com
> > > > >> ryan.connelly at stonybrook.edu
> > > > >>
> > > > >>
> > > > >
> > > >
> > > >
> > >
> > >
> > > --
> > > Ryan Connelly
> > > M.S. Student in Atmospheric Sciences, Stony Brook University
> > > B.S. in Meteorology with Minors in Mathematics and GIS,
Valparaiso
> > > University
> > > rconne01 at gmail.com
> > > ryan.connelly at stonybrook.edu
> > >
> > >
> >
> > --
> Ryan Connelly
> M.S. Student in Atmospheric Sciences, Stony Brook University
> B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
> University
> rconne01 at gmail.com
> ryan.connelly at stonybrook.edu
>
>

------------------------------------------------
Subject: Level string for isobaric surfaces
From: John Halley Gotway
Time: Tue Jun 06 16:56:58 2017

Ryan,

Using that single ensemble member file you sent, I'm not able to
replicate
the problems you were seeing.  I just passed in that same ensemble
member 4
times pretending that it was an ensemble of size 4:

met-5.2/bin/ensemble_stat \
4 \
GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 \
GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 \
GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 \
GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 \
EnsembleStatConfig_ryan \
-outdir out

Based on the warning messages from MET, the most likely scenario is
that
some of your ensemble member output files from UPP really are missing
output at 700mb.  So that's the first thing I'd suggest ruling out
using
wgrib.

Of course, it's possible there is in fact a problem in the Ensemble-
Stat
logic.  In order to identify and then fix it, we'd need to create an
example dataset I can run here to replicate the problem.

Thanks,
John


On Tue, Jun 6, 2017 at 4:12 PM, John Halley Gotway <johnhg at ucar.edu>
wrote:

> Ryan,
>
> What if you comment out both HGT and RH, does Ensemble-Stat run OK
for
> WIND, UGRD, VGRD, and REFD?
>
> As a sanity check, when you receive a warning like this:
>
> WARNING: MetGrib1DataFile::data_plane() -> No exact match found for
> VarInfo "RH/P700" in GRIB file "/D2/ryan/Research/20131210_Ca
> se/GEFSR3_YSU_MORR_SKEBS0/postprd/WRFPRS_d02.19".
>
> Please run wgrib to verify that RH at 700 actually is present in
that data
> file:
>
> wgrib
/D2/ryan/Research/20131210_Case/GEFSR3_YSU_MORR_SKEBS0/postprd/WRFPRS_d02.19
> | grep RH | grep 700
>
> I'll use the sample file you sent me to try to replicate the
behavior your
> describe here.
>
> Thanks,
> John
>
>
>
> On Tue, Jun 6, 2017 at 3:45 PM, Ryan Connelly via RT
<met_help at ucar.edu>
> wrote:
>
>>
>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
>>
>> Hi John,
>>
>> Thanks for looking into this.  Unfortunately, that only tells me
what I
>> already know.  To thicken the plot, I ran regrid_data_plane on that
same
>> file (as well as the rest of the ensemble, to regrid to a
verification RAP
>> analysis grid) and it was able to find RH/P700 and HGT/P700, as
well as
>> other variables whose identifiers I pulled out of the wgrib output.
So
>> along with your ability to plot_data_plane, that leads me to
believe that
>> this is a problem unique to EnsembleStat.
>>
>> (FWIW, .19 actually specifies the FHR; I just retained the UPP
default
>> file
>> name structure.  The obnoxiously long string preceding that
specifies the
>> ensemble member.)
>>
>> Thanks,
>> Ryan
>>
>> On Tue, Jun 6, 2017 at 3:50 PM John Halley Gotway via RT <
>> met_help at ucar.edu>
>> wrote:
>>
>> > Hi Ryan,
>> >
>> > This is John Halley Gotway.  I see that you've had a question
about how
>> to
>> > set up the configuration file for Ensemble-Stat.
>> >
>> > Thanks for sending a sample data file.  I see the following file
name,
>> > which I'm assuming is the data for ensemble member number 19:
>> >    GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19
>> >
>> > I ran the following plot_data_plane on this file:
>> >
>> > met-5.2/bin/plot_data_plane \
>> >    GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 \
>> >    RH_P700.ps \
>> >    'name="RH"; level="P700";'
>> >
>> > This tool reads a single 2D field of data and creates a
postscript plot
>> of
>> > it.  I converted the output file to PNG format and have attached
it to
>> this
>> > message.
>> >
>> > I run this utility all the time for playing around with the
settings for
>> > "name" and "level".  When processing GRIB data, "name" should be
set to
>> the
>> > GRIB code abbreviation for the variable you want to read.  And
"level"
>> is
>> > used to describe the level for that variable you want to extract.
Using
>> > the "P" prefix tells MET to look for a pressure level... so
"P700" means
>> > find the 700mb pressure level.
>> >
>> > If you add the "-v 3" command line option to plot_data_plane to
increase
>> > the verbosity level, you'll see the following log message printed
to the
>> > screen:
>> >
>> > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found range
match for
>> > VarInfo "RH/P700" in GRIB record 154 of GRIB file
>> > "GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19".
>> >
>> > So MET is using GRIB record number 154.  I also ran wgrib to
verify
>> that's
>> > really the one we want:
>> >
>> > wgrib GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 | grep RH | grep 700
>> >
>> > 154:37208898:d=13121000:RH:kpds5=52:kpds6=100:kpds7=700:TR=
>> 0:P1=19:P2=0:TimeU=1:700
>> > mb:19hr fcst:NAve=0
>> >
>> > Hopefully that helps get you going.
>> >
>> > Thanks,
>> > John
>> >
>> >
>> > On Mon, Jun 5, 2017 at 3:45 PM, Ryan Connelly via RT
<met_help at ucar.edu
>> >
>> > wrote:
>> >
>> > >
>> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
>> > >
>> > > Hi Julie,
>> > >
>> > > 1. RAP file sent!
>> > >
>> > > 2. I had to copy the UPP-out file WRFPRS_d02.19 over from our
cluster
>> to
>> > my
>> > > local machine first, because our sys admin won't allow ftp on
the
>> > cluster.
>> > > Hence the name change so that in the future I knew what it was.
I
>> > > apologize; I should have specified.  The filename in the
command
>> string
>> > is
>> > > correct; GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 on your ftp
server =
>> > > WRFPRS_d02.19
>> > > on my cluster and in the command string.
>> > >
>> > > 3. Yes, V5.2.
>> > >
>> > > Thanks,
>> > > Ryan
>> > >
>> > > On Mon, Jun 5, 2017 at 5:23 PM, Julie Prestopnik via RT <
>> > met_help at ucar.edu
>> > > >
>> > > wrote:
>> > >
>> > > > Also, are you using version 5.2 as the config file indicates?
>> > > >
>> > > > Thanks!
>> > > >
>> > > > Julie
>> > > >
>> > > > On Mon, Jun 5, 2017 at 3:19 PM, Julie Prestopnik
<jpresto at ucar.edu>
>> > > wrote:
>> > > >
>> > > > > Thanks, Ryan.  Can you also please send up
>> > > rap_130_20131210_1900_000.grb2
>> > > > > to our ftp server?
>> > > > >
>> > > > > Also, I see the name WRFPRS_d02.19 differs from the name
>> > > > > GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19, which is on our ftp
>> server.
>> > > Is
>> > > > > WRFPRS_d02.19 a list of files, where
GEFSR1_MYNN2_THOM_SKEBS0_
>> > > > WRFPRS_d02.19
>> > > > > is one of those files?
>> > > > >
>> > > > > Thanks for clarifying.
>> > > > >
>> > > > > Julie
>> > > > >
>> > > > > On Mon, Jun 5, 2017 at 3:12 PM, Ryan Connelly via RT <
>> > > met_help at ucar.edu>
>> > > > > wrote:
>> > > > >
>> > > > >>
>> > > > >> <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
>> > > > >>
>> > > > >> Oh right, sorry.
>> > > > >>
>> > > > >> Obviously it's specific to my directory structure, but...
>> > > > >>
>> > > > >> bin/ensemble_stat 40
>> > > > >>
/D2/ryan/Research/20131210_Case/GEFSR*/postprd/WRFPRS_d02.19
>> > > > >> scripts/config/EnsembleStatConfig_ryan -grid_obs
>> > > > >>
/D2/ryan/Research/20131210_Case/rap_130_20131210_1900_000.grb2
>> > > -outdir
>> > > > >> /D2/ryan/Research/20131210_Case
>> > > > >>
>> > > > >> On Mon, Jun 5, 2017 at 5:10 PM, Julie Prestopnik via RT <
>> > > > >> met_help at ucar.edu>
>> > > > >> wrote:
>> > > > >>
>> > > > >> > Thanks!
>> > > > >> >
>> > > > >> > Can you please also email me the command you're running?
>> > > > >> >
>> > > > >> > Julie
>> > > > >> >
>> > > > >> > On Mon, Jun 5, 2017 at 3:09 PM, Ryan Connelly via RT <
>> > > > met_help at ucar.edu
>> > > > >> >
>> > > > >> > wrote:
>> > > > >> >
>> > > > >> > >
>> > > > >> > > <URL: https://rt.rap.ucar.edu/rt/Tic
>> ket/Display.html?id=80712 >
>> > > > >> > >
>> > > > >> > > Ok, that looks like it was successful this time.
>> > > > >> > >
>> > > > >> > > On Mon, Jun 5, 2017 at 4:53 PM, Julie Prestopnik via
RT <
>> > > > >> > met_help at ucar.edu
>> > > > >> > > >
>> > > > >> > > wrote:
>> > > > >> > >
>> > > > >> > > > Hi Ryan.
>> > > > >> > > >
>> > > > >> > > > It appears there was a problem transferring the
data.
>> > Usually,
>> > > > >> when I
>> > > > >> > > get
>> > > > >> > > > the same problem that you indicated you got, I just
keep
>> > > retrying
>> > > > >> and
>> > > > >> > it
>> > > > >> > > > eventually goes through (usually just a few tries).
>> > > > >> > > >
>> > > > >> > > > Could you please try again?
>> > > > >> > > >
>> > > > >> > > > Also, can you please also email me the command
you're
>> running?
>> > > > >> Once I
>> > > > >> > > have
>> > > > >> > > > the data and your command, I can look into the
problem.
>> > > > >> > > >
>> > > > >> > > > Thanks,
>> > > > >> > > > Julie
>> > > > >> > > >
>> > > > >> > > > On Mon, Jun 5, 2017 at 2:45 PM, Ryan Connelly via RT
<
>> > > > >> > met_help at ucar.edu>
>> > > > >> > > > wrote:
>> > > > >> > > >
>> > > > >> > > > >
>> > > > >> > > > > <URL:
>> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712
>> > > >
>> > > > >> > > > >
>> > > > >> > > > > Hi Julie,
>> > > > >> > > > >
>> > > > >> > > > > I think it's there in Connelly_data.  But I got
the
>> > following
>> > > > >> error,
>> > > > >> > so
>> > > > >> > > > it
>> > > > >> > > > > may not have gone through:
>> > > > >> > > > >
>> > > > >> > > > > 425 Can't open passive connection: Address already
in
>> use.
>> > > > >> > > > > Passive mode refused.
>> > > > >> > > > >
>> > > > >> > > > >
>> > > > >> > > > > Thanks,
>> > > > >> > > > > Ryan
>> > > > >> > > > >
>> > > > >> > > > > On Mon, Jun 5, 2017 at 3:58 PM, Julie Prestopnik
via RT <
>> > > > >> > > > met_help at ucar.edu
>> > > > >> > > > > >
>> > > > >> > > > > wrote:
>> > > > >> > > > >
>> > > > >> > > > > > Hi Ryan.  Thanks for the additional information
and for
>> > > > sending
>> > > > >> you
>> > > > >> > > > > > configuration file.  Could you please send us
your
>> data?
>> > You
>> > > > can
>> > > > >> > post
>> > > > >> > > > it
>> > > > >> > > > > to
>> > > > >> > > > > > our anonymous ftp site following these
instructions:
>> > > > >> > > > > >    http://www.dtcenter.org/met/
>> > > users/support/met_help.php#ftp
>> > > > >> > > > > >
>> > > > >> > > > > > Can you please also email me the command you're
>> running?
>> > > > Once I
>> > > > >> > have
>> > > > >> > > > the
>> > > > >> > > > > > data and your command, I can look into the
problem.
>> > > > >> > > > > >
>> > > > >> > > > > > Thanks!
>> > > > >> > > > > >
>> > > > >> > > > > > Julie
>> > > > >> > > > > >
>> > > > >> > > > > > On Mon, Jun 5, 2017 at 1:53 PM, Ryan Connelly
via RT <
>> > > > >> > > > met_help at ucar.edu>
>> > > > >> > > > > > wrote:
>> > > > >> > > > > >
>> > > > >> > > > > > >
>> > > > >> > > > > > > <URL: https://rt.rap.ucar.edu/rt/
>> > > > Ticket/Display.html?id=80712
>> > > > >> >
>> > > > >> > > > > > >
>> > > > >> > > > > > > Hi Julie,
>> > > > >> > > > > > >
>> > > > >> > > > > > > The errors I get are that the variable is not
found
>> in
>> > the
>> > > > >> > > UPP-ouput
>> > > > >> > > > > > GRIB:
>> > > > >> > > > > > >
>> > > > >> > > > > > > WARNING: MetGrib1DataFile::data_plane() -> No
exact
>> > match
>> > > > >> found
>> > > > >> > for
>> > > > >> > > > > > VarInfo
>> > > > >> > > > > > > "RH/P700" in GRIB file
>> > > > >> > > > > > > "/D2/ryan/Research/20131210_Ca
>> se/GEFSR3_YSU_MORR_SKEBS0/
>> > > > >> > > > > > > postprd/WRFPRS_d02.19".
>> > > > >> > > > > > > WARNING:
>> > > > >> > > > > > > WARNING:
>> > > > >> > > > > > > WARNING: process_n_vld() -> ensemble field
"RH/P700"
>> not
>> > > > >> found in
>> > > > >> > > > file
>> > > > >> > > > > > > "/D2/ryan/Research/20131210_Ca
>> se/GEFSR3_YSU_MORR_SKEBS0/
>> > > > >> > > > > > > postprd/WRFPRS_d02.19"
>> > > > >> > > > > > > WARNING:
>> > > > >> > > > > > > WARNING:
>> > > > >> > > > > > > WARNING: MetGrib1DataFile::data_plane() -> No
exact
>> > match
>> > > > >> found
>> > > > >> > for
>> > > > >> > > > > > VarInfo
>> > > > >> > > > > > > "RH/P700" in GRIB file
>> > > > >> > > > > > > "/D2/ryan/Research/20131210_Ca
>> se/GEFSR4_YSU_THOM_SKEBS0/
>> > > > >> > > > > > > postprd/WRFPRS_d02.19".
>> > > > >> > > > > > > WARNING:
>> > > > >> > > > > > > WARNING:
>> > > > >> > > > > > > WARNING: process_n_vld() -> ensemble field
"RH/P700"
>> not
>> > > > >> found in
>> > > > >> > > > file
>> > > > >> > > > > > > "/D2/ryan/Research/20131210_Ca
>> se/GEFSR4_YSU_THOM_SKEBS0/
>> > > > >> > > > > > > postprd/WRFPRS_d02.19"
>> > > > >> > > > > > > WARNING:
>> > > > >> > > > > > > WARNING:
>> > > > >> > > > > > > WARNING: MetGrib1DataFile::data_plane() -> No
exact
>> > match
>> > > > >> found
>> > > > >> > for
>> > > > >> > > > > > VarInfo
>> > > > >> > > > > > > "RH/P700" in GRIB file
>> > > > >> > > > > > > "/D2/ryan/Research/20131210_
>> > > Case/GEFSR5_MYNN2_MORR_SKEBS0/
>> > > > >> > > > > > > postprd/WRFPRS_d02.19".
>> > > > >> > > > > > > WARNING:
>> > > > >> > > > > > > WARNING:
>> > > > >> > > > > > > WARNING: process_n_vld() -> ensemble field
"RH/P700"
>> not
>> > > > >> found in
>> > > > >> > > > file
>> > > > >> > > > > > > "/D2/ryan/Research/20131210_
>> > > Case/GEFSR5_MYNN2_MORR_SKEBS0/
>> > > > >> > > > > > > postprd/WRFPRS_d02.19"
>> > > > >> > > > > > > WARNING:
>> > > > >> > > > > > > WARNING:
>> > > > >> > > > > > > WARNING: MetGrib1DataFile::data_plane() -> No
exact
>> > match
>> > > > >> found
>> > > > >> > for
>> > > > >> > > > > > VarInfo
>> > > > >> > > > > > > "RH/P700" in GRIB file
>> > > > >> > > > > > > "/D2/ryan/Research/20131210_Ca
>> se/GEFSR5_YSU_THOM_SKEBS0/
>> > > > >> > > > > > > postprd/WRFPRS_d02.19".
>> > > > >> > > > > > > WARNING:
>> > > > >> > > > > > > WARNING:
>> > > > >> > > > > > > WARNING: process_n_vld() -> ensemble field
"RH/P700"
>> not
>> > > > >> found in
>> > > > >> > > > file
>> > > > >> > > > > > > "/D2/ryan/Research/20131210_Ca
>> se/GEFSR5_YSU_THOM_SKEBS0/
>> > > > >> > > > > > > postprd/WRFPRS_d02.19"
>> > > > >> > > > > > > WARNING:
>> > > > >> > > > > > > ERROR  :
>> > > > >> > > > > > > ERROR  : process_n_vld() -> 4 missing ensemble
fields
>> > > > exceeds
>> > > > >> the
>> > > > >> > > > > maximum
>> > > > >> > > > > > > allowable specified by "ens.ens_thresh" in the
>> > > configuration
>> > > > >> > file.
>> > > > >> > > > > > >
>> > > > >> > > > > > >
>> > > > >> > > > > > > In this case, it's only displaying RH/P700 as
not
>> found,
>> > > but
>> > > > >> if I
>> > > > >> > > > > comment
>> > > > >> > > > > > > that section out in the config file, it then
tells me
>> > the
>> > > > same
>> > > > >> > for
>> > > > >> > > > > > > HGT/P700.
>> > > > >> > > > > > >
>> > > > >> > > > > > > I've attached the config file.
>> > > > >> > > > > > >
>> > > > >> > > > > > > Thanks,
>> > > > >> > > > > > > Ryan
>> > > > >> > > > > > >
>> > > > >> > > > > > > On Thu, Jun 1, 2017 at 4:20 PM, Julie
Prestopnik via
>> RT
>> > <
>> > > > >> > > > > > met_help at ucar.edu
>> > > > >> > > > > > > >
>> > > > >> > > > > > > wrote:
>> > > > >> > > > > > >
>> > > > >> > > > > > > > Hi Ryan.
>> > > > >> > > > > > > >
>> > > > >> > > > > > > > When you say "It is not (so far) 700, P700,
Z700,
>> 700
>> > > mb,
>> > > > >> > > > > > 700:pressure.",
>> > > > >> > > > > > > > what sort of problem did you encounter?
>> > > > >> > > > > > > >
>> > > > >> > > > > > > > MET uses some short-hand for specifying the
level
>> > > > >> information.
>> > > > >> > > The
>> > > > >> > > > > > > > character "P" means pressure, and "P500"
would mean
>> > > > pressure
>> > > > >> > > level
>> > > > >> > > > > > 500mb.
>> > > > >> > > > > > > > The character "A" means accumulation
interval, and
>> > "A24"
>> > > > >> means
>> > > > >> > > > > 24-hours
>> > > > >> > > > > > > of
>> > > > >> > > > > > > > accumulation.  The character "Z" means
height, and
>> > "Z2"
>> > > > >> means
>> > > > >> > > > > 2-meters
>> > > > >> > > > > > > > above ground.  The character "L" means a
generic
>> level
>> > > > >> type...
>> > > > >> > so
>> > > > >> > > > > just
>> > > > >> > > > > > > > match the value but don't worry about the
type.
>> > > > >> > > > > > > >
>> > > > >> > > > > > > > Could you please send us your data, config
files,
>> etc.
>> > > and
>> > > > >> the
>> > > > >> > > > > command
>> > > > >> > > > > > > line
>> > > > >> > > > > > > > you're running, so that I can check it out?
Y ou
>> can
>> > > post
>> > > > >> it to
>> > > > >> > > our
>> > > > >> > > > > > > > anonymous ftp site following these
instructions:
>> > > > >> > > > > > > >    http://www.dtcenter.org/met/us
>> > > > >> ers/support/met_help.php#ftp
>> > > > >> > > > > > > >
>> > > > >> > > > > > > > Thanks!
>> > > > >> > > > > > > >
>> > > > >> > > > > > > > Julie
>> > > > >> > > > > > > >
>> > > > >> > > > > > > > On Thu, Jun 1, 2017 at 1:14 PM, Ryan
Connelly via
>> RT <
>> > > > >> > > > > > met_help at ucar.edu>
>> > > > >> > > > > > > > wrote:
>> > > > >> > > > > > > >
>> > > > >> > > > > > > > >
>> > > > >> > > > > > > > > Thu Jun 01 13:14:25 2017: Request 80712
was acted
>> > > upon.
>> > > > >> > > > > > > > > Transaction: Ticket created by
>> rconne01 at gmail.com
>> > > > >> > > > > > > > >        Queue: met_help
>> > > > >> > > > > > > > >      Subject: Level string for isobaric
surfaces
>> > > > >> > > > > > > > >        Owner: Nobody
>> > > > >> > > > > > > > >   Requestors: rconne01 at gmail.com
>> > > > >> > > > > > > > >       Status: new
>> > > > >> > > > > > > > >  Ticket <URL: https://rt.rap.ucar.edu/rt/
>> > > > >> > > > > > Ticket/Display.html?id=80712
>> > > > >> > > > > > > >
>> > > > >> > > > > > > > >
>> > > > >> > > > > > > > >
>> > > > >> > > > > > > > > What is the level string that is needed in
>> > > configuration
>> > > > >> > files
>> > > > >> > > > for
>> > > > >> > > > > an
>> > > > >> > > > > > > > > isobaric surface?  I want to run
ensemble_stat on
>> > 700
>> > > mb
>> > > > >> > height
>> > > > >> > > > and
>> > > > >> > > > > > RH.
>> > > > >> > > > > > > > It
>> > > > >> > > > > > > > > is not (so far) 700, P700, Z700, 700 mb,
>> > 700:pressure.
>> > > > I
>> > > > >> > know
>> > > > >> > > > the
>> > > > >> > > > > > > > variable
>> > > > >> > > > > > > > > names are HGT and RH.
>> > > > >> > > > > > > > >
>> > > > >> > > > > > > > > --
>> > > > >> > > > > > > > > Ryan Connelly
>> > > > >> > > > > > > > > M.S. Student in Atmospheric Sciences,
Stony Brook
>> > > > >> University
>> > > > >> > > > > > > > > B.S. in Meteorology with Minors in
Mathematics
>> and
>> > > GIS,
>> > > > >> > > > Valparaiso
>> > > > >> > > > > > > > > University
>> > > > >> > > > > > > > > rconne01 at gmail.com
>> > > > >> > > > > > > > > ryan.connelly at stonybrook.edu
>> > > > >> > > > > > > > >
>> > > > >> > > > > > > > >
>> > > > >> > > > > > > >
>> > > > >> > > > > > > >
>> > > > >> > > > > > >
>> > > > >> > > > > > >
>> > > > >> > > > > > > --
>> > > > >> > > > > > > Ryan Connelly
>> > > > >> > > > > > > M.S. Student in Atmospheric Sciences, Stony
Brook
>> > > University
>> > > > >> > > > > > > B.S. in Meteorology with Minors in Mathematics
and
>> GIS,
>> > > > >> > Valparaiso
>> > > > >> > > > > > > University
>> > > > >> > > > > > > rconne01 at gmail.com
>> > > > >> > > > > > > ryan.connelly at stonybrook.edu
>> > > > >> > > > > > >
>> > > > >> > > > > > >
>> > > > >> > > > > >
>> > > > >> > > > > >
>> > > > >> > > > >
>> > > > >> > > > >
>> > > > >> > > > > --
>> > > > >> > > > > Ryan Connelly
>> > > > >> > > > > M.S. Student in Atmospheric Sciences, Stony Brook
>> University
>> > > > >> > > > > B.S. in Meteorology with Minors in Mathematics and
GIS,
>> > > > Valparaiso
>> > > > >> > > > > University
>> > > > >> > > > > rconne01 at gmail.com
>> > > > >> > > > > ryan.connelly at stonybrook.edu
>> > > > >> > > > >
>> > > > >> > > > >
>> > > > >> > > >
>> > > > >> > > >
>> > > > >> > >
>> > > > >> > >
>> > > > >> > > --
>> > > > >> > > Ryan Connelly
>> > > > >> > > M.S. Student in Atmospheric Sciences, Stony Brook
University
>> > > > >> > > B.S. in Meteorology with Minors in Mathematics and
GIS,
>> > Valparaiso
>> > > > >> > > University
>> > > > >> > > rconne01 at gmail.com
>> > > > >> > > ryan.connelly at stonybrook.edu
>> > > > >> > >
>> > > > >> > >
>> > > > >> >
>> > > > >> >
>> > > > >>
>> > > > >>
>> > > > >> --
>> > > > >> Ryan Connelly
>> > > > >> M.S. Student in Atmospheric Sciences, Stony Brook
University
>> > > > >> B.S. in Meteorology with Minors in Mathematics and GIS,
>> Valparaiso
>> > > > >> University
>> > > > >> rconne01 at gmail.com
>> > > > >> ryan.connelly at stonybrook.edu
>> > > > >>
>> > > > >>
>> > > > >
>> > > >
>> > > >
>> > >
>> > >
>> > > --
>> > > Ryan Connelly
>> > > M.S. Student in Atmospheric Sciences, Stony Brook University
>> > > B.S. in Meteorology with Minors in Mathematics and GIS,
Valparaiso
>> > > University
>> > > rconne01 at gmail.com
>> > > ryan.connelly at stonybrook.edu
>> > >
>> > >
>> >
>> > --
>> Ryan Connelly
>> M.S. Student in Atmospheric Sciences, Stony Brook University
>> B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
>> University
>> rconne01 at gmail.com
>> ryan.connelly at stonybrook.edu
>>
>>
>

------------------------------------------------
Subject: Level string for isobaric surfaces
From: Ryan Connelly
Time: Tue Jun 06 17:13:59 2017

Hi John,

Ok, I think you're on to something.  One of my members is missing UPP-
out
files, so I'm running that now, and will report back.  However,
shouldn't
EnsembleStat still have failed on REFD, UGRD, VGRD, and WND if that
was the
problem?

Thanks,
Ryan

On Tue, Jun 6, 2017 at 6:56 PM, John Halley Gotway via RT
<met_help at ucar.edu
> wrote:

> Ryan,
>
> Using that single ensemble member file you sent, I'm not able to
replicate
> the problems you were seeing.  I just passed in that same ensemble
member 4
> times pretending that it was an ensemble of size 4:
>
> met-5.2/bin/ensemble_stat \
> 4 \
> GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 \
> GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 \
> GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 \
> GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 \
> EnsembleStatConfig_ryan \
> -outdir out
>
> Based on the warning messages from MET, the most likely scenario is
that
> some of your ensemble member output files from UPP really are
missing
> output at 700mb.  So that's the first thing I'd suggest ruling out
using
> wgrib.
>
> Of course, it's possible there is in fact a problem in the Ensemble-
Stat
> logic.  In order to identify and then fix it, we'd need to create an
> example dataset I can run here to replicate the problem.
>
> Thanks,
> John
>
>
> On Tue, Jun 6, 2017 at 4:12 PM, John Halley Gotway <johnhg at ucar.edu>
> wrote:
>
> > Ryan,
> >
> > What if you comment out both HGT and RH, does Ensemble-Stat run OK
for
> > WIND, UGRD, VGRD, and REFD?
> >
> > As a sanity check, when you receive a warning like this:
> >
> > WARNING: MetGrib1DataFile::data_plane() -> No exact match found
for
> > VarInfo "RH/P700" in GRIB file "/D2/ryan/Research/20131210_Ca
> > se/GEFSR3_YSU_MORR_SKEBS0/postprd/WRFPRS_d02.19".
> >
> > Please run wgrib to verify that RH at 700 actually is present in
that
> data
> > file:
> >
> > wgrib /D2/ryan/Research/20131210_Case/GEFSR3_YSU_MORR_SKEBS0/
> postprd/WRFPRS_d02.19
> > | grep RH | grep 700
> >
> > I'll use the sample file you sent me to try to replicate the
behavior
> your
> > describe here.
> >
> > Thanks,
> > John
> >
> >
> >
> > On Tue, Jun 6, 2017 at 3:45 PM, Ryan Connelly via RT
<met_help at ucar.edu>
> > wrote:
> >
> >>
> >> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
> >>
> >> Hi John,
> >>
> >> Thanks for looking into this.  Unfortunately, that only tells me
what I
> >> already know.  To thicken the plot, I ran regrid_data_plane on
that same
> >> file (as well as the rest of the ensemble, to regrid to a
verification
> RAP
> >> analysis grid) and it was able to find RH/P700 and HGT/P700, as
well as
> >> other variables whose identifiers I pulled out of the wgrib
output.  So
> >> along with your ability to plot_data_plane, that leads me to
believe
> that
> >> this is a problem unique to EnsembleStat.
> >>
> >> (FWIW, .19 actually specifies the FHR; I just retained the UPP
default
> >> file
> >> name structure.  The obnoxiously long string preceding that
specifies
> the
> >> ensemble member.)
> >>
> >> Thanks,
> >> Ryan
> >>
> >> On Tue, Jun 6, 2017 at 3:50 PM John Halley Gotway via RT <
> >> met_help at ucar.edu>
> >> wrote:
> >>
> >> > Hi Ryan,
> >> >
> >> > This is John Halley Gotway.  I see that you've had a question
about
> how
> >> to
> >> > set up the configuration file for Ensemble-Stat.
> >> >
> >> > Thanks for sending a sample data file.  I see the following
file name,
> >> > which I'm assuming is the data for ensemble member number 19:
> >> >    GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19
> >> >
> >> > I ran the following plot_data_plane on this file:
> >> >
> >> > met-5.2/bin/plot_data_plane \
> >> >    GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 \
> >> >    RH_P700.ps \
> >> >    'name="RH"; level="P700";'
> >> >
> >> > This tool reads a single 2D field of data and creates a
postscript
> plot
> >> of
> >> > it.  I converted the output file to PNG format and have
attached it to
> >> this
> >> > message.
> >> >
> >> > I run this utility all the time for playing around with the
settings
> for
> >> > "name" and "level".  When processing GRIB data, "name" should
be set
> to
> >> the
> >> > GRIB code abbreviation for the variable you want to read.  And
"level"
> >> is
> >> > used to describe the level for that variable you want to
extract.
> Using
> >> > the "P" prefix tells MET to look for a pressure level... so
"P700"
> means
> >> > find the 700mb pressure level.
> >> >
> >> > If you add the "-v 3" command line option to plot_data_plane to
> increase
> >> > the verbosity level, you'll see the following log message
printed to
> the
> >> > screen:
> >> >
> >> > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found range
match
> for
> >> > VarInfo "RH/P700" in GRIB record 154 of GRIB file
> >> > "GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19".
> >> >
> >> > So MET is using GRIB record number 154.  I also ran wgrib to
verify
> >> that's
> >> > really the one we want:
> >> >
> >> > wgrib GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 | grep RH | grep
700
> >> >
> >> > 154:37208898:d=13121000:RH:kpds5=52:kpds6=100:kpds7=700:TR=
> >> 0:P1=19:P2=0:TimeU=1:700
> >> > mb:19hr fcst:NAve=0
> >> >
> >> > Hopefully that helps get you going.
> >> >
> >> > Thanks,
> >> > John
> >> >
> >> >
> >> > On Mon, Jun 5, 2017 at 3:45 PM, Ryan Connelly via RT <
> met_help at ucar.edu
> >> >
> >> > wrote:
> >> >
> >> > >
> >> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712
>
> >> > >
> >> > > Hi Julie,
> >> > >
> >> > > 1. RAP file sent!
> >> > >
> >> > > 2. I had to copy the UPP-out file WRFPRS_d02.19 over from our
> cluster
> >> to
> >> > my
> >> > > local machine first, because our sys admin won't allow ftp on
the
> >> > cluster.
> >> > > Hence the name change so that in the future I knew what it
was.  I
> >> > > apologize; I should have specified.  The filename in the
command
> >> string
> >> > is
> >> > > correct; GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 on your ftp
server
> =
> >> > > WRFPRS_d02.19
> >> > > on my cluster and in the command string.
> >> > >
> >> > > 3. Yes, V5.2.
> >> > >
> >> > > Thanks,
> >> > > Ryan
> >> > >
> >> > > On Mon, Jun 5, 2017 at 5:23 PM, Julie Prestopnik via RT <
> >> > met_help at ucar.edu
> >> > > >
> >> > > wrote:
> >> > >
> >> > > > Also, are you using version 5.2 as the config file
indicates?
> >> > > >
> >> > > > Thanks!
> >> > > >
> >> > > > Julie
> >> > > >
> >> > > > On Mon, Jun 5, 2017 at 3:19 PM, Julie Prestopnik <
> jpresto at ucar.edu>
> >> > > wrote:
> >> > > >
> >> > > > > Thanks, Ryan.  Can you also please send up
> >> > > rap_130_20131210_1900_000.grb2
> >> > > > > to our ftp server?
> >> > > > >
> >> > > > > Also, I see the name WRFPRS_d02.19 differs from the name
> >> > > > > GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19, which is on our
ftp
> >> server.
> >> > > Is
> >> > > > > WRFPRS_d02.19 a list of files, where
GEFSR1_MYNN2_THOM_SKEBS0_
> >> > > > WRFPRS_d02.19
> >> > > > > is one of those files?
> >> > > > >
> >> > > > > Thanks for clarifying.
> >> > > > >
> >> > > > > Julie
> >> > > > >
> >> > > > > On Mon, Jun 5, 2017 at 3:12 PM, Ryan Connelly via RT <
> >> > > met_help at ucar.edu>
> >> > > > > wrote:
> >> > > > >
> >> > > > >>
> >> > > > >> <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712
> >
> >> > > > >>
> >> > > > >> Oh right, sorry.
> >> > > > >>
> >> > > > >> Obviously it's specific to my directory structure,
but...
> >> > > > >>
> >> > > > >> bin/ensemble_stat 40
> >> > > > >>
/D2/ryan/Research/20131210_Case/GEFSR*/postprd/WRFPRS_d02.19
> >> > > > >> scripts/config/EnsembleStatConfig_ryan -grid_obs
> >> > > > >>
/D2/ryan/Research/20131210_Case/rap_130_20131210_1900_000.grb2
> >> > > -outdir
> >> > > > >> /D2/ryan/Research/20131210_Case
> >> > > > >>
> >> > > > >> On Mon, Jun 5, 2017 at 5:10 PM, Julie Prestopnik via RT
<
> >> > > > >> met_help at ucar.edu>
> >> > > > >> wrote:
> >> > > > >>
> >> > > > >> > Thanks!
> >> > > > >> >
> >> > > > >> > Can you please also email me the command you're
running?
> >> > > > >> >
> >> > > > >> > Julie
> >> > > > >> >
> >> > > > >> > On Mon, Jun 5, 2017 at 3:09 PM, Ryan Connelly via RT <
> >> > > > met_help at ucar.edu
> >> > > > >> >
> >> > > > >> > wrote:
> >> > > > >> >
> >> > > > >> > >
> >> > > > >> > > <URL: https://rt.rap.ucar.edu/rt/Tic
> >> ket/Display.html?id=80712 >
> >> > > > >> > >
> >> > > > >> > > Ok, that looks like it was successful this time.
> >> > > > >> > >
> >> > > > >> > > On Mon, Jun 5, 2017 at 4:53 PM, Julie Prestopnik via
RT <
> >> > > > >> > met_help at ucar.edu
> >> > > > >> > > >
> >> > > > >> > > wrote:
> >> > > > >> > >
> >> > > > >> > > > Hi Ryan.
> >> > > > >> > > >
> >> > > > >> > > > It appears there was a problem transferring the
data.
> >> > Usually,
> >> > > > >> when I
> >> > > > >> > > get
> >> > > > >> > > > the same problem that you indicated you got, I
just keep
> >> > > retrying
> >> > > > >> and
> >> > > > >> > it
> >> > > > >> > > > eventually goes through (usually just a few
tries).
> >> > > > >> > > >
> >> > > > >> > > > Could you please try again?
> >> > > > >> > > >
> >> > > > >> > > > Also, can you please also email me the command
you're
> >> running?
> >> > > > >> Once I
> >> > > > >> > > have
> >> > > > >> > > > the data and your command, I can look into the
problem.
> >> > > > >> > > >
> >> > > > >> > > > Thanks,
> >> > > > >> > > > Julie
> >> > > > >> > > >
> >> > > > >> > > > On Mon, Jun 5, 2017 at 2:45 PM, Ryan Connelly via
RT <
> >> > > > >> > met_help at ucar.edu>
> >> > > > >> > > > wrote:
> >> > > > >> > > >
> >> > > > >> > > > >
> >> > > > >> > > > > <URL:
> >> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712
> >> > > >
> >> > > > >> > > > >
> >> > > > >> > > > > Hi Julie,
> >> > > > >> > > > >
> >> > > > >> > > > > I think it's there in Connelly_data.  But I got
the
> >> > following
> >> > > > >> error,
> >> > > > >> > so
> >> > > > >> > > > it
> >> > > > >> > > > > may not have gone through:
> >> > > > >> > > > >
> >> > > > >> > > > > 425 Can't open passive connection: Address
already in
> >> use.
> >> > > > >> > > > > Passive mode refused.
> >> > > > >> > > > >
> >> > > > >> > > > >
> >> > > > >> > > > > Thanks,
> >> > > > >> > > > > Ryan
> >> > > > >> > > > >
> >> > > > >> > > > > On Mon, Jun 5, 2017 at 3:58 PM, Julie Prestopnik
via
> RT <
> >> > > > >> > > > met_help at ucar.edu
> >> > > > >> > > > > >
> >> > > > >> > > > > wrote:
> >> > > > >> > > > >
> >> > > > >> > > > > > Hi Ryan.  Thanks for the additional
information and
> for
> >> > > > sending
> >> > > > >> you
> >> > > > >> > > > > > configuration file.  Could you please send us
your
> >> data?
> >> > You
> >> > > > can
> >> > > > >> > post
> >> > > > >> > > > it
> >> > > > >> > > > > to
> >> > > > >> > > > > > our anonymous ftp site following these
instructions:
> >> > > > >> > > > > >    http://www.dtcenter.org/met/
> >> > > users/support/met_help.php#ftp
> >> > > > >> > > > > >
> >> > > > >> > > > > > Can you please also email me the command
you're
> >> running?
> >> > > > Once I
> >> > > > >> > have
> >> > > > >> > > > the
> >> > > > >> > > > > > data and your command, I can look into the
problem.
> >> > > > >> > > > > >
> >> > > > >> > > > > > Thanks!
> >> > > > >> > > > > >
> >> > > > >> > > > > > Julie
> >> > > > >> > > > > >
> >> > > > >> > > > > > On Mon, Jun 5, 2017 at 1:53 PM, Ryan Connelly
via RT
> <
> >> > > > >> > > > met_help at ucar.edu>
> >> > > > >> > > > > > wrote:
> >> > > > >> > > > > >
> >> > > > >> > > > > > >
> >> > > > >> > > > > > > <URL: https://rt.rap.ucar.edu/rt/
> >> > > > Ticket/Display.html?id=80712
> >> > > > >> >
> >> > > > >> > > > > > >
> >> > > > >> > > > > > > Hi Julie,
> >> > > > >> > > > > > >
> >> > > > >> > > > > > > The errors I get are that the variable is
not found
> >> in
> >> > the
> >> > > > >> > > UPP-ouput
> >> > > > >> > > > > > GRIB:
> >> > > > >> > > > > > >
> >> > > > >> > > > > > > WARNING: MetGrib1DataFile::data_plane() ->
No exact
> >> > match
> >> > > > >> found
> >> > > > >> > for
> >> > > > >> > > > > > VarInfo
> >> > > > >> > > > > > > "RH/P700" in GRIB file
> >> > > > >> > > > > > > "/D2/ryan/Research/20131210_Ca
> >> se/GEFSR3_YSU_MORR_SKEBS0/
> >> > > > >> > > > > > > postprd/WRFPRS_d02.19".
> >> > > > >> > > > > > > WARNING:
> >> > > > >> > > > > > > WARNING:
> >> > > > >> > > > > > > WARNING: process_n_vld() -> ensemble field
> "RH/P700"
> >> not
> >> > > > >> found in
> >> > > > >> > > > file
> >> > > > >> > > > > > > "/D2/ryan/Research/20131210_Ca
> >> se/GEFSR3_YSU_MORR_SKEBS0/
> >> > > > >> > > > > > > postprd/WRFPRS_d02.19"
> >> > > > >> > > > > > > WARNING:
> >> > > > >> > > > > > > WARNING:
> >> > > > >> > > > > > > WARNING: MetGrib1DataFile::data_plane() ->
No exact
> >> > match
> >> > > > >> found
> >> > > > >> > for
> >> > > > >> > > > > > VarInfo
> >> > > > >> > > > > > > "RH/P700" in GRIB file
> >> > > > >> > > > > > > "/D2/ryan/Research/20131210_Ca
> >> se/GEFSR4_YSU_THOM_SKEBS0/
> >> > > > >> > > > > > > postprd/WRFPRS_d02.19".
> >> > > > >> > > > > > > WARNING:
> >> > > > >> > > > > > > WARNING:
> >> > > > >> > > > > > > WARNING: process_n_vld() -> ensemble field
> "RH/P700"
> >> not
> >> > > > >> found in
> >> > > > >> > > > file
> >> > > > >> > > > > > > "/D2/ryan/Research/20131210_Ca
> >> se/GEFSR4_YSU_THOM_SKEBS0/
> >> > > > >> > > > > > > postprd/WRFPRS_d02.19"
> >> > > > >> > > > > > > WARNING:
> >> > > > >> > > > > > > WARNING:
> >> > > > >> > > > > > > WARNING: MetGrib1DataFile::data_plane() ->
No exact
> >> > match
> >> > > > >> found
> >> > > > >> > for
> >> > > > >> > > > > > VarInfo
> >> > > > >> > > > > > > "RH/P700" in GRIB file
> >> > > > >> > > > > > > "/D2/ryan/Research/20131210_
> >> > > Case/GEFSR5_MYNN2_MORR_SKEBS0/
> >> > > > >> > > > > > > postprd/WRFPRS_d02.19".
> >> > > > >> > > > > > > WARNING:
> >> > > > >> > > > > > > WARNING:
> >> > > > >> > > > > > > WARNING: process_n_vld() -> ensemble field
> "RH/P700"
> >> not
> >> > > > >> found in
> >> > > > >> > > > file
> >> > > > >> > > > > > > "/D2/ryan/Research/20131210_
> >> > > Case/GEFSR5_MYNN2_MORR_SKEBS0/
> >> > > > >> > > > > > > postprd/WRFPRS_d02.19"
> >> > > > >> > > > > > > WARNING:
> >> > > > >> > > > > > > WARNING:
> >> > > > >> > > > > > > WARNING: MetGrib1DataFile::data_plane() ->
No exact
> >> > match
> >> > > > >> found
> >> > > > >> > for
> >> > > > >> > > > > > VarInfo
> >> > > > >> > > > > > > "RH/P700" in GRIB file
> >> > > > >> > > > > > > "/D2/ryan/Research/20131210_Ca
> >> se/GEFSR5_YSU_THOM_SKEBS0/
> >> > > > >> > > > > > > postprd/WRFPRS_d02.19".
> >> > > > >> > > > > > > WARNING:
> >> > > > >> > > > > > > WARNING:
> >> > > > >> > > > > > > WARNING: process_n_vld() -> ensemble field
> "RH/P700"
> >> not
> >> > > > >> found in
> >> > > > >> > > > file
> >> > > > >> > > > > > > "/D2/ryan/Research/20131210_Ca
> >> se/GEFSR5_YSU_THOM_SKEBS0/
> >> > > > >> > > > > > > postprd/WRFPRS_d02.19"
> >> > > > >> > > > > > > WARNING:
> >> > > > >> > > > > > > ERROR  :
> >> > > > >> > > > > > > ERROR  : process_n_vld() -> 4 missing
ensemble
> fields
> >> > > > exceeds
> >> > > > >> the
> >> > > > >> > > > > maximum
> >> > > > >> > > > > > > allowable specified by "ens.ens_thresh" in
the
> >> > > configuration
> >> > > > >> > file.
> >> > > > >> > > > > > >
> >> > > > >> > > > > > >
> >> > > > >> > > > > > > In this case, it's only displaying RH/P700
as not
> >> found,
> >> > > but
> >> > > > >> if I
> >> > > > >> > > > > comment
> >> > > > >> > > > > > > that section out in the config file, it then
tells
> me
> >> > the
> >> > > > same
> >> > > > >> > for
> >> > > > >> > > > > > > HGT/P700.
> >> > > > >> > > > > > >
> >> > > > >> > > > > > > I've attached the config file.
> >> > > > >> > > > > > >
> >> > > > >> > > > > > > Thanks,
> >> > > > >> > > > > > > Ryan
> >> > > > >> > > > > > >
> >> > > > >> > > > > > > On Thu, Jun 1, 2017 at 4:20 PM, Julie
Prestopnik
> via
> >> RT
> >> > <
> >> > > > >> > > > > > met_help at ucar.edu
> >> > > > >> > > > > > > >
> >> > > > >> > > > > > > wrote:
> >> > > > >> > > > > > >
> >> > > > >> > > > > > > > Hi Ryan.
> >> > > > >> > > > > > > >
> >> > > > >> > > > > > > > When you say "It is not (so far) 700,
P700, Z700,
> >> 700
> >> > > mb,
> >> > > > >> > > > > > 700:pressure.",
> >> > > > >> > > > > > > > what sort of problem did you encounter?
> >> > > > >> > > > > > > >
> >> > > > >> > > > > > > > MET uses some short-hand for specifying
the level
> >> > > > >> information.
> >> > > > >> > > The
> >> > > > >> > > > > > > > character "P" means pressure, and "P500"
would
> mean
> >> > > > pressure
> >> > > > >> > > level
> >> > > > >> > > > > > 500mb.
> >> > > > >> > > > > > > > The character "A" means accumulation
interval,
> and
> >> > "A24"
> >> > > > >> means
> >> > > > >> > > > > 24-hours
> >> > > > >> > > > > > > of
> >> > > > >> > > > > > > > accumulation.  The character "Z" means
height,
> and
> >> > "Z2"
> >> > > > >> means
> >> > > > >> > > > > 2-meters
> >> > > > >> > > > > > > > above ground.  The character "L" means a
generic
> >> level
> >> > > > >> type...
> >> > > > >> > so
> >> > > > >> > > > > just
> >> > > > >> > > > > > > > match the value but don't worry about the
type.
> >> > > > >> > > > > > > >
> >> > > > >> > > > > > > > Could you please send us your data, config
files,
> >> etc.
> >> > > and
> >> > > > >> the
> >> > > > >> > > > > command
> >> > > > >> > > > > > > line
> >> > > > >> > > > > > > > you're running, so that I can check it
out? Y ou
> >> can
> >> > > post
> >> > > > >> it to
> >> > > > >> > > our
> >> > > > >> > > > > > > > anonymous ftp site following these
instructions:
> >> > > > >> > > > > > > >    http://www.dtcenter.org/met/us
> >> > > > >> ers/support/met_help.php#ftp
> >> > > > >> > > > > > > >
> >> > > > >> > > > > > > > Thanks!
> >> > > > >> > > > > > > >
> >> > > > >> > > > > > > > Julie
> >> > > > >> > > > > > > >
> >> > > > >> > > > > > > > On Thu, Jun 1, 2017 at 1:14 PM, Ryan
Connelly via
> >> RT <
> >> > > > >> > > > > > met_help at ucar.edu>
> >> > > > >> > > > > > > > wrote:
> >> > > > >> > > > > > > >
> >> > > > >> > > > > > > > >
> >> > > > >> > > > > > > > > Thu Jun 01 13:14:25 2017: Request 80712
was
> acted
> >> > > upon.
> >> > > > >> > > > > > > > > Transaction: Ticket created by
> >> rconne01 at gmail.com
> >> > > > >> > > > > > > > >        Queue: met_help
> >> > > > >> > > > > > > > >      Subject: Level string for isobaric
> surfaces
> >> > > > >> > > > > > > > >        Owner: Nobody
> >> > > > >> > > > > > > > >   Requestors: rconne01 at gmail.com
> >> > > > >> > > > > > > > >       Status: new
> >> > > > >> > > > > > > > >  Ticket <URL:
https://rt.rap.ucar.edu/rt/
> >> > > > >> > > > > > Ticket/Display.html?id=80712
> >> > > > >> > > > > > > >
> >> > > > >> > > > > > > > >
> >> > > > >> > > > > > > > >
> >> > > > >> > > > > > > > > What is the level string that is needed
in
> >> > > configuration
> >> > > > >> > files
> >> > > > >> > > > for
> >> > > > >> > > > > an
> >> > > > >> > > > > > > > > isobaric surface?  I want to run
ensemble_stat
> on
> >> > 700
> >> > > mb
> >> > > > >> > height
> >> > > > >> > > > and
> >> > > > >> > > > > > RH.
> >> > > > >> > > > > > > > It
> >> > > > >> > > > > > > > > is not (so far) 700, P700, Z700, 700 mb,
> >> > 700:pressure.
> >> > > > I
> >> > > > >> > know
> >> > > > >> > > > the
> >> > > > >> > > > > > > > variable
> >> > > > >> > > > > > > > > names are HGT and RH.
> >> > > > >> > > > > > > > >
> >> > > > >> > > > > > > > > --
> >> > > > >> > > > > > > > > Ryan Connelly
> >> > > > >> > > > > > > > > M.S. Student in Atmospheric Sciences,
Stony
> Brook
> >> > > > >> University
> >> > > > >> > > > > > > > > B.S. in Meteorology with Minors in
Mathematics
> >> and
> >> > > GIS,
> >> > > > >> > > > Valparaiso
> >> > > > >> > > > > > > > > University
> >> > > > >> > > > > > > > > rconne01 at gmail.com
> >> > > > >> > > > > > > > > ryan.connelly at stonybrook.edu
> >> > > > >> > > > > > > > >
> >> > > > >> > > > > > > > >
> >> > > > >> > > > > > > >
> >> > > > >> > > > > > > >
> >> > > > >> > > > > > >
> >> > > > >> > > > > > >
> >> > > > >> > > > > > > --
> >> > > > >> > > > > > > Ryan Connelly
> >> > > > >> > > > > > > M.S. Student in Atmospheric Sciences, Stony
Brook
> >> > > University
> >> > > > >> > > > > > > B.S. in Meteorology with Minors in
Mathematics and
> >> GIS,
> >> > > > >> > Valparaiso
> >> > > > >> > > > > > > University
> >> > > > >> > > > > > > rconne01 at gmail.com
> >> > > > >> > > > > > > ryan.connelly at stonybrook.edu
> >> > > > >> > > > > > >
> >> > > > >> > > > > > >
> >> > > > >> > > > > >
> >> > > > >> > > > > >
> >> > > > >> > > > >
> >> > > > >> > > > >
> >> > > > >> > > > > --
> >> > > > >> > > > > Ryan Connelly
> >> > > > >> > > > > M.S. Student in Atmospheric Sciences, Stony
Brook
> >> University
> >> > > > >> > > > > B.S. in Meteorology with Minors in Mathematics
and GIS,
> >> > > > Valparaiso
> >> > > > >> > > > > University
> >> > > > >> > > > > rconne01 at gmail.com
> >> > > > >> > > > > ryan.connelly at stonybrook.edu
> >> > > > >> > > > >
> >> > > > >> > > > >
> >> > > > >> > > >
> >> > > > >> > > >
> >> > > > >> > >
> >> > > > >> > >
> >> > > > >> > > --
> >> > > > >> > > Ryan Connelly
> >> > > > >> > > M.S. Student in Atmospheric Sciences, Stony Brook
> University
> >> > > > >> > > B.S. in Meteorology with Minors in Mathematics and
GIS,
> >> > Valparaiso
> >> > > > >> > > University
> >> > > > >> > > rconne01 at gmail.com
> >> > > > >> > > ryan.connelly at stonybrook.edu
> >> > > > >> > >
> >> > > > >> > >
> >> > > > >> >
> >> > > > >> >
> >> > > > >>
> >> > > > >>
> >> > > > >> --
> >> > > > >> Ryan Connelly
> >> > > > >> M.S. Student in Atmospheric Sciences, Stony Brook
University
> >> > > > >> B.S. in Meteorology with Minors in Mathematics and GIS,
> >> Valparaiso
> >> > > > >> University
> >> > > > >> rconne01 at gmail.com
> >> > > > >> ryan.connelly at stonybrook.edu
> >> > > > >>
> >> > > > >>
> >> > > > >
> >> > > >
> >> > > >
> >> > >
> >> > >
> >> > > --
> >> > > Ryan Connelly
> >> > > M.S. Student in Atmospheric Sciences, Stony Brook University
> >> > > B.S. in Meteorology with Minors in Mathematics and GIS,
Valparaiso
> >> > > University
> >> > > rconne01 at gmail.com
> >> > > ryan.connelly at stonybrook.edu
> >> > >
> >> > >
> >> >
> >> > --
> >> Ryan Connelly
> >> M.S. Student in Atmospheric Sciences, Stony Brook University
> >> B.S. in Meteorology with Minors in Mathematics and GIS,
Valparaiso
> >> University
> >> rconne01 at gmail.com
> >> ryan.connelly at stonybrook.edu
> >>
> >>
> >
>
>


--
Ryan Connelly
M.S. Student in Atmospheric Sciences, Stony Brook University
B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
University
rconne01 at gmail.com
ryan.connelly at stonybrook.edu

------------------------------------------------
Subject: Level string for isobaric surfaces
From: Ryan Connelly
Time: Tue Jun 06 23:58:25 2017

Hi John and Julie,

The problem was that four of my 40 members were missing these
additional
fields.  This is now resolved.  Thank you for your help!

Ryan

On Tue, Jun 6, 2017 at 7:13 PM, Ryan Connelly <rconne01 at gmail.com>
wrote:

> Hi John,
>
> Ok, I think you're on to something.  One of my members is missing
UPP-out
> files, so I'm running that now, and will report back.  However,
shouldn't
> EnsembleStat still have failed on REFD, UGRD, VGRD, and WND if that
was the
> problem?
>
> Thanks,
> Ryan
>
> On Tue, Jun 6, 2017 at 6:56 PM, John Halley Gotway via RT <
> met_help at ucar.edu> wrote:
>
>> Ryan,
>>
>> Using that single ensemble member file you sent, I'm not able to
replicate
>> the problems you were seeing.  I just passed in that same ensemble
member
>> 4
>> times pretending that it was an ensemble of size 4:
>>
>> met-5.2/bin/ensemble_stat \
>> 4 \
>> GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 \
>> GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 \
>> GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 \
>> GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 \
>> EnsembleStatConfig_ryan \
>> -outdir out
>>
>> Based on the warning messages from MET, the most likely scenario is
that
>> some of your ensemble member output files from UPP really are
missing
>> output at 700mb.  So that's the first thing I'd suggest ruling out
using
>> wgrib.
>>
>> Of course, it's possible there is in fact a problem in the
Ensemble-Stat
>> logic.  In order to identify and then fix it, we'd need to create
an
>> example dataset I can run here to replicate the problem.
>>
>> Thanks,
>> John
>>
>>
>> On Tue, Jun 6, 2017 at 4:12 PM, John Halley Gotway
<johnhg at ucar.edu>
>> wrote:
>>
>> > Ryan,
>> >
>> > What if you comment out both HGT and RH, does Ensemble-Stat run
OK for
>> > WIND, UGRD, VGRD, and REFD?
>> >
>> > As a sanity check, when you receive a warning like this:
>> >
>> > WARNING: MetGrib1DataFile::data_plane() -> No exact match found
for
>> > VarInfo "RH/P700" in GRIB file "/D2/ryan/Research/20131210_Ca
>> > se/GEFSR3_YSU_MORR_SKEBS0/postprd/WRFPRS_d02.19".
>> >
>> > Please run wgrib to verify that RH at 700 actually is present in
that
>> data
>> > file:
>> >
>> > wgrib
/D2/ryan/Research/20131210_Case/GEFSR3_YSU_MORR_SKEBS0/postp
>> rd/WRFPRS_d02.19
>> > | grep RH | grep 700
>> >
>> > I'll use the sample file you sent me to try to replicate the
behavior
>> your
>> > describe here.
>> >
>> > Thanks,
>> > John
>> >
>> >
>> >
>> > On Tue, Jun 6, 2017 at 3:45 PM, Ryan Connelly via RT
<met_help at ucar.edu
>> >
>> > wrote:
>> >
>> >>
>> >> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
>> >>
>> >> Hi John,
>> >>
>> >> Thanks for looking into this.  Unfortunately, that only tells me
what I
>> >> already know.  To thicken the plot, I ran regrid_data_plane on
that
>> same
>> >> file (as well as the rest of the ensemble, to regrid to a
verification
>> RAP
>> >> analysis grid) and it was able to find RH/P700 and HGT/P700, as
well as
>> >> other variables whose identifiers I pulled out of the wgrib
output.  So
>> >> along with your ability to plot_data_plane, that leads me to
believe
>> that
>> >> this is a problem unique to EnsembleStat.
>> >>
>> >> (FWIW, .19 actually specifies the FHR; I just retained the UPP
default
>> >> file
>> >> name structure.  The obnoxiously long string preceding that
specifies
>> the
>> >> ensemble member.)
>> >>
>> >> Thanks,
>> >> Ryan
>> >>
>> >> On Tue, Jun 6, 2017 at 3:50 PM John Halley Gotway via RT <
>> >> met_help at ucar.edu>
>> >> wrote:
>> >>
>> >> > Hi Ryan,
>> >> >
>> >> > This is John Halley Gotway.  I see that you've had a question
about
>> how
>> >> to
>> >> > set up the configuration file for Ensemble-Stat.
>> >> >
>> >> > Thanks for sending a sample data file.  I see the following
file
>> name,
>> >> > which I'm assuming is the data for ensemble member number 19:
>> >> >    GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19
>> >> >
>> >> > I ran the following plot_data_plane on this file:
>> >> >
>> >> > met-5.2/bin/plot_data_plane \
>> >> >    GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 \
>> >> >    RH_P700.ps \
>> >> >    'name="RH"; level="P700";'
>> >> >
>> >> > This tool reads a single 2D field of data and creates a
postscript
>> plot
>> >> of
>> >> > it.  I converted the output file to PNG format and have
attached it
>> to
>> >> this
>> >> > message.
>> >> >
>> >> > I run this utility all the time for playing around with the
settings
>> for
>> >> > "name" and "level".  When processing GRIB data, "name" should
be set
>> to
>> >> the
>> >> > GRIB code abbreviation for the variable you want to read.  And
>> "level"
>> >> is
>> >> > used to describe the level for that variable you want to
extract.
>> Using
>> >> > the "P" prefix tells MET to look for a pressure level... so
"P700"
>> means
>> >> > find the 700mb pressure level.
>> >> >
>> >> > If you add the "-v 3" command line option to plot_data_plane
to
>> increase
>> >> > the verbosity level, you'll see the following log message
printed to
>> the
>> >> > screen:
>> >> >
>> >> > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found range
match
>> for
>> >> > VarInfo "RH/P700" in GRIB record 154 of GRIB file
>> >> > "GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19".
>> >> >
>> >> > So MET is using GRIB record number 154.  I also ran wgrib to
verify
>> >> that's
>> >> > really the one we want:
>> >> >
>> >> > wgrib GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 | grep RH | grep
700
>> >> >
>> >> > 154:37208898:d=13121000:RH:kpds5=52:kpds6=100:kpds7=700:TR=
>> >> 0:P1=19:P2=0:TimeU=1:700
>> >> > mb:19hr fcst:NAve=0
>> >> >
>> >> > Hopefully that helps get you going.
>> >> >
>> >> > Thanks,
>> >> > John
>> >> >
>> >> >
>> >> > On Mon, Jun 5, 2017 at 3:45 PM, Ryan Connelly via RT <
>> met_help at ucar.edu
>> >> >
>> >> > wrote:
>> >> >
>> >> > >
>> >> > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
>> >> > >
>> >> > > Hi Julie,
>> >> > >
>> >> > > 1. RAP file sent!
>> >> > >
>> >> > > 2. I had to copy the UPP-out file WRFPRS_d02.19 over from
our
>> cluster
>> >> to
>> >> > my
>> >> > > local machine first, because our sys admin won't allow ftp
on the
>> >> > cluster.
>> >> > > Hence the name change so that in the future I knew what it
was.  I
>> >> > > apologize; I should have specified.  The filename in the
command
>> >> string
>> >> > is
>> >> > > correct; GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 on your ftp
>> server =
>> >> > > WRFPRS_d02.19
>> >> > > on my cluster and in the command string.
>> >> > >
>> >> > > 3. Yes, V5.2.
>> >> > >
>> >> > > Thanks,
>> >> > > Ryan
>> >> > >
>> >> > > On Mon, Jun 5, 2017 at 5:23 PM, Julie Prestopnik via RT <
>> >> > met_help at ucar.edu
>> >> > > >
>> >> > > wrote:
>> >> > >
>> >> > > > Also, are you using version 5.2 as the config file
indicates?
>> >> > > >
>> >> > > > Thanks!
>> >> > > >
>> >> > > > Julie
>> >> > > >
>> >> > > > On Mon, Jun 5, 2017 at 3:19 PM, Julie Prestopnik <
>> jpresto at ucar.edu>
>> >> > > wrote:
>> >> > > >
>> >> > > > > Thanks, Ryan.  Can you also please send up
>> >> > > rap_130_20131210_1900_000.grb2
>> >> > > > > to our ftp server?
>> >> > > > >
>> >> > > > > Also, I see the name WRFPRS_d02.19 differs from the name
>> >> > > > > GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19, which is on our
ftp
>> >> server.
>> >> > > Is
>> >> > > > > WRFPRS_d02.19 a list of files, where
GEFSR1_MYNN2_THOM_SKEBS0_
>> >> > > > WRFPRS_d02.19
>> >> > > > > is one of those files?
>> >> > > > >
>> >> > > > > Thanks for clarifying.
>> >> > > > >
>> >> > > > > Julie
>> >> > > > >
>> >> > > > > On Mon, Jun 5, 2017 at 3:12 PM, Ryan Connelly via RT <
>> >> > > met_help at ucar.edu>
>> >> > > > > wrote:
>> >> > > > >
>> >> > > > >>
>> >> > > > >> <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712
>> >
>> >> > > > >>
>> >> > > > >> Oh right, sorry.
>> >> > > > >>
>> >> > > > >> Obviously it's specific to my directory structure,
but...
>> >> > > > >>
>> >> > > > >> bin/ensemble_stat 40
>> >> > > > >>
/D2/ryan/Research/20131210_Case/GEFSR*/postprd/WRFPRS_d02.19
>> >> > > > >> scripts/config/EnsembleStatConfig_ryan -grid_obs
>> >> > > > >>
/D2/ryan/Research/20131210_Case/rap_130_20131210_1900_000.
>> grb2
>> >> > > -outdir
>> >> > > > >> /D2/ryan/Research/20131210_Case
>> >> > > > >>
>> >> > > > >> On Mon, Jun 5, 2017 at 5:10 PM, Julie Prestopnik via RT
<
>> >> > > > >> met_help at ucar.edu>
>> >> > > > >> wrote:
>> >> > > > >>
>> >> > > > >> > Thanks!
>> >> > > > >> >
>> >> > > > >> > Can you please also email me the command you're
running?
>> >> > > > >> >
>> >> > > > >> > Julie
>> >> > > > >> >
>> >> > > > >> > On Mon, Jun 5, 2017 at 3:09 PM, Ryan Connelly via RT
<
>> >> > > > met_help at ucar.edu
>> >> > > > >> >
>> >> > > > >> > wrote:
>> >> > > > >> >
>> >> > > > >> > >
>> >> > > > >> > > <URL: https://rt.rap.ucar.edu/rt/Tic
>> >> ket/Display.html?id=80712 >
>> >> > > > >> > >
>> >> > > > >> > > Ok, that looks like it was successful this time.
>> >> > > > >> > >
>> >> > > > >> > > On Mon, Jun 5, 2017 at 4:53 PM, Julie Prestopnik
via RT <
>> >> > > > >> > met_help at ucar.edu
>> >> > > > >> > > >
>> >> > > > >> > > wrote:
>> >> > > > >> > >
>> >> > > > >> > > > Hi Ryan.
>> >> > > > >> > > >
>> >> > > > >> > > > It appears there was a problem transferring the
data.
>> >> > Usually,
>> >> > > > >> when I
>> >> > > > >> > > get
>> >> > > > >> > > > the same problem that you indicated you got, I
just keep
>> >> > > retrying
>> >> > > > >> and
>> >> > > > >> > it
>> >> > > > >> > > > eventually goes through (usually just a few
tries).
>> >> > > > >> > > >
>> >> > > > >> > > > Could you please try again?
>> >> > > > >> > > >
>> >> > > > >> > > > Also, can you please also email me the command
you're
>> >> running?
>> >> > > > >> Once I
>> >> > > > >> > > have
>> >> > > > >> > > > the data and your command, I can look into the
problem.
>> >> > > > >> > > >
>> >> > > > >> > > > Thanks,
>> >> > > > >> > > > Julie
>> >> > > > >> > > >
>> >> > > > >> > > > On Mon, Jun 5, 2017 at 2:45 PM, Ryan Connelly via
RT <
>> >> > > > >> > met_help at ucar.edu>
>> >> > > > >> > > > wrote:
>> >> > > > >> > > >
>> >> > > > >> > > > >
>> >> > > > >> > > > > <URL:
>> >> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712
>> >> > > >
>> >> > > > >> > > > >
>> >> > > > >> > > > > Hi Julie,
>> >> > > > >> > > > >
>> >> > > > >> > > > > I think it's there in Connelly_data.  But I got
the
>> >> > following
>> >> > > > >> error,
>> >> > > > >> > so
>> >> > > > >> > > > it
>> >> > > > >> > > > > may not have gone through:
>> >> > > > >> > > > >
>> >> > > > >> > > > > 425 Can't open passive connection: Address
already in
>> >> use.
>> >> > > > >> > > > > Passive mode refused.
>> >> > > > >> > > > >
>> >> > > > >> > > > >
>> >> > > > >> > > > > Thanks,
>> >> > > > >> > > > > Ryan
>> >> > > > >> > > > >
>> >> > > > >> > > > > On Mon, Jun 5, 2017 at 3:58 PM, Julie
Prestopnik via
>> RT <
>> >> > > > >> > > > met_help at ucar.edu
>> >> > > > >> > > > > >
>> >> > > > >> > > > > wrote:
>> >> > > > >> > > > >
>> >> > > > >> > > > > > Hi Ryan.  Thanks for the additional
information and
>> for
>> >> > > > sending
>> >> > > > >> you
>> >> > > > >> > > > > > configuration file.  Could you please send us
your
>> >> data?
>> >> > You
>> >> > > > can
>> >> > > > >> > post
>> >> > > > >> > > > it
>> >> > > > >> > > > > to
>> >> > > > >> > > > > > our anonymous ftp site following these
instructions:
>> >> > > > >> > > > > >    http://www.dtcenter.org/met/
>> >> > > users/support/met_help.php#ftp
>> >> > > > >> > > > > >
>> >> > > > >> > > > > > Can you please also email me the command
you're
>> >> running?
>> >> > > > Once I
>> >> > > > >> > have
>> >> > > > >> > > > the
>> >> > > > >> > > > > > data and your command, I can look into the
problem.
>> >> > > > >> > > > > >
>> >> > > > >> > > > > > Thanks!
>> >> > > > >> > > > > >
>> >> > > > >> > > > > > Julie
>> >> > > > >> > > > > >
>> >> > > > >> > > > > > On Mon, Jun 5, 2017 at 1:53 PM, Ryan Connelly
via
>> RT <
>> >> > > > >> > > > met_help at ucar.edu>
>> >> > > > >> > > > > > wrote:
>> >> > > > >> > > > > >
>> >> > > > >> > > > > > >
>> >> > > > >> > > > > > > <URL: https://rt.rap.ucar.edu/rt/
>> >> > > > Ticket/Display.html?id=80712
>> >> > > > >> >
>> >> > > > >> > > > > > >
>> >> > > > >> > > > > > > Hi Julie,
>> >> > > > >> > > > > > >
>> >> > > > >> > > > > > > The errors I get are that the variable is
not
>> found
>> >> in
>> >> > the
>> >> > > > >> > > UPP-ouput
>> >> > > > >> > > > > > GRIB:
>> >> > > > >> > > > > > >
>> >> > > > >> > > > > > > WARNING: MetGrib1DataFile::data_plane() ->
No
>> exact
>> >> > match
>> >> > > > >> found
>> >> > > > >> > for
>> >> > > > >> > > > > > VarInfo
>> >> > > > >> > > > > > > "RH/P700" in GRIB file
>> >> > > > >> > > > > > > "/D2/ryan/Research/20131210_Ca
>> >> se/GEFSR3_YSU_MORR_SKEBS0/
>> >> > > > >> > > > > > > postprd/WRFPRS_d02.19".
>> >> > > > >> > > > > > > WARNING:
>> >> > > > >> > > > > > > WARNING:
>> >> > > > >> > > > > > > WARNING: process_n_vld() -> ensemble field
>> "RH/P700"
>> >> not
>> >> > > > >> found in
>> >> > > > >> > > > file
>> >> > > > >> > > > > > > "/D2/ryan/Research/20131210_Ca
>> >> se/GEFSR3_YSU_MORR_SKEBS0/
>> >> > > > >> > > > > > > postprd/WRFPRS_d02.19"
>> >> > > > >> > > > > > > WARNING:
>> >> > > > >> > > > > > > WARNING:
>> >> > > > >> > > > > > > WARNING: MetGrib1DataFile::data_plane() ->
No
>> exact
>> >> > match
>> >> > > > >> found
>> >> > > > >> > for
>> >> > > > >> > > > > > VarInfo
>> >> > > > >> > > > > > > "RH/P700" in GRIB file
>> >> > > > >> > > > > > > "/D2/ryan/Research/20131210_Ca
>> >> se/GEFSR4_YSU_THOM_SKEBS0/
>> >> > > > >> > > > > > > postprd/WRFPRS_d02.19".
>> >> > > > >> > > > > > > WARNING:
>> >> > > > >> > > > > > > WARNING:
>> >> > > > >> > > > > > > WARNING: process_n_vld() -> ensemble field
>> "RH/P700"
>> >> not
>> >> > > > >> found in
>> >> > > > >> > > > file
>> >> > > > >> > > > > > > "/D2/ryan/Research/20131210_Ca
>> >> se/GEFSR4_YSU_THOM_SKEBS0/
>> >> > > > >> > > > > > > postprd/WRFPRS_d02.19"
>> >> > > > >> > > > > > > WARNING:
>> >> > > > >> > > > > > > WARNING:
>> >> > > > >> > > > > > > WARNING: MetGrib1DataFile::data_plane() ->
No
>> exact
>> >> > match
>> >> > > > >> found
>> >> > > > >> > for
>> >> > > > >> > > > > > VarInfo
>> >> > > > >> > > > > > > "RH/P700" in GRIB file
>> >> > > > >> > > > > > > "/D2/ryan/Research/20131210_
>> >> > > Case/GEFSR5_MYNN2_MORR_SKEBS0/
>> >> > > > >> > > > > > > postprd/WRFPRS_d02.19".
>> >> > > > >> > > > > > > WARNING:
>> >> > > > >> > > > > > > WARNING:
>> >> > > > >> > > > > > > WARNING: process_n_vld() -> ensemble field
>> "RH/P700"
>> >> not
>> >> > > > >> found in
>> >> > > > >> > > > file
>> >> > > > >> > > > > > > "/D2/ryan/Research/20131210_
>> >> > > Case/GEFSR5_MYNN2_MORR_SKEBS0/
>> >> > > > >> > > > > > > postprd/WRFPRS_d02.19"
>> >> > > > >> > > > > > > WARNING:
>> >> > > > >> > > > > > > WARNING:
>> >> > > > >> > > > > > > WARNING: MetGrib1DataFile::data_plane() ->
No
>> exact
>> >> > match
>> >> > > > >> found
>> >> > > > >> > for
>> >> > > > >> > > > > > VarInfo
>> >> > > > >> > > > > > > "RH/P700" in GRIB file
>> >> > > > >> > > > > > > "/D2/ryan/Research/20131210_Ca
>> >> se/GEFSR5_YSU_THOM_SKEBS0/
>> >> > > > >> > > > > > > postprd/WRFPRS_d02.19".
>> >> > > > >> > > > > > > WARNING:
>> >> > > > >> > > > > > > WARNING:
>> >> > > > >> > > > > > > WARNING: process_n_vld() -> ensemble field
>> "RH/P700"
>> >> not
>> >> > > > >> found in
>> >> > > > >> > > > file
>> >> > > > >> > > > > > > "/D2/ryan/Research/20131210_Ca
>> >> se/GEFSR5_YSU_THOM_SKEBS0/
>> >> > > > >> > > > > > > postprd/WRFPRS_d02.19"
>> >> > > > >> > > > > > > WARNING:
>> >> > > > >> > > > > > > ERROR  :
>> >> > > > >> > > > > > > ERROR  : process_n_vld() -> 4 missing
ensemble
>> fields
>> >> > > > exceeds
>> >> > > > >> the
>> >> > > > >> > > > > maximum
>> >> > > > >> > > > > > > allowable specified by "ens.ens_thresh" in
the
>> >> > > configuration
>> >> > > > >> > file.
>> >> > > > >> > > > > > >
>> >> > > > >> > > > > > >
>> >> > > > >> > > > > > > In this case, it's only displaying RH/P700
as not
>> >> found,
>> >> > > but
>> >> > > > >> if I
>> >> > > > >> > > > > comment
>> >> > > > >> > > > > > > that section out in the config file, it
then
>> tells me
>> >> > the
>> >> > > > same
>> >> > > > >> > for
>> >> > > > >> > > > > > > HGT/P700.
>> >> > > > >> > > > > > >
>> >> > > > >> > > > > > > I've attached the config file.
>> >> > > > >> > > > > > >
>> >> > > > >> > > > > > > Thanks,
>> >> > > > >> > > > > > > Ryan
>> >> > > > >> > > > > > >
>> >> > > > >> > > > > > > On Thu, Jun 1, 2017 at 4:20 PM, Julie
Prestopnik
>> via
>> >> RT
>> >> > <
>> >> > > > >> > > > > > met_help at ucar.edu
>> >> > > > >> > > > > > > >
>> >> > > > >> > > > > > > wrote:
>> >> > > > >> > > > > > >
>> >> > > > >> > > > > > > > Hi Ryan.
>> >> > > > >> > > > > > > >
>> >> > > > >> > > > > > > > When you say "It is not (so far) 700,
P700,
>> Z700,
>> >> 700
>> >> > > mb,
>> >> > > > >> > > > > > 700:pressure.",
>> >> > > > >> > > > > > > > what sort of problem did you encounter?
>> >> > > > >> > > > > > > >
>> >> > > > >> > > > > > > > MET uses some short-hand for specifying
the
>> level
>> >> > > > >> information.
>> >> > > > >> > > The
>> >> > > > >> > > > > > > > character "P" means pressure, and "P500"
would
>> mean
>> >> > > > pressure
>> >> > > > >> > > level
>> >> > > > >> > > > > > 500mb.
>> >> > > > >> > > > > > > > The character "A" means accumulation
interval,
>> and
>> >> > "A24"
>> >> > > > >> means
>> >> > > > >> > > > > 24-hours
>> >> > > > >> > > > > > > of
>> >> > > > >> > > > > > > > accumulation.  The character "Z" means
height,
>> and
>> >> > "Z2"
>> >> > > > >> means
>> >> > > > >> > > > > 2-meters
>> >> > > > >> > > > > > > > above ground.  The character "L" means a
generic
>> >> level
>> >> > > > >> type...
>> >> > > > >> > so
>> >> > > > >> > > > > just
>> >> > > > >> > > > > > > > match the value but don't worry about the
type.
>> >> > > > >> > > > > > > >
>> >> > > > >> > > > > > > > Could you please send us your data,
config
>> files,
>> >> etc.
>> >> > > and
>> >> > > > >> the
>> >> > > > >> > > > > command
>> >> > > > >> > > > > > > line
>> >> > > > >> > > > > > > > you're running, so that I can check it
out? Y ou
>> >> can
>> >> > > post
>> >> > > > >> it to
>> >> > > > >> > > our
>> >> > > > >> > > > > > > > anonymous ftp site following these
instructions:
>> >> > > > >> > > > > > > >    http://www.dtcenter.org/met/us
>> >> > > > >> ers/support/met_help.php#ftp
>> >> > > > >> > > > > > > >
>> >> > > > >> > > > > > > > Thanks!
>> >> > > > >> > > > > > > >
>> >> > > > >> > > > > > > > Julie
>> >> > > > >> > > > > > > >
>> >> > > > >> > > > > > > > On Thu, Jun 1, 2017 at 1:14 PM, Ryan
Connelly
>> via
>> >> RT <
>> >> > > > >> > > > > > met_help at ucar.edu>
>> >> > > > >> > > > > > > > wrote:
>> >> > > > >> > > > > > > >
>> >> > > > >> > > > > > > > >
>> >> > > > >> > > > > > > > > Thu Jun 01 13:14:25 2017: Request 80712
was
>> acted
>> >> > > upon.
>> >> > > > >> > > > > > > > > Transaction: Ticket created by
>> >> rconne01 at gmail.com
>> >> > > > >> > > > > > > > >        Queue: met_help
>> >> > > > >> > > > > > > > >      Subject: Level string for isobaric
>> surfaces
>> >> > > > >> > > > > > > > >        Owner: Nobody
>> >> > > > >> > > > > > > > >   Requestors: rconne01 at gmail.com
>> >> > > > >> > > > > > > > >       Status: new
>> >> > > > >> > > > > > > > >  Ticket <URL:
https://rt.rap.ucar.edu/rt/
>> >> > > > >> > > > > > Ticket/Display.html?id=80712
>> >> > > > >> > > > > > > >
>> >> > > > >> > > > > > > > >
>> >> > > > >> > > > > > > > >
>> >> > > > >> > > > > > > > > What is the level string that is needed
in
>> >> > > configuration
>> >> > > > >> > files
>> >> > > > >> > > > for
>> >> > > > >> > > > > an
>> >> > > > >> > > > > > > > > isobaric surface?  I want to run
>> ensemble_stat on
>> >> > 700
>> >> > > mb
>> >> > > > >> > height
>> >> > > > >> > > > and
>> >> > > > >> > > > > > RH.
>> >> > > > >> > > > > > > > It
>> >> > > > >> > > > > > > > > is not (so far) 700, P700, Z700, 700
mb,
>> >> > 700:pressure.
>> >> > > > I
>> >> > > > >> > know
>> >> > > > >> > > > the
>> >> > > > >> > > > > > > > variable
>> >> > > > >> > > > > > > > > names are HGT and RH.
>> >> > > > >> > > > > > > > >
>> >> > > > >> > > > > > > > > --
>> >> > > > >> > > > > > > > > Ryan Connelly
>> >> > > > >> > > > > > > > > M.S. Student in Atmospheric Sciences,
Stony
>> Brook
>> >> > > > >> University
>> >> > > > >> > > > > > > > > B.S. in Meteorology with Minors in
Mathematics
>> >> and
>> >> > > GIS,
>> >> > > > >> > > > Valparaiso
>> >> > > > >> > > > > > > > > University
>> >> > > > >> > > > > > > > > rconne01 at gmail.com
>> >> > > > >> > > > > > > > > ryan.connelly at stonybrook.edu
>> >> > > > >> > > > > > > > >
>> >> > > > >> > > > > > > > >
>> >> > > > >> > > > > > > >
>> >> > > > >> > > > > > > >
>> >> > > > >> > > > > > >
>> >> > > > >> > > > > > >
>> >> > > > >> > > > > > > --
>> >> > > > >> > > > > > > Ryan Connelly
>> >> > > > >> > > > > > > M.S. Student in Atmospheric Sciences, Stony
Brook
>> >> > > University
>> >> > > > >> > > > > > > B.S. in Meteorology with Minors in
Mathematics and
>> >> GIS,
>> >> > > > >> > Valparaiso
>> >> > > > >> > > > > > > University
>> >> > > > >> > > > > > > rconne01 at gmail.com
>> >> > > > >> > > > > > > ryan.connelly at stonybrook.edu
>> >> > > > >> > > > > > >
>> >> > > > >> > > > > > >
>> >> > > > >> > > > > >
>> >> > > > >> > > > > >
>> >> > > > >> > > > >
>> >> > > > >> > > > >
>> >> > > > >> > > > > --
>> >> > > > >> > > > > Ryan Connelly
>> >> > > > >> > > > > M.S. Student in Atmospheric Sciences, Stony
Brook
>> >> University
>> >> > > > >> > > > > B.S. in Meteorology with Minors in Mathematics
and
>> GIS,
>> >> > > > Valparaiso
>> >> > > > >> > > > > University
>> >> > > > >> > > > > rconne01 at gmail.com
>> >> > > > >> > > > > ryan.connelly at stonybrook.edu
>> >> > > > >> > > > >
>> >> > > > >> > > > >
>> >> > > > >> > > >
>> >> > > > >> > > >
>> >> > > > >> > >
>> >> > > > >> > >
>> >> > > > >> > > --
>> >> > > > >> > > Ryan Connelly
>> >> > > > >> > > M.S. Student in Atmospheric Sciences, Stony Brook
>> University
>> >> > > > >> > > B.S. in Meteorology with Minors in Mathematics and
GIS,
>> >> > Valparaiso
>> >> > > > >> > > University
>> >> > > > >> > > rconne01 at gmail.com
>> >> > > > >> > > ryan.connelly at stonybrook.edu
>> >> > > > >> > >
>> >> > > > >> > >
>> >> > > > >> >
>> >> > > > >> >
>> >> > > > >>
>> >> > > > >>
>> >> > > > >> --
>> >> > > > >> Ryan Connelly
>> >> > > > >> M.S. Student in Atmospheric Sciences, Stony Brook
University
>> >> > > > >> B.S. in Meteorology with Minors in Mathematics and GIS,
>> >> Valparaiso
>> >> > > > >> University
>> >> > > > >> rconne01 at gmail.com
>> >> > > > >> ryan.connelly at stonybrook.edu
>> >> > > > >>
>> >> > > > >>
>> >> > > > >
>> >> > > >
>> >> > > >
>> >> > >
>> >> > >
>> >> > > --
>> >> > > Ryan Connelly
>> >> > > M.S. Student in Atmospheric Sciences, Stony Brook University
>> >> > > B.S. in Meteorology with Minors in Mathematics and GIS,
Valparaiso
>> >> > > University
>> >> > > rconne01 at gmail.com
>> >> > > ryan.connelly at stonybrook.edu
>> >> > >
>> >> > >
>> >> >
>> >> > --
>> >> Ryan Connelly
>> >> M.S. Student in Atmospheric Sciences, Stony Brook University
>> >> B.S. in Meteorology with Minors in Mathematics and GIS,
Valparaiso
>> >> University
>> >> rconne01 at gmail.com
>> >> ryan.connelly at stonybrook.edu
>> >>
>> >>
>> >
>>
>>
>
>
> --
> Ryan Connelly
> M.S. Student in Atmospheric Sciences, Stony Brook University
> B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
> University
> rconne01 at gmail.com
> ryan.connelly at stonybrook.edu
>



--
Ryan Connelly
M.S. Student in Atmospheric Sciences, Stony Brook University
B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
University
rconne01 at gmail.com
ryan.connelly at stonybrook.edu

------------------------------------------------
Subject: Level string for isobaric surfaces
From: John Halley Gotway
Time: Wed Jun 07 09:46:42 2017

Ryan,

Great, glad you were able to figure it out.

Missing data happens, especially when generating many ensemble
members.
But you can configure Ensemble-Stat to tell it how much missing data
is
acceptable.  This is controlled by the "ens_thresh" option in the
configuration file.  It's set to a number between 0 and 1 which
represents
the ratio of ensemble members that must be present for Ensemble-Stat
to
run.  The config file you sent uses the default value of 1, requiring
all
40 of your members to be present.  If you change that to 0.75, only 30
of
the 40 members would need to be required.

This option is discussed on page 151 of the MET User's Guide:

http://www.dtcenter.org/met/users/docs/users_guide/MET_Users_Guide_v6.0.pdf

Of course, it's preferable to just fix the missing data issues if
possible.

Thanks,
John

On Tue, Jun 6, 2017 at 11:58 PM, Ryan Connelly via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
>
> Hi John and Julie,
>
> The problem was that four of my 40 members were missing these
additional
> fields.  This is now resolved.  Thank you for your help!
>
> Ryan
>
> On Tue, Jun 6, 2017 at 7:13 PM, Ryan Connelly <rconne01 at gmail.com>
wrote:
>
> > Hi John,
> >
> > Ok, I think you're on to something.  One of my members is missing
UPP-out
> > files, so I'm running that now, and will report back.  However,
shouldn't
> > EnsembleStat still have failed on REFD, UGRD, VGRD, and WND if
that was
> the
> > problem?
> >
> > Thanks,
> > Ryan
> >
> > On Tue, Jun 6, 2017 at 6:56 PM, John Halley Gotway via RT <
> > met_help at ucar.edu> wrote:
> >
> >> Ryan,
> >>
> >> Using that single ensemble member file you sent, I'm not able to
> replicate
> >> the problems you were seeing.  I just passed in that same
ensemble
> member
> >> 4
> >> times pretending that it was an ensemble of size 4:
> >>
> >> met-5.2/bin/ensemble_stat \
> >> 4 \
> >> GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 \
> >> GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 \
> >> GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 \
> >> GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 \
> >> EnsembleStatConfig_ryan \
> >> -outdir out
> >>
> >> Based on the warning messages from MET, the most likely scenario
is that
> >> some of your ensemble member output files from UPP really are
missing
> >> output at 700mb.  So that's the first thing I'd suggest ruling
out using
> >> wgrib.
> >>
> >> Of course, it's possible there is in fact a problem in the
Ensemble-Stat
> >> logic.  In order to identify and then fix it, we'd need to create
an
> >> example dataset I can run here to replicate the problem.
> >>
> >> Thanks,
> >> John
> >>
> >>
> >> On Tue, Jun 6, 2017 at 4:12 PM, John Halley Gotway
<johnhg at ucar.edu>
> >> wrote:
> >>
> >> > Ryan,
> >> >
> >> > What if you comment out both HGT and RH, does Ensemble-Stat run
OK for
> >> > WIND, UGRD, VGRD, and REFD?
> >> >
> >> > As a sanity check, when you receive a warning like this:
> >> >
> >> > WARNING: MetGrib1DataFile::data_plane() -> No exact match found
for
> >> > VarInfo "RH/P700" in GRIB file "/D2/ryan/Research/20131210_Ca
> >> > se/GEFSR3_YSU_MORR_SKEBS0/postprd/WRFPRS_d02.19".
> >> >
> >> > Please run wgrib to verify that RH at 700 actually is present
in that
> >> data
> >> > file:
> >> >
> >> > wgrib
/D2/ryan/Research/20131210_Case/GEFSR3_YSU_MORR_SKEBS0/postp
> >> rd/WRFPRS_d02.19
> >> > | grep RH | grep 700
> >> >
> >> > I'll use the sample file you sent me to try to replicate the
behavior
> >> your
> >> > describe here.
> >> >
> >> > Thanks,
> >> > John
> >> >
> >> >
> >> >
> >> > On Tue, Jun 6, 2017 at 3:45 PM, Ryan Connelly via RT <
> met_help at ucar.edu
> >> >
> >> > wrote:
> >> >
> >> >>
> >> >> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712
>
> >> >>
> >> >> Hi John,
> >> >>
> >> >> Thanks for looking into this.  Unfortunately, that only tells
me
> what I
> >> >> already know.  To thicken the plot, I ran regrid_data_plane on
that
> >> same
> >> >> file (as well as the rest of the ensemble, to regrid to a
> verification
> >> RAP
> >> >> analysis grid) and it was able to find RH/P700 and HGT/P700,
as well
> as
> >> >> other variables whose identifiers I pulled out of the wgrib
output.
> So
> >> >> along with your ability to plot_data_plane, that leads me to
believe
> >> that
> >> >> this is a problem unique to EnsembleStat.
> >> >>
> >> >> (FWIW, .19 actually specifies the FHR; I just retained the UPP
> default
> >> >> file
> >> >> name structure.  The obnoxiously long string preceding that
specifies
> >> the
> >> >> ensemble member.)
> >> >>
> >> >> Thanks,
> >> >> Ryan
> >> >>
> >> >> On Tue, Jun 6, 2017 at 3:50 PM John Halley Gotway via RT <
> >> >> met_help at ucar.edu>
> >> >> wrote:
> >> >>
> >> >> > Hi Ryan,
> >> >> >
> >> >> > This is John Halley Gotway.  I see that you've had a
question about
> >> how
> >> >> to
> >> >> > set up the configuration file for Ensemble-Stat.
> >> >> >
> >> >> > Thanks for sending a sample data file.  I see the following
file
> >> name,
> >> >> > which I'm assuming is the data for ensemble member number
19:
> >> >> >    GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19
> >> >> >
> >> >> > I ran the following plot_data_plane on this file:
> >> >> >
> >> >> > met-5.2/bin/plot_data_plane \
> >> >> >    GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 \
> >> >> >    RH_P700.ps \
> >> >> >    'name="RH"; level="P700";'
> >> >> >
> >> >> > This tool reads a single 2D field of data and creates a
postscript
> >> plot
> >> >> of
> >> >> > it.  I converted the output file to PNG format and have
attached it
> >> to
> >> >> this
> >> >> > message.
> >> >> >
> >> >> > I run this utility all the time for playing around with the
> settings
> >> for
> >> >> > "name" and "level".  When processing GRIB data, "name"
should be
> set
> >> to
> >> >> the
> >> >> > GRIB code abbreviation for the variable you want to read.
And
> >> "level"
> >> >> is
> >> >> > used to describe the level for that variable you want to
extract.
> >> Using
> >> >> > the "P" prefix tells MET to look for a pressure level... so
"P700"
> >> means
> >> >> > find the 700mb pressure level.
> >> >> >
> >> >> > If you add the "-v 3" command line option to plot_data_plane
to
> >> increase
> >> >> > the verbosity level, you'll see the following log message
printed
> to
> >> the
> >> >> > screen:
> >> >> >
> >> >> > DEBUG 3: MetGrib1DataFile::data_plane_array() -> Found range
match
> >> for
> >> >> > VarInfo "RH/P700" in GRIB record 154 of GRIB file
> >> >> > "GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19".
> >> >> >
> >> >> > So MET is using GRIB record number 154.  I also ran wgrib to
verify
> >> >> that's
> >> >> > really the one we want:
> >> >> >
> >> >> > wgrib GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 | grep RH |
grep 700
> >> >> >
> >> >> > 154:37208898:d=13121000:RH:kpds5=52:kpds6=100:kpds7=700:TR=
> >> >> 0:P1=19:P2=0:TimeU=1:700
> >> >> > mb:19hr fcst:NAve=0
> >> >> >
> >> >> > Hopefully that helps get you going.
> >> >> >
> >> >> > Thanks,
> >> >> > John
> >> >> >
> >> >> >
> >> >> > On Mon, Jun 5, 2017 at 3:45 PM, Ryan Connelly via RT <
> >> met_help at ucar.edu
> >> >> >
> >> >> > wrote:
> >> >> >
> >> >> > >
> >> >> > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712 >
> >> >> > >
> >> >> > > Hi Julie,
> >> >> > >
> >> >> > > 1. RAP file sent!
> >> >> > >
> >> >> > > 2. I had to copy the UPP-out file WRFPRS_d02.19 over from
our
> >> cluster
> >> >> to
> >> >> > my
> >> >> > > local machine first, because our sys admin won't allow ftp
on the
> >> >> > cluster.
> >> >> > > Hence the name change so that in the future I knew what it
was.
> I
> >> >> > > apologize; I should have specified.  The filename in the
command
> >> >> string
> >> >> > is
> >> >> > > correct; GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19 on your
ftp
> >> server =
> >> >> > > WRFPRS_d02.19
> >> >> > > on my cluster and in the command string.
> >> >> > >
> >> >> > > 3. Yes, V5.2.
> >> >> > >
> >> >> > > Thanks,
> >> >> > > Ryan
> >> >> > >
> >> >> > > On Mon, Jun 5, 2017 at 5:23 PM, Julie Prestopnik via RT <
> >> >> > met_help at ucar.edu
> >> >> > > >
> >> >> > > wrote:
> >> >> > >
> >> >> > > > Also, are you using version 5.2 as the config file
indicates?
> >> >> > > >
> >> >> > > > Thanks!
> >> >> > > >
> >> >> > > > Julie
> >> >> > > >
> >> >> > > > On Mon, Jun 5, 2017 at 3:19 PM, Julie Prestopnik <
> >> jpresto at ucar.edu>
> >> >> > > wrote:
> >> >> > > >
> >> >> > > > > Thanks, Ryan.  Can you also please send up
> >> >> > > rap_130_20131210_1900_000.grb2
> >> >> > > > > to our ftp server?
> >> >> > > > >
> >> >> > > > > Also, I see the name WRFPRS_d02.19 differs from the
name
> >> >> > > > > GEFSR1_MYNN2_THOM_SKEBS0_WRFPRS_d02.19, which is on
our ftp
> >> >> server.
> >> >> > > Is
> >> >> > > > > WRFPRS_d02.19 a list of files, where
> GEFSR1_MYNN2_THOM_SKEBS0_
> >> >> > > > WRFPRS_d02.19
> >> >> > > > > is one of those files?
> >> >> > > > >
> >> >> > > > > Thanks for clarifying.
> >> >> > > > >
> >> >> > > > > Julie
> >> >> > > > >
> >> >> > > > > On Mon, Jun 5, 2017 at 3:12 PM, Ryan Connelly via RT <
> >> >> > > met_help at ucar.edu>
> >> >> > > > > wrote:
> >> >> > > > >
> >> >> > > > >>
> >> >> > > > >> <URL: https://rt.rap.ucar.edu/rt/
> Ticket/Display.html?id=80712
> >> >
> >> >> > > > >>
> >> >> > > > >> Oh right, sorry.
> >> >> > > > >>
> >> >> > > > >> Obviously it's specific to my directory structure,
but...
> >> >> > > > >>
> >> >> > > > >> bin/ensemble_stat 40
> >> >> > > > >>
/D2/ryan/Research/20131210_Case/GEFSR*/postprd/WRFPRS_
> d02.19
> >> >> > > > >> scripts/config/EnsembleStatConfig_ryan -grid_obs
> >> >> > > > >>
/D2/ryan/Research/20131210_Case/rap_130_20131210_1900_000.
> >> grb2
> >> >> > > -outdir
> >> >> > > > >> /D2/ryan/Research/20131210_Case
> >> >> > > > >>
> >> >> > > > >> On Mon, Jun 5, 2017 at 5:10 PM, Julie Prestopnik via
RT <
> >> >> > > > >> met_help at ucar.edu>
> >> >> > > > >> wrote:
> >> >> > > > >>
> >> >> > > > >> > Thanks!
> >> >> > > > >> >
> >> >> > > > >> > Can you please also email me the command you're
running?
> >> >> > > > >> >
> >> >> > > > >> > Julie
> >> >> > > > >> >
> >> >> > > > >> > On Mon, Jun 5, 2017 at 3:09 PM, Ryan Connelly via
RT <
> >> >> > > > met_help at ucar.edu
> >> >> > > > >> >
> >> >> > > > >> > wrote:
> >> >> > > > >> >
> >> >> > > > >> > >
> >> >> > > > >> > > <URL: https://rt.rap.ucar.edu/rt/Tic
> >> >> ket/Display.html?id=80712 >
> >> >> > > > >> > >
> >> >> > > > >> > > Ok, that looks like it was successful this time.
> >> >> > > > >> > >
> >> >> > > > >> > > On Mon, Jun 5, 2017 at 4:53 PM, Julie Prestopnik
via RT
> <
> >> >> > > > >> > met_help at ucar.edu
> >> >> > > > >> > > >
> >> >> > > > >> > > wrote:
> >> >> > > > >> > >
> >> >> > > > >> > > > Hi Ryan.
> >> >> > > > >> > > >
> >> >> > > > >> > > > It appears there was a problem transferring the
data.
> >> >> > Usually,
> >> >> > > > >> when I
> >> >> > > > >> > > get
> >> >> > > > >> > > > the same problem that you indicated you got, I
just
> keep
> >> >> > > retrying
> >> >> > > > >> and
> >> >> > > > >> > it
> >> >> > > > >> > > > eventually goes through (usually just a few
tries).
> >> >> > > > >> > > >
> >> >> > > > >> > > > Could you please try again?
> >> >> > > > >> > > >
> >> >> > > > >> > > > Also, can you please also email me the command
you're
> >> >> running?
> >> >> > > > >> Once I
> >> >> > > > >> > > have
> >> >> > > > >> > > > the data and your command, I can look into the
> problem.
> >> >> > > > >> > > >
> >> >> > > > >> > > > Thanks,
> >> >> > > > >> > > > Julie
> >> >> > > > >> > > >
> >> >> > > > >> > > > On Mon, Jun 5, 2017 at 2:45 PM, Ryan Connelly
via RT <
> >> >> > > > >> > met_help at ucar.edu>
> >> >> > > > >> > > > wrote:
> >> >> > > > >> > > >
> >> >> > > > >> > > > >
> >> >> > > > >> > > > > <URL:
> >> >> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=80712
> >> >> > > >
> >> >> > > > >> > > > >
> >> >> > > > >> > > > > Hi Julie,
> >> >> > > > >> > > > >
> >> >> > > > >> > > > > I think it's there in Connelly_data.  But I
got the
> >> >> > following
> >> >> > > > >> error,
> >> >> > > > >> > so
> >> >> > > > >> > > > it
> >> >> > > > >> > > > > may not have gone through:
> >> >> > > > >> > > > >
> >> >> > > > >> > > > > 425 Can't open passive connection: Address
already
> in
> >> >> use.
> >> >> > > > >> > > > > Passive mode refused.
> >> >> > > > >> > > > >
> >> >> > > > >> > > > >
> >> >> > > > >> > > > > Thanks,
> >> >> > > > >> > > > > Ryan
> >> >> > > > >> > > > >
> >> >> > > > >> > > > > On Mon, Jun 5, 2017 at 3:58 PM, Julie
Prestopnik via
> >> RT <
> >> >> > > > >> > > > met_help at ucar.edu
> >> >> > > > >> > > > > >
> >> >> > > > >> > > > > wrote:
> >> >> > > > >> > > > >
> >> >> > > > >> > > > > > Hi Ryan.  Thanks for the additional
information
> and
> >> for
> >> >> > > > sending
> >> >> > > > >> you
> >> >> > > > >> > > > > > configuration file.  Could you please send
us your
> >> >> data?
> >> >> > You
> >> >> > > > can
> >> >> > > > >> > post
> >> >> > > > >> > > > it
> >> >> > > > >> > > > > to
> >> >> > > > >> > > > > > our anonymous ftp site following these
> instructions:
> >> >> > > > >> > > > > >    http://www.dtcenter.org/met/
> >> >> > > users/support/met_help.php#ftp
> >> >> > > > >> > > > > >
> >> >> > > > >> > > > > > Can you please also email me the command
you're
> >> >> running?
> >> >> > > > Once I
> >> >> > > > >> > have
> >> >> > > > >> > > > the
> >> >> > > > >> > > > > > data and your command, I can look into the
> problem.
> >> >> > > > >> > > > > >
> >> >> > > > >> > > > > > Thanks!
> >> >> > > > >> > > > > >
> >> >> > > > >> > > > > > Julie
> >> >> > > > >> > > > > >
> >> >> > > > >> > > > > > On Mon, Jun 5, 2017 at 1:53 PM, Ryan
Connelly via
> >> RT <
> >> >> > > > >> > > > met_help at ucar.edu>
> >> >> > > > >> > > > > > wrote:
> >> >> > > > >> > > > > >
> >> >> > > > >> > > > > > >
> >> >> > > > >> > > > > > > <URL: https://rt.rap.ucar.edu/rt/
> >> >> > > > Ticket/Display.html?id=80712
> >> >> > > > >> >
> >> >> > > > >> > > > > > >
> >> >> > > > >> > > > > > > Hi Julie,
> >> >> > > > >> > > > > > >
> >> >> > > > >> > > > > > > The errors I get are that the variable is
not
> >> found
> >> >> in
> >> >> > the
> >> >> > > > >> > > UPP-ouput
> >> >> > > > >> > > > > > GRIB:
> >> >> > > > >> > > > > > >
> >> >> > > > >> > > > > > > WARNING: MetGrib1DataFile::data_plane()
-> No
> >> exact
> >> >> > match
> >> >> > > > >> found
> >> >> > > > >> > for
> >> >> > > > >> > > > > > VarInfo
> >> >> > > > >> > > > > > > "RH/P700" in GRIB file
> >> >> > > > >> > > > > > > "/D2/ryan/Research/20131210_Ca
> >> >> se/GEFSR3_YSU_MORR_SKEBS0/
> >> >> > > > >> > > > > > > postprd/WRFPRS_d02.19".
> >> >> > > > >> > > > > > > WARNING:
> >> >> > > > >> > > > > > > WARNING:
> >> >> > > > >> > > > > > > WARNING: process_n_vld() -> ensemble
field
> >> "RH/P700"
> >> >> not
> >> >> > > > >> found in
> >> >> > > > >> > > > file
> >> >> > > > >> > > > > > > "/D2/ryan/Research/20131210_Ca
> >> >> se/GEFSR3_YSU_MORR_SKEBS0/
> >> >> > > > >> > > > > > > postprd/WRFPRS_d02.19"
> >> >> > > > >> > > > > > > WARNING:
> >> >> > > > >> > > > > > > WARNING:
> >> >> > > > >> > > > > > > WARNING: MetGrib1DataFile::data_plane()
-> No
> >> exact
> >> >> > match
> >> >> > > > >> found
> >> >> > > > >> > for
> >> >> > > > >> > > > > > VarInfo
> >> >> > > > >> > > > > > > "RH/P700" in GRIB file
> >> >> > > > >> > > > > > > "/D2/ryan/Research/20131210_Ca
> >> >> se/GEFSR4_YSU_THOM_SKEBS0/
> >> >> > > > >> > > > > > > postprd/WRFPRS_d02.19".
> >> >> > > > >> > > > > > > WARNING:
> >> >> > > > >> > > > > > > WARNING:
> >> >> > > > >> > > > > > > WARNING: process_n_vld() -> ensemble
field
> >> "RH/P700"
> >> >> not
> >> >> > > > >> found in
> >> >> > > > >> > > > file
> >> >> > > > >> > > > > > > "/D2/ryan/Research/20131210_Ca
> >> >> se/GEFSR4_YSU_THOM_SKEBS0/
> >> >> > > > >> > > > > > > postprd/WRFPRS_d02.19"
> >> >> > > > >> > > > > > > WARNING:
> >> >> > > > >> > > > > > > WARNING:
> >> >> > > > >> > > > > > > WARNING: MetGrib1DataFile::data_plane()
-> No
> >> exact
> >> >> > match
> >> >> > > > >> found
> >> >> > > > >> > for
> >> >> > > > >> > > > > > VarInfo
> >> >> > > > >> > > > > > > "RH/P700" in GRIB file
> >> >> > > > >> > > > > > > "/D2/ryan/Research/20131210_
> >> >> > > Case/GEFSR5_MYNN2_MORR_SKEBS0/
> >> >> > > > >> > > > > > > postprd/WRFPRS_d02.19".
> >> >> > > > >> > > > > > > WARNING:
> >> >> > > > >> > > > > > > WARNING:
> >> >> > > > >> > > > > > > WARNING: process_n_vld() -> ensemble
field
> >> "RH/P700"
> >> >> not
> >> >> > > > >> found in
> >> >> > > > >> > > > file
> >> >> > > > >> > > > > > > "/D2/ryan/Research/20131210_
> >> >> > > Case/GEFSR5_MYNN2_MORR_SKEBS0/
> >> >> > > > >> > > > > > > postprd/WRFPRS_d02.19"
> >> >> > > > >> > > > > > > WARNING:
> >> >> > > > >> > > > > > > WARNING:
> >> >> > > > >> > > > > > > WARNING: MetGrib1DataFile::data_plane()
-> No
> >> exact
> >> >> > match
> >> >> > > > >> found
> >> >> > > > >> > for
> >> >> > > > >> > > > > > VarInfo
> >> >> > > > >> > > > > > > "RH/P700" in GRIB file
> >> >> > > > >> > > > > > > "/D2/ryan/Research/20131210_Ca
> >> >> se/GEFSR5_YSU_THOM_SKEBS0/
> >> >> > > > >> > > > > > > postprd/WRFPRS_d02.19".
> >> >> > > > >> > > > > > > WARNING:
> >> >> > > > >> > > > > > > WARNING:
> >> >> > > > >> > > > > > > WARNING: process_n_vld() -> ensemble
field
> >> "RH/P700"
> >> >> not
> >> >> > > > >> found in
> >> >> > > > >> > > > file
> >> >> > > > >> > > > > > > "/D2/ryan/Research/20131210_Ca
> >> >> se/GEFSR5_YSU_THOM_SKEBS0/
> >> >> > > > >> > > > > > > postprd/WRFPRS_d02.19"
> >> >> > > > >> > > > > > > WARNING:
> >> >> > > > >> > > > > > > ERROR  :
> >> >> > > > >> > > > > > > ERROR  : process_n_vld() -> 4 missing
ensemble
> >> fields
> >> >> > > > exceeds
> >> >> > > > >> the
> >> >> > > > >> > > > > maximum
> >> >> > > > >> > > > > > > allowable specified by "ens.ens_thresh"
in the
> >> >> > > configuration
> >> >> > > > >> > file.
> >> >> > > > >> > > > > > >
> >> >> > > > >> > > > > > >
> >> >> > > > >> > > > > > > In this case, it's only displaying
RH/P700 as
> not
> >> >> found,
> >> >> > > but
> >> >> > > > >> if I
> >> >> > > > >> > > > > comment
> >> >> > > > >> > > > > > > that section out in the config file, it
then
> >> tells me
> >> >> > the
> >> >> > > > same
> >> >> > > > >> > for
> >> >> > > > >> > > > > > > HGT/P700.
> >> >> > > > >> > > > > > >
> >> >> > > > >> > > > > > > I've attached the config file.
> >> >> > > > >> > > > > > >
> >> >> > > > >> > > > > > > Thanks,
> >> >> > > > >> > > > > > > Ryan
> >> >> > > > >> > > > > > >
> >> >> > > > >> > > > > > > On Thu, Jun 1, 2017 at 4:20 PM, Julie
Prestopnik
> >> via
> >> >> RT
> >> >> > <
> >> >> > > > >> > > > > > met_help at ucar.edu
> >> >> > > > >> > > > > > > >
> >> >> > > > >> > > > > > > wrote:
> >> >> > > > >> > > > > > >
> >> >> > > > >> > > > > > > > Hi Ryan.
> >> >> > > > >> > > > > > > >
> >> >> > > > >> > > > > > > > When you say "It is not (so far) 700,
P700,
> >> Z700,
> >> >> 700
> >> >> > > mb,
> >> >> > > > >> > > > > > 700:pressure.",
> >> >> > > > >> > > > > > > > what sort of problem did you encounter?
> >> >> > > > >> > > > > > > >
> >> >> > > > >> > > > > > > > MET uses some short-hand for specifying
the
> >> level
> >> >> > > > >> information.
> >> >> > > > >> > > The
> >> >> > > > >> > > > > > > > character "P" means pressure, and
"P500" would
> >> mean
> >> >> > > > pressure
> >> >> > > > >> > > level
> >> >> > > > >> > > > > > 500mb.
> >> >> > > > >> > > > > > > > The character "A" means accumulation
interval,
> >> and
> >> >> > "A24"
> >> >> > > > >> means
> >> >> > > > >> > > > > 24-hours
> >> >> > > > >> > > > > > > of
> >> >> > > > >> > > > > > > > accumulation.  The character "Z" means
height,
> >> and
> >> >> > "Z2"
> >> >> > > > >> means
> >> >> > > > >> > > > > 2-meters
> >> >> > > > >> > > > > > > > above ground.  The character "L" means
a
> generic
> >> >> level
> >> >> > > > >> type...
> >> >> > > > >> > so
> >> >> > > > >> > > > > just
> >> >> > > > >> > > > > > > > match the value but don't worry about
the
> type.
> >> >> > > > >> > > > > > > >
> >> >> > > > >> > > > > > > > Could you please send us your data,
config
> >> files,
> >> >> etc.
> >> >> > > and
> >> >> > > > >> the
> >> >> > > > >> > > > > command
> >> >> > > > >> > > > > > > line
> >> >> > > > >> > > > > > > > you're running, so that I can check it
out? Y
> ou
> >> >> can
> >> >> > > post
> >> >> > > > >> it to
> >> >> > > > >> > > our
> >> >> > > > >> > > > > > > > anonymous ftp site following these
> instructions:
> >> >> > > > >> > > > > > > >    http://www.dtcenter.org/met/us
> >> >> > > > >> ers/support/met_help.php#ftp
> >> >> > > > >> > > > > > > >
> >> >> > > > >> > > > > > > > Thanks!
> >> >> > > > >> > > > > > > >
> >> >> > > > >> > > > > > > > Julie
> >> >> > > > >> > > > > > > >
> >> >> > > > >> > > > > > > > On Thu, Jun 1, 2017 at 1:14 PM, Ryan
Connelly
> >> via
> >> >> RT <
> >> >> > > > >> > > > > > met_help at ucar.edu>
> >> >> > > > >> > > > > > > > wrote:
> >> >> > > > >> > > > > > > >
> >> >> > > > >> > > > > > > > >
> >> >> > > > >> > > > > > > > > Thu Jun 01 13:14:25 2017: Request
80712 was
> >> acted
> >> >> > > upon.
> >> >> > > > >> > > > > > > > > Transaction: Ticket created by
> >> >> rconne01 at gmail.com
> >> >> > > > >> > > > > > > > >        Queue: met_help
> >> >> > > > >> > > > > > > > >      Subject: Level string for
isobaric
> >> surfaces
> >> >> > > > >> > > > > > > > >        Owner: Nobody
> >> >> > > > >> > > > > > > > >   Requestors: rconne01 at gmail.com
> >> >> > > > >> > > > > > > > >       Status: new
> >> >> > > > >> > > > > > > > >  Ticket <URL:
https://rt.rap.ucar.edu/rt/
> >> >> > > > >> > > > > > Ticket/Display.html?id=80712
> >> >> > > > >> > > > > > > >
> >> >> > > > >> > > > > > > > >
> >> >> > > > >> > > > > > > > >
> >> >> > > > >> > > > > > > > > What is the level string that is
needed in
> >> >> > > configuration
> >> >> > > > >> > files
> >> >> > > > >> > > > for
> >> >> > > > >> > > > > an
> >> >> > > > >> > > > > > > > > isobaric surface?  I want to run
> >> ensemble_stat on
> >> >> > 700
> >> >> > > mb
> >> >> > > > >> > height
> >> >> > > > >> > > > and
> >> >> > > > >> > > > > > RH.
> >> >> > > > >> > > > > > > > It
> >> >> > > > >> > > > > > > > > is not (so far) 700, P700, Z700, 700
mb,
> >> >> > 700:pressure.
> >> >> > > > I
> >> >> > > > >> > know
> >> >> > > > >> > > > the
> >> >> > > > >> > > > > > > > variable
> >> >> > > > >> > > > > > > > > names are HGT and RH.
> >> >> > > > >> > > > > > > > >
> >> >> > > > >> > > > > > > > > --
> >> >> > > > >> > > > > > > > > Ryan Connelly
> >> >> > > > >> > > > > > > > > M.S. Student in Atmospheric Sciences,
Stony
> >> Brook
> >> >> > > > >> University
> >> >> > > > >> > > > > > > > > B.S. in Meteorology with Minors in
> Mathematics
> >> >> and
> >> >> > > GIS,
> >> >> > > > >> > > > Valparaiso
> >> >> > > > >> > > > > > > > > University
> >> >> > > > >> > > > > > > > > rconne01 at gmail.com
> >> >> > > > >> > > > > > > > > ryan.connelly at stonybrook.edu
> >> >> > > > >> > > > > > > > >
> >> >> > > > >> > > > > > > > >
> >> >> > > > >> > > > > > > >
> >> >> > > > >> > > > > > > >
> >> >> > > > >> > > > > > >
> >> >> > > > >> > > > > > >
> >> >> > > > >> > > > > > > --
> >> >> > > > >> > > > > > > Ryan Connelly
> >> >> > > > >> > > > > > > M.S. Student in Atmospheric Sciences,
Stony
> Brook
> >> >> > > University
> >> >> > > > >> > > > > > > B.S. in Meteorology with Minors in
Mathematics
> and
> >> >> GIS,
> >> >> > > > >> > Valparaiso
> >> >> > > > >> > > > > > > University
> >> >> > > > >> > > > > > > rconne01 at gmail.com
> >> >> > > > >> > > > > > > ryan.connelly at stonybrook.edu
> >> >> > > > >> > > > > > >
> >> >> > > > >> > > > > > >
> >> >> > > > >> > > > > >
> >> >> > > > >> > > > > >
> >> >> > > > >> > > > >
> >> >> > > > >> > > > >
> >> >> > > > >> > > > > --
> >> >> > > > >> > > > > Ryan Connelly
> >> >> > > > >> > > > > M.S. Student in Atmospheric Sciences, Stony
Brook
> >> >> University
> >> >> > > > >> > > > > B.S. in Meteorology with Minors in
Mathematics and
> >> GIS,
> >> >> > > > Valparaiso
> >> >> > > > >> > > > > University
> >> >> > > > >> > > > > rconne01 at gmail.com
> >> >> > > > >> > > > > ryan.connelly at stonybrook.edu
> >> >> > > > >> > > > >
> >> >> > > > >> > > > >
> >> >> > > > >> > > >
> >> >> > > > >> > > >
> >> >> > > > >> > >
> >> >> > > > >> > >
> >> >> > > > >> > > --
> >> >> > > > >> > > Ryan Connelly
> >> >> > > > >> > > M.S. Student in Atmospheric Sciences, Stony Brook
> >> University
> >> >> > > > >> > > B.S. in Meteorology with Minors in Mathematics
and GIS,
> >> >> > Valparaiso
> >> >> > > > >> > > University
> >> >> > > > >> > > rconne01 at gmail.com
> >> >> > > > >> > > ryan.connelly at stonybrook.edu
> >> >> > > > >> > >
> >> >> > > > >> > >
> >> >> > > > >> >
> >> >> > > > >> >
> >> >> > > > >>
> >> >> > > > >>
> >> >> > > > >> --
> >> >> > > > >> Ryan Connelly
> >> >> > > > >> M.S. Student in Atmospheric Sciences, Stony Brook
University
> >> >> > > > >> B.S. in Meteorology with Minors in Mathematics and
GIS,
> >> >> Valparaiso
> >> >> > > > >> University
> >> >> > > > >> rconne01 at gmail.com
> >> >> > > > >> ryan.connelly at stonybrook.edu
> >> >> > > > >>
> >> >> > > > >>
> >> >> > > > >
> >> >> > > >
> >> >> > > >
> >> >> > >
> >> >> > >
> >> >> > > --
> >> >> > > Ryan Connelly
> >> >> > > M.S. Student in Atmospheric Sciences, Stony Brook
University
> >> >> > > B.S. in Meteorology with Minors in Mathematics and GIS,
> Valparaiso
> >> >> > > University
> >> >> > > rconne01 at gmail.com
> >> >> > > ryan.connelly at stonybrook.edu
> >> >> > >
> >> >> > >
> >> >> >
> >> >> > --
> >> >> Ryan Connelly
> >> >> M.S. Student in Atmospheric Sciences, Stony Brook University
> >> >> B.S. in Meteorology with Minors in Mathematics and GIS,
Valparaiso
> >> >> University
> >> >> rconne01 at gmail.com
> >> >> ryan.connelly at stonybrook.edu
> >> >>
> >> >>
> >> >
> >>
> >>
> >
> >
> > --
> > Ryan Connelly
> > M.S. Student in Atmospheric Sciences, Stony Brook University
> > B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
> > University
> > rconne01 at gmail.com
> > ryan.connelly at stonybrook.edu
> >
>
>
>
> --
> Ryan Connelly
> M.S. Student in Atmospheric Sciences, Stony Brook University
> B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
> University
> rconne01 at gmail.com
> ryan.connelly at stonybrook.edu
>
>

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


More information about the Met_help mailing list