[Met_help] [rt.rap.ucar.edu #84331] History for calculated obs values like CAPE and PBL height

John Halley Gotway via RT met_help at ucar.edu
Wed Nov 6 16:57:15 MST 2019


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

Hi, there,

I know that I had talked with MET folks many times about observations that
need to be derived, including CAPE, PBL height, and a few others like
Haines index.  Have you worked on any of this, and if so, what is available
and how do I use it?

Thanks!

Perry


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

Subject: calculated obs values like CAPE and PBL height
From: John Halley Gotway
Time: Wed Mar 07 13:52:19 2018

Perry,

Unfortunately no, we didn't get these derivations included in the met-
7.0
release.  We do have that JiRA ticket flag for inclusion in the next
release.

John

On Tue, Mar 6, 2018 at 12:50 PM, perry.shafran at noaa.gov via RT <
met_help at ucar.edu> wrote:

>
> Tue Mar 06 12:50:02 2018: Request 84331 was acted upon.
> Transaction: Ticket created by perry.shafran at noaa.gov
>        Queue: met_help
>      Subject: calculated obs values like CAPE and PBL height
>        Owner: Nobody
>   Requestors: perry.shafran at noaa.gov
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84331 >
>
>
> Hi, there,
>
> I know that I had talked with MET folks many times about
observations that
> need to be derived, including CAPE, PBL height, and a few others
like
> Haines index.  Have you worked on any of this, and if so, what is
available
> and how do I use it?
>
> Thanks!
>
> Perry
>
>

------------------------------------------------
Subject: calculated obs values like CAPE and PBL height
From: perry.shafran at noaa.gov
Time: Wed Mar 07 13:53:13 2018

Hi, John,

Super, thanks!

Perry

On Wed, Mar 7, 2018 at 3:52 PM, John Halley Gotway via RT
<met_help at ucar.edu
> wrote:

> Perry,
>
> Unfortunately no, we didn't get these derivations included in the
met-7.0
> release.  We do have that JiRA ticket flag for inclusion in the next
> release.
>
> John
>
> On Tue, Mar 6, 2018 at 12:50 PM, perry.shafran at noaa.gov via RT <
> met_help at ucar.edu> wrote:
>
> >
> > Tue Mar 06 12:50:02 2018: Request 84331 was acted upon.
> > Transaction: Ticket created by perry.shafran at noaa.gov
> >        Queue: met_help
> >      Subject: calculated obs values like CAPE and PBL height
> >        Owner: Nobody
> >   Requestors: perry.shafran at noaa.gov
> >       Status: new
> >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84331 >
> >
> >
> > Hi, there,
> >
> > I know that I had talked with MET folks many times about
observations
> that
> > need to be derived, including CAPE, PBL height, and a few others
like
> > Haines index.  Have you worked on any of this, and if so, what is
> available
> > and how do I use it?
> >
> > Thanks!
> >
> > Perry
> >
> >
>
>

------------------------------------------------
Subject: calculated obs values like CAPE and PBL height
From: perry.shafran at noaa.gov
Time: Tue Jul 09 12:20:25 2019

Hi, John,

As far as I know, y'all are still working on this, yes?  I'm not too
sure
I've heard that this was completed.

Thanks!

Perry

On Tue, Jul 9, 2019 at 2:17 PM John Halley Gotway via RT
<met_help at ucar.edu>
wrote:

> According to our records, your request has been resolved. If you
have any
> further questions or concerns, please respond to this message.
>

------------------------------------------------
Subject: calculated obs values like CAPE and PBL height
From: John Halley Gotway
Time: Tue Jul 09 12:33:11 2019

Perry,

I apologize if we just spammed you with many emails!  We had a big
backlog of stale met-help questions... where we'd responded to the
user, but never heard back from them.  I was trying to do a bulk
update to many tickets but that caused an error in the RT ticketing
system.  So it's a mess I'm still sifting through!

With regards to this particular ticket, here's the GitHub issue for
this development:
   https://github.com/NCAR/MET/issues/608

According to that ticket, Howard merged the changes for this into the
master_v8.1 branch so it should be included in the met-8.1.1 bugfix
release, which was done yesterday.

John

------------------------------------------------
Subject: calculated obs values like CAPE and PBL height
From: perry.shafran at noaa.gov
Time: Tue Jul 09 13:00:18 2019

Hi, John,

That's great news!  So, I'm not entirely sure how that would be used
when I
run MET or METplus, so I'm sure I'll need your assistance on that.  I
think
the main issue would be in pb2nc, where the values of PBL and CAPE
would be
calculated.

Thanks!

Perry

On Tue, Jul 9, 2019 at 2:57 PM John Halley Gotway via RT
<met_help at ucar.edu>
wrote:

> Perry,
>
> I apologize if we just spammed you with many emails!  We had a big
backlog
> of stale met-help questions... where we'd responded to the user, but
never
> heard back from them.  I was trying to do a bulk update to many
tickets but
> that caused an error in the RT ticketing system.  So it's a mess I'm
still
> sifting through!
>
> With regards to this particular ticket, here's the GitHub issue for
this
> development:
>    https://github.com/NCAR/MET/issues/608
>
> According to that ticket, Howard merged the changes for this into
the
> master_v8.1 branch so it should be included in the met-8.1.1 bugfix
> release, which was done yesterday.
>
> John
>

------------------------------------------------
Subject: calculated obs values like CAPE and PBL height
From: John Halley Gotway
Time: Tue Jul 09 13:35:35 2019

Howard and Perry,

Great, thanks for confirming.  So this issue is fixed in met-8.1.1,
which
we released yesterday and Julie will be installing on the WCOSS
machines
over the next couple of days.

Perry, I just tested this myself.  Please try using:

*obs_bufr_var = [ ... "D_PBL", "D_CAPE" ... ];*

And then I map the output variable names like this:

*obs_prefbufr_map = [*

*...   { key = "D_PBL";     val = "PBL";  },*
*   { key = "D_CAPE";   val = "CAPE";  },*
*...*
*];*

Thanks,
John

On Tue, Jul 9, 2019 at 1:00 PM perry.shafran at noaa.gov via RT <
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84331 >
>
> Hi, John,
>
> That's great news!  So, I'm not entirely sure how that would be used
when I
> run MET or METplus, so I'm sure I'll need your assistance on that.
I think
> the main issue would be in pb2nc, where the values of PBL and CAPE
would be
> calculated.
>
> Thanks!
>
> Perry
>
> On Tue, Jul 9, 2019 at 2:57 PM John Halley Gotway via RT <
> met_help at ucar.edu>
> wrote:
>
> > Perry,
> >
> > I apologize if we just spammed you with many emails!  We had a big
> backlog
> > of stale met-help questions... where we'd responded to the user,
but
> never
> > heard back from them.  I was trying to do a bulk update to many
tickets
> but
> > that caused an error in the RT ticketing system.  So it's a mess
I'm
> still
> > sifting through!
> >
> > With regards to this particular ticket, here's the GitHub issue
for this
> > development:
> >    https://github.com/NCAR/MET/issues/608
> >
> > According to that ticket, Howard merged the changes for this into
the
> > master_v8.1 branch so it should be included in the met-8.1.1
bugfix
> > release, which was done yesterday.
> >
> > John
> >
>
>

------------------------------------------------
Subject: calculated obs values like CAPE and PBL height
From: perry.shafran at noaa.gov
Time: Tue Jul 09 13:37:45 2019

Hi, John,

Great, thanks!  I'll certainly be testing this out in the coming days,
once
it's put on WCOSS.

Perry

On Tue, Jul 9, 2019 at 3:35 PM John Halley Gotway via RT
<met_help at ucar.edu>
wrote:

> Howard and Perry,
>
> Great, thanks for confirming.  So this issue is fixed in met-8.1.1,
which
> we released yesterday and Julie will be installing on the WCOSS
machines
> over the next couple of days.
>
> Perry, I just tested this myself.  Please try using:
>
> *obs_bufr_var = [ ... "D_PBL", "D_CAPE" ... ];*
>
> And then I map the output variable names like this:
>
> *obs_prefbufr_map = [*
>
> *...   { key = "D_PBL";     val = "PBL";  },*
> *   { key = "D_CAPE";   val = "CAPE";  },*
> *...*
> *];*
>
> Thanks,
> John
>
> On Tue, Jul 9, 2019 at 1:00 PM perry.shafran at noaa.gov via RT <
> met_help at ucar.edu> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84331 >
> >
> > Hi, John,
> >
> > That's great news!  So, I'm not entirely sure how that would be
used
> when I
> > run MET or METplus, so I'm sure I'll need your assistance on that.
I
> think
> > the main issue would be in pb2nc, where the values of PBL and CAPE
would
> be
> > calculated.
> >
> > Thanks!
> >
> > Perry
> >
> > On Tue, Jul 9, 2019 at 2:57 PM John Halley Gotway via RT <
> > met_help at ucar.edu>
> > wrote:
> >
> > > Perry,
> > >
> > > I apologize if we just spammed you with many emails!  We had a
big
> > backlog
> > > of stale met-help questions... where we'd responded to the user,
but
> > never
> > > heard back from them.  I was trying to do a bulk update to many
tickets
> > but
> > > that caused an error in the RT ticketing system.  So it's a mess
I'm
> > still
> > > sifting through!
> > >
> > > With regards to this particular ticket, here's the GitHub issue
for
> this
> > > development:
> > >    https://github.com/NCAR/MET/issues/608
> > >
> > > According to that ticket, Howard merged the changes for this
into the
> > > master_v8.1 branch so it should be included in the met-8.1.1
bugfix
> > > release, which was done yesterday.
> > >
> > > John
> > >
> >
> >
>
>

------------------------------------------------
Subject: calculated obs values like CAPE and PBL height
From: John Halley Gotway
Time: Mon Aug 05 14:37:38 2019

Perry,

I wanted to pick this thread back up.  I believe that Julie has
installed a
development version of MET on WCOSS for you to test:

https://github.com/NCAR/MET/issues/1167

Here's the last note on this issue...

Howard merged the bugfix branch into develop. And Julie compiled a
tarball
built from the develop branch on WCOSS (tide) for Perry to test:

module use /global/noscrub/Julie.Prestopnik/modulefiles
module load met/8.1_dev


Have you had a chance to test this out yet?


Thanks,
John



On Tue, Jul 9, 2019 at 1:38 PM perry.shafran at noaa.gov via RT <
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84331 >
>
> Hi, John,
>
> Great, thanks!  I'll certainly be testing this out in the coming
days, once
> it's put on WCOSS.
>
> Perry
>
> On Tue, Jul 9, 2019 at 3:35 PM John Halley Gotway via RT <
> met_help at ucar.edu>
> wrote:
>
> > Howard and Perry,
> >
> > Great, thanks for confirming.  So this issue is fixed in met-
8.1.1, which
> > we released yesterday and Julie will be installing on the WCOSS
machines
> > over the next couple of days.
> >
> > Perry, I just tested this myself.  Please try using:
> >
> > *obs_bufr_var = [ ... "D_PBL", "D_CAPE" ... ];*
> >
> > And then I map the output variable names like this:
> >
> > *obs_prefbufr_map = [*
> >
> > *...   { key = "D_PBL";     val = "PBL";  },*
> > *   { key = "D_CAPE";   val = "CAPE";  },*
> > *...*
> > *];*
> >
> > Thanks,
> > John
> >
> > On Tue, Jul 9, 2019 at 1:00 PM perry.shafran at noaa.gov via RT <
> > met_help at ucar.edu> wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84331 >
> > >
> > > Hi, John,
> > >
> > > That's great news!  So, I'm not entirely sure how that would be
used
> > when I
> > > run MET or METplus, so I'm sure I'll need your assistance on
that.  I
> > think
> > > the main issue would be in pb2nc, where the values of PBL and
CAPE
> would
> > be
> > > calculated.
> > >
> > > Thanks!
> > >
> > > Perry
> > >
> > > On Tue, Jul 9, 2019 at 2:57 PM John Halley Gotway via RT <
> > > met_help at ucar.edu>
> > > wrote:
> > >
> > > > Perry,
> > > >
> > > > I apologize if we just spammed you with many emails!  We had a
big
> > > backlog
> > > > of stale met-help questions... where we'd responded to the
user, but
> > > never
> > > > heard back from them.  I was trying to do a bulk update to
many
> tickets
> > > but
> > > > that caused an error in the RT ticketing system.  So it's a
mess I'm
> > > still
> > > > sifting through!
> > > >
> > > > With regards to this particular ticket, here's the GitHub
issue for
> > this
> > > > development:
> > > >    https://github.com/NCAR/MET/issues/608
> > > >
> > > > According to that ticket, Howard merged the changes for this
into the
> > > > master_v8.1 branch so it should be included in the met-8.1.1
bugfix
> > > > release, which was done yesterday.
> > > >
> > > > John
> > > >
> > >
> > >
> >
> >
>
>

------------------------------------------------
Subject: calculated obs values like CAPE and PBL height
From: perry.shafran at noaa.gov
Time: Tue Aug 06 06:56:27 2019

Hi, John,

I was not aware that there was a version installed on WCOSS just yet -
or I
might have missed it somewhere, so no I haven't tested it.  I will
give it
a try as soon as WCOSS is available.

Thanks!

Perry

On Mon, Aug 5, 2019 at 4:37 PM John Halley Gotway via RT
<met_help at ucar.edu>
wrote:

> Perry,
>
> I wanted to pick this thread back up.  I believe that Julie has
installed a
> development version of MET on WCOSS for you to test:
>
> https://github.com/NCAR/MET/issues/1167
>
> Here's the last note on this issue...
>
> Howard merged the bugfix branch into develop. And Julie compiled a
tarball
> built from the develop branch on WCOSS (tide) for Perry to test:
>
> module use /global/noscrub/Julie.Prestopnik/modulefiles
> module load met/8.1_dev
>
>
> Have you had a chance to test this out yet?
>
>
> Thanks,
> John
>
>
>
> On Tue, Jul 9, 2019 at 1:38 PM perry.shafran at noaa.gov via RT <
> met_help at ucar.edu> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84331 >
> >
> > Hi, John,
> >
> > Great, thanks!  I'll certainly be testing this out in the coming
days,
> once
> > it's put on WCOSS.
> >
> > Perry
> >
> > On Tue, Jul 9, 2019 at 3:35 PM John Halley Gotway via RT <
> > met_help at ucar.edu>
> > wrote:
> >
> > > Howard and Perry,
> > >
> > > Great, thanks for confirming.  So this issue is fixed in met-
8.1.1,
> which
> > > we released yesterday and Julie will be installing on the WCOSS
> machines
> > > over the next couple of days.
> > >
> > > Perry, I just tested this myself.  Please try using:
> > >
> > > *obs_bufr_var = [ ... "D_PBL", "D_CAPE" ... ];*
> > >
> > > And then I map the output variable names like this:
> > >
> > > *obs_prefbufr_map = [*
> > >
> > > *...   { key = "D_PBL";     val = "PBL";  },*
> > > *   { key = "D_CAPE";   val = "CAPE";  },*
> > > *...*
> > > *];*
> > >
> > > Thanks,
> > > John
> > >
> > > On Tue, Jul 9, 2019 at 1:00 PM perry.shafran at noaa.gov via RT <
> > > met_help at ucar.edu> wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84331
>
> > > >
> > > > Hi, John,
> > > >
> > > > That's great news!  So, I'm not entirely sure how that would
be used
> > > when I
> > > > run MET or METplus, so I'm sure I'll need your assistance on
that.  I
> > > think
> > > > the main issue would be in pb2nc, where the values of PBL and
CAPE
> > would
> > > be
> > > > calculated.
> > > >
> > > > Thanks!
> > > >
> > > > Perry
> > > >
> > > > On Tue, Jul 9, 2019 at 2:57 PM John Halley Gotway via RT <
> > > > met_help at ucar.edu>
> > > > wrote:
> > > >
> > > > > Perry,
> > > > >
> > > > > I apologize if we just spammed you with many emails!  We had
a big
> > > > backlog
> > > > > of stale met-help questions... where we'd responded to the
user,
> but
> > > > never
> > > > > heard back from them.  I was trying to do a bulk update to
many
> > tickets
> > > > but
> > > > > that caused an error in the RT ticketing system.  So it's a
mess
> I'm
> > > > still
> > > > > sifting through!
> > > > >
> > > > > With regards to this particular ticket, here's the GitHub
issue for
> > > this
> > > > > development:
> > > > >    https://github.com/NCAR/MET/issues/608
> > > > >
> > > > > According to that ticket, Howard merged the changes for this
into
> the
> > > > > master_v8.1 branch so it should be included in the met-8.1.1
bugfix
> > > > > release, which was done yesterday.
> > > > >
> > > > > John
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

------------------------------------------------
Subject: calculated obs values like CAPE and PBL height
From: perry.shafran at noaa.gov
Time: Thu Aug 08 09:14:51 2019

Hi, John, Julie,

We are now on Gyre, so if we can load the new MET 8.1.1_dev onto the
machine soon, that would be great so I can continue testing.

Please let me know when it's available on gyre.

Thanks!

Perry

On Mon, Aug 5, 2019 at 4:37 PM John Halley Gotway via RT
<met_help at ucar.edu>
wrote:

> Perry,
>
> I wanted to pick this thread back up.  I believe that Julie has
installed a
> development version of MET on WCOSS for you to test:
>
> https://github.com/NCAR/MET/issues/1167
>
> Here's the last note on this issue...
>
> Howard merged the bugfix branch into develop. And Julie compiled a
tarball
> built from the develop branch on WCOSS (tide) for Perry to test:
>
> module use /global/noscrub/Julie.Prestopnik/modulefiles
> module load met/8.1_dev
>
>
> Have you had a chance to test this out yet?
>
>
> Thanks,
> John
>
>
>
> On Tue, Jul 9, 2019 at 1:38 PM perry.shafran at noaa.gov via RT <
> met_help at ucar.edu> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84331 >
> >
> > Hi, John,
> >
> > Great, thanks!  I'll certainly be testing this out in the coming
days,
> once
> > it's put on WCOSS.
> >
> > Perry
> >
> > On Tue, Jul 9, 2019 at 3:35 PM John Halley Gotway via RT <
> > met_help at ucar.edu>
> > wrote:
> >
> > > Howard and Perry,
> > >
> > > Great, thanks for confirming.  So this issue is fixed in met-
8.1.1,
> which
> > > we released yesterday and Julie will be installing on the WCOSS
> machines
> > > over the next couple of days.
> > >
> > > Perry, I just tested this myself.  Please try using:
> > >
> > > *obs_bufr_var = [ ... "D_PBL", "D_CAPE" ... ];*
> > >
> > > And then I map the output variable names like this:
> > >
> > > *obs_prefbufr_map = [*
> > >
> > > *...   { key = "D_PBL";     val = "PBL";  },*
> > > *   { key = "D_CAPE";   val = "CAPE";  },*
> > > *...*
> > > *];*
> > >
> > > Thanks,
> > > John
> > >
> > > On Tue, Jul 9, 2019 at 1:00 PM perry.shafran at noaa.gov via RT <
> > > met_help at ucar.edu> wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84331
>
> > > >
> > > > Hi, John,
> > > >
> > > > That's great news!  So, I'm not entirely sure how that would
be used
> > > when I
> > > > run MET or METplus, so I'm sure I'll need your assistance on
that.  I
> > > think
> > > > the main issue would be in pb2nc, where the values of PBL and
CAPE
> > would
> > > be
> > > > calculated.
> > > >
> > > > Thanks!
> > > >
> > > > Perry
> > > >
> > > > On Tue, Jul 9, 2019 at 2:57 PM John Halley Gotway via RT <
> > > > met_help at ucar.edu>
> > > > wrote:
> > > >
> > > > > Perry,
> > > > >
> > > > > I apologize if we just spammed you with many emails!  We had
a big
> > > > backlog
> > > > > of stale met-help questions... where we'd responded to the
user,
> but
> > > > never
> > > > > heard back from them.  I was trying to do a bulk update to
many
> > tickets
> > > > but
> > > > > that caused an error in the RT ticketing system.  So it's a
mess
> I'm
> > > > still
> > > > > sifting through!
> > > > >
> > > > > With regards to this particular ticket, here's the GitHub
issue for
> > > this
> > > > > development:
> > > > >    https://github.com/NCAR/MET/issues/608
> > > > >
> > > > > According to that ticket, Howard merged the changes for this
into
> the
> > > > > master_v8.1 branch so it should be included in the met-8.1.1
bugfix
> > > > > release, which was done yesterday.
> > > > >
> > > > > John
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

------------------------------------------------
Subject: calculated obs values like CAPE and PBL height
From: Julie Prestopnik
Time: Thu Aug 08 15:25:41 2019

Hi Perry.

I have the code available on gyre now.  You should be able to run:

module use /global/noscrub/Julie.Prestopnik/modulefiles
module load met/8.1_dev

Please let me know if you have any questions or problems.  Please let
us
know how it goes.

Julie

On Thu, Aug 8, 2019 at 9:14 AM Perry Shafran - NOAA Affiliate <
perry.shafran at noaa.gov> wrote:

> Hi, John, Julie,
>
> We are now on Gyre, so if we can load the new MET 8.1.1_dev onto the
> machine soon, that would be great so I can continue testing.
>
> Please let me know when it's available on gyre.
>
> Thanks!
>
> Perry
>
> On Mon, Aug 5, 2019 at 4:37 PM John Halley Gotway via RT <
> met_help at ucar.edu> wrote:
>
>> Perry,
>>
>> I wanted to pick this thread back up.  I believe that Julie has
installed
>> a
>> development version of MET on WCOSS for you to test:
>>
>> https://github.com/NCAR/MET/issues/1167
>>
>> Here's the last note on this issue...
>>
>> Howard merged the bugfix branch into develop. And Julie compiled a
tarball
>> built from the develop branch on WCOSS (tide) for Perry to test:
>>
>> module use /global/noscrub/Julie.Prestopnik/modulefiles
>> module load met/8.1_dev
>>
>>
>> Have you had a chance to test this out yet?
>>
>>
>> Thanks,
>> John
>>
>>
>>
>> On Tue, Jul 9, 2019 at 1:38 PM perry.shafran at noaa.gov via RT <
>> met_help at ucar.edu> wrote:
>>
>> >
>> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84331 >
>> >
>> > Hi, John,
>> >
>> > Great, thanks!  I'll certainly be testing this out in the coming
days,
>> once
>> > it's put on WCOSS.
>> >
>> > Perry
>> >
>> > On Tue, Jul 9, 2019 at 3:35 PM John Halley Gotway via RT <
>> > met_help at ucar.edu>
>> > wrote:
>> >
>> > > Howard and Perry,
>> > >
>> > > Great, thanks for confirming.  So this issue is fixed in met-
8.1.1,
>> which
>> > > we released yesterday and Julie will be installing on the WCOSS
>> machines
>> > > over the next couple of days.
>> > >
>> > > Perry, I just tested this myself.  Please try using:
>> > >
>> > > *obs_bufr_var = [ ... "D_PBL", "D_CAPE" ... ];*
>> > >
>> > > And then I map the output variable names like this:
>> > >
>> > > *obs_prefbufr_map = [*
>> > >
>> > > *...   { key = "D_PBL";     val = "PBL";  },*
>> > > *   { key = "D_CAPE";   val = "CAPE";  },*
>> > > *...*
>> > > *];*
>> > >
>> > > Thanks,
>> > > John
>> > >
>> > > On Tue, Jul 9, 2019 at 1:00 PM perry.shafran at noaa.gov via RT <
>> > > met_help at ucar.edu> wrote:
>> > >
>> > > >
>> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84331
>
>> > > >
>> > > > Hi, John,
>> > > >
>> > > > That's great news!  So, I'm not entirely sure how that would
be used
>> > > when I
>> > > > run MET or METplus, so I'm sure I'll need your assistance on
that.
>> I
>> > > think
>> > > > the main issue would be in pb2nc, where the values of PBL and
CAPE
>> > would
>> > > be
>> > > > calculated.
>> > > >
>> > > > Thanks!
>> > > >
>> > > > Perry
>> > > >
>> > > > On Tue, Jul 9, 2019 at 2:57 PM John Halley Gotway via RT <
>> > > > met_help at ucar.edu>
>> > > > wrote:
>> > > >
>> > > > > Perry,
>> > > > >
>> > > > > I apologize if we just spammed you with many emails!  We
had a big
>> > > > backlog
>> > > > > of stale met-help questions... where we'd responded to the
user,
>> but
>> > > > never
>> > > > > heard back from them.  I was trying to do a bulk update to
many
>> > tickets
>> > > > but
>> > > > > that caused an error in the RT ticketing system.  So it's a
mess
>> I'm
>> > > > still
>> > > > > sifting through!
>> > > > >
>> > > > > With regards to this particular ticket, here's the GitHub
issue
>> for
>> > > this
>> > > > > development:
>> > > > >    https://github.com/NCAR/MET/issues/608
>> > > > >
>> > > > > According to that ticket, Howard merged the changes for
this into
>> the
>> > > > > master_v8.1 branch so it should be included in the met-
8.1.1
>> bugfix
>> > > > > release, which was done yesterday.
>> > > > >
>> > > > > John
>> > > > >
>> > > >
>> > > >
>> > >
>> > >
>> >
>> >
>>
>>

--
Julie Prestopnik
Software Engineer
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

My working day may not be your working day.  Please do not feel
obliged to
reply to this email outside of your normal working hours.

------------------------------------------------
Subject: calculated obs values like CAPE and PBL height
From: perry.shafran at noaa.gov
Time: Fri Aug 09 06:30:59 2019

Hi, Julie,

Thanks!  I'll give this a whirl today and see if it works.

Perry

On Thu, Aug 8, 2019 at 5:25 PM Julie Prestopnik <jpresto at ucar.edu>
wrote:

> Hi Perry.
>
> I have the code available on gyre now.  You should be able to run:
>
> module use /global/noscrub/Julie.Prestopnik/modulefiles
> module load met/8.1_dev
>
> Please let me know if you have any questions or problems.  Please
let us
> know how it goes.
>
> Julie
>
> On Thu, Aug 8, 2019 at 9:14 AM Perry Shafran - NOAA Affiliate <
> perry.shafran at noaa.gov> wrote:
>
>> Hi, John, Julie,
>>
>> We are now on Gyre, so if we can load the new MET 8.1.1_dev onto
the
>> machine soon, that would be great so I can continue testing.
>>
>> Please let me know when it's available on gyre.
>>
>> Thanks!
>>
>> Perry
>>
>> On Mon, Aug 5, 2019 at 4:37 PM John Halley Gotway via RT <
>> met_help at ucar.edu> wrote:
>>
>>> Perry,
>>>
>>> I wanted to pick this thread back up.  I believe that Julie has
>>> installed a
>>> development version of MET on WCOSS for you to test:
>>>
>>> https://github.com/NCAR/MET/issues/1167
>>>
>>> Here's the last note on this issue...
>>>
>>> Howard merged the bugfix branch into develop. And Julie compiled a
>>> tarball
>>> built from the develop branch on WCOSS (tide) for Perry to test:
>>>
>>> module use /global/noscrub/Julie.Prestopnik/modulefiles
>>> module load met/8.1_dev
>>>
>>>
>>> Have you had a chance to test this out yet?
>>>
>>>
>>> Thanks,
>>> John
>>>
>>>
>>>
>>> On Tue, Jul 9, 2019 at 1:38 PM perry.shafran at noaa.gov via RT <
>>> met_help at ucar.edu> wrote:
>>>
>>> >
>>> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84331 >
>>> >
>>> > Hi, John,
>>> >
>>> > Great, thanks!  I'll certainly be testing this out in the coming
days,
>>> once
>>> > it's put on WCOSS.
>>> >
>>> > Perry
>>> >
>>> > On Tue, Jul 9, 2019 at 3:35 PM John Halley Gotway via RT <
>>> > met_help at ucar.edu>
>>> > wrote:
>>> >
>>> > > Howard and Perry,
>>> > >
>>> > > Great, thanks for confirming.  So this issue is fixed in met-
8.1.1,
>>> which
>>> > > we released yesterday and Julie will be installing on the
WCOSS
>>> machines
>>> > > over the next couple of days.
>>> > >
>>> > > Perry, I just tested this myself.  Please try using:
>>> > >
>>> > > *obs_bufr_var = [ ... "D_PBL", "D_CAPE" ... ];*
>>> > >
>>> > > And then I map the output variable names like this:
>>> > >
>>> > > *obs_prefbufr_map = [*
>>> > >
>>> > > *...   { key = "D_PBL";     val = "PBL";  },*
>>> > > *   { key = "D_CAPE";   val = "CAPE";  },*
>>> > > *...*
>>> > > *];*
>>> > >
>>> > > Thanks,
>>> > > John
>>> > >
>>> > > On Tue, Jul 9, 2019 at 1:00 PM perry.shafran at noaa.gov via RT <
>>> > > met_help at ucar.edu> wrote:
>>> > >
>>> > > >
>>> > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84331 >
>>> > > >
>>> > > > Hi, John,
>>> > > >
>>> > > > That's great news!  So, I'm not entirely sure how that would
be
>>> used
>>> > > when I
>>> > > > run MET or METplus, so I'm sure I'll need your assistance on
>>> that.  I
>>> > > think
>>> > > > the main issue would be in pb2nc, where the values of PBL
and CAPE
>>> > would
>>> > > be
>>> > > > calculated.
>>> > > >
>>> > > > Thanks!
>>> > > >
>>> > > > Perry
>>> > > >
>>> > > > On Tue, Jul 9, 2019 at 2:57 PM John Halley Gotway via RT <
>>> > > > met_help at ucar.edu>
>>> > > > wrote:
>>> > > >
>>> > > > > Perry,
>>> > > > >
>>> > > > > I apologize if we just spammed you with many emails!  We
had a
>>> big
>>> > > > backlog
>>> > > > > of stale met-help questions... where we'd responded to the
user,
>>> but
>>> > > > never
>>> > > > > heard back from them.  I was trying to do a bulk update to
many
>>> > tickets
>>> > > > but
>>> > > > > that caused an error in the RT ticketing system.  So it's
a mess
>>> I'm
>>> > > > still
>>> > > > > sifting through!
>>> > > > >
>>> > > > > With regards to this particular ticket, here's the GitHub
issue
>>> for
>>> > > this
>>> > > > > development:
>>> > > > >    https://github.com/NCAR/MET/issues/608
>>> > > > >
>>> > > > > According to that ticket, Howard merged the changes for
this
>>> into the
>>> > > > > master_v8.1 branch so it should be included in the met-
8.1.1
>>> bugfix
>>> > > > > release, which was done yesterday.
>>> > > > >
>>> > > > > John
>>> > > > >
>>> > > >
>>> > > >
>>> > >
>>> > >
>>> >
>>> >
>>>
>>>
>
> --
> Julie Prestopnik
> Software Engineer
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
> My working day may not be your working day.  Please do not feel
obliged to
> reply to this email outside of your normal working hours.
>

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


More information about the Met_help mailing list