[Met_help] [rt.rap.ucar.edu #99414] History for Using TC-RMW on CCPA precipitation files

John Halley Gotway via RT met_help at ucar.edu
Mon Apr 5 21:46:31 MDT 2021


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

Hello MET team,

I am attempting to use the TC-RMW tool to put some CCPA precipitation
observation files, in grib2 format, into storm-relative coordinates.

I am stuck on how to specify the level for the hourly-accumulated
precipitation variable that lives in the grib2 files.

Based on my read of the documentation, I believe I should be able to
request the variable like this in the TC-RMW conf file:

BOTH_VAR1_NAME = APCP
> BOTH_VAR1_LEVELS = A01


But this error is written to the log file:

DEBUG 4: MetGrib2DataFile::read_grib2_record_list() - processed 1 records
> from GRIB2 file:
> /scratch1/BMC/hmtb/Evan.Kalina/ccpa/proc/20200826/ccpa.t07z.01h.hrap.conus.gb2
> WARNING:
> WARNING: MetGrib2DataFile::data_plane() -> No matching record found for
> 'APCP/A01'
> WARNING:
> ERROR  :
> ERROR  : get_series_entry() -> Could not find data for APCP/A01 in file:
> /scratch1/BMC/hmtb/Evan.Kalina/ccpa/proc/20200826/ccpa.t07z.01h.hrap.conus.gb2
> ERROR  :


So it can't seem to find it. I've tried quite a few other level
specifications as well, but no luck.

This is the wgrib2 output from my file:

$ wgrib2
> /scratch1/BMC/hmtb/Evan.Kalina/ccpa/proc/20200826/ccpa.t07z.01h.hrap.conus.gb2
> 1:0:d=2020082606:APCP:surface:0-1 hour acc fcst:


Maybe I'm missing something obvious. Any advice would be greatly
appreciated.

Log file:
/scratch1/BMC/hmtb/Evan.Kalina/tcrmw_use_case/logs/master_metplus.log.20210405225526


Sample CCPA
file: /scratch1/BMC/hmtb/Evan.Kalina/ccpa/proc/20200826/ccpa.t07z.01h.hrap.conus.gb2

TC-RMW workspace: /scratch1/BMC/hmtb/Evan.Kalina/tcrmw_use_case

Thank you greatly in advance for your help!

Cheers,
evan

-- 
Evan Kalina (he, him, his)
Research Scientist
Developmental Testbed Center (DTC)
Cooperative Institute for Research in Environmental Sciences (CIRES) at the
NOAA/Global Systems Lab (GSL)


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

Subject: Using TC-RMW on CCPA precipitation files
From: Evan Kalina - NOAA Affiliate
Time: Mon Apr 05 17:54:13 2021

Hello again,

I apologize for the clutter, but I figured out the issue.

In my haste, I was using the wrong INIT_BEG and INIT_END in my conf
file.
They didn't match the date in the TC_RMW_DECK_TEMPLATE file;
therefore, the
software was erroring out. Though it appeared to be a problem with
being
able to read the grib file, correcting this discrepancy in the conf
file
got it working.

Thanks!
evan

On Mon, Apr 5, 2021 at 5:02 PM met_help at ucar.edu via RT
<met_help at ucar.edu>
wrote:

> Greetings,
>
> This message has been automatically generated in response to the
creation
> of a trouble ticket regarding:
>         "Using TC-RMW on CCPA precipitation files",
> a summary of which appears below.
>
> There is no need to reply to this message right now.  Your ticket
has been
> assigned an ID of [rt.rap.ucar.edu #99414].
>
> Please include the string:
>
>          [rt.rap.ucar.edu #99414]
>
> in the subject line of all future correspondence about this issue.
To do
> so, you may reply to this message.
>
> For more information, please see:
>
> MET Online Tutorial:
>
https://www.dtcenter.org/met/users/support/online_tutorial/index.php
>
> MET Users Guide:
>    https://www.dtcenter.org/met/users/docs/overview.php
>
> MET FAQs:
>    https://www.dtcenter.org/met/users/support/faqs/index.php
>
> MET-Help Email Archive:
>    http://mailman.ucar.edu/pipermail/met_help
>
>                         Thank you,
>                         met_help at ucar.edu
>
>
-------------------------------------------------------------------------
> Hello MET team,
>
> I am attempting to use the TC-RMW tool to put some CCPA
precipitation
> observation files, in grib2 format, into storm-relative coordinates.
>
> I am stuck on how to specify the level for the hourly-accumulated
> precipitation variable that lives in the grib2 files.
>
> Based on my read of the documentation, I believe I should be able to
> request the variable like this in the TC-RMW conf file:
>
> BOTH_VAR1_NAME = APCP
> > BOTH_VAR1_LEVELS = A01
>
>
> But this error is written to the log file:
>
> DEBUG 4: MetGrib2DataFile::read_grib2_record_list() - processed 1
records
> > from GRIB2 file:
> >
>
/scratch1/BMC/hmtb/Evan.Kalina/ccpa/proc/20200826/ccpa.t07z.01h.hrap.conus.gb2
> > WARNING:
> > WARNING: MetGrib2DataFile::data_plane() -> No matching record
found for
> > 'APCP/A01'
> > WARNING:
> > ERROR  :
> > ERROR  : get_series_entry() -> Could not find data for APCP/A01 in
file:
> >
>
/scratch1/BMC/hmtb/Evan.Kalina/ccpa/proc/20200826/ccpa.t07z.01h.hrap.conus.gb2
> > ERROR  :
>
>
> So it can't seem to find it. I've tried quite a few other level
> specifications as well, but no luck.
>
> This is the wgrib2 output from my file:
>
> $ wgrib2
> >
>
/scratch1/BMC/hmtb/Evan.Kalina/ccpa/proc/20200826/ccpa.t07z.01h.hrap.conus.gb2
> > 1:0:d=2020082606:APCP:surface:0-1 hour acc fcst:
>
>
> Maybe I'm missing something obvious. Any advice would be greatly
> appreciated.
>
> Log file:
>
>
/scratch1/BMC/hmtb/Evan.Kalina/tcrmw_use_case/logs/master_metplus.log.20210405225526
>
>
> Sample CCPA
> file:
>
/scratch1/BMC/hmtb/Evan.Kalina/ccpa/proc/20200826/ccpa.t07z.01h.hrap.conus.gb2
>
> TC-RMW workspace: /scratch1/BMC/hmtb/Evan.Kalina/tcrmw_use_case
>
> Thank you greatly in advance for your help!
>
> Cheers,
> evan
>
> --
> Evan Kalina (he, him, his)
> Research Scientist
> Developmental Testbed Center (DTC)
> Cooperative Institute for Research in Environmental Sciences (CIRES)
at the
> NOAA/Global Systems Lab (GSL)
>
>

--
Evan Kalina (he, him, his)
Research Scientist
Developmental Testbed Center (DTC)
Cooperative Institute for Research in Environmental Sciences (CIRES)
at the
NOAA/Global Systems Lab (GSL)

------------------------------------------------
Subject: Using TC-RMW on CCPA precipitation files
From: John Halley Gotway
Time: Mon Apr 05 21:46:27 2021

Evan,

Thanks for letting us know. I'll resolve the ticket.

John

On Mon, Apr 5, 2021 at 5:54 PM Evan Kalina - NOAA Affiliate via RT <
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=99414 >
>
> Hello again,
>
> I apologize for the clutter, but I figured out the issue.
>
> In my haste, I was using the wrong INIT_BEG and INIT_END in my conf
file.
> They didn't match the date in the TC_RMW_DECK_TEMPLATE file;
therefore, the
> software was erroring out. Though it appeared to be a problem with
being
> able to read the grib file, correcting this discrepancy in the conf
file
> got it working.
>
> Thanks!
> evan
>
> On Mon, Apr 5, 2021 at 5:02 PM met_help at ucar.edu via RT
<met_help at ucar.edu
> >
> wrote:
>
> > Greetings,
> >
> > This message has been automatically generated in response to the
creation
> > of a trouble ticket regarding:
> >         "Using TC-RMW on CCPA precipitation files",
> > a summary of which appears below.
> >
> > There is no need to reply to this message right now.  Your ticket
has
> been
> > assigned an ID of [rt.rap.ucar.edu #99414].
> >
> > Please include the string:
> >
> >          [rt.rap.ucar.edu #99414]
> >
> > in the subject line of all future correspondence about this issue.
To do
> > so, you may reply to this message.
> >
> > For more information, please see:
> >
> > MET Online Tutorial:
> >
https://www.dtcenter.org/met/users/support/online_tutorial/index.php
> >
> > MET Users Guide:
> >    https://www.dtcenter.org/met/users/docs/overview.php
> >
> > MET FAQs:
> >    https://www.dtcenter.org/met/users/support/faqs/index.php
> >
> > MET-Help Email Archive:
> >    http://mailman.ucar.edu/pipermail/met_help
> >
> >                         Thank you,
> >                         met_help at ucar.edu
> >
> >
-------------------------------------------------------------------------
> > Hello MET team,
> >
> > I am attempting to use the TC-RMW tool to put some CCPA
precipitation
> > observation files, in grib2 format, into storm-relative
coordinates.
> >
> > I am stuck on how to specify the level for the hourly-accumulated
> > precipitation variable that lives in the grib2 files.
> >
> > Based on my read of the documentation, I believe I should be able
to
> > request the variable like this in the TC-RMW conf file:
> >
> > BOTH_VAR1_NAME = APCP
> > > BOTH_VAR1_LEVELS = A01
> >
> >
> > But this error is written to the log file:
> >
> > DEBUG 4: MetGrib2DataFile::read_grib2_record_list() - processed 1
records
> > > from GRIB2 file:
> > >
> >
>
/scratch1/BMC/hmtb/Evan.Kalina/ccpa/proc/20200826/ccpa.t07z.01h.hrap.conus.gb2
> > > WARNING:
> > > WARNING: MetGrib2DataFile::data_plane() -> No matching record
found for
> > > 'APCP/A01'
> > > WARNING:
> > > ERROR  :
> > > ERROR  : get_series_entry() -> Could not find data for APCP/A01
in
> file:
> > >
> >
>
/scratch1/BMC/hmtb/Evan.Kalina/ccpa/proc/20200826/ccpa.t07z.01h.hrap.conus.gb2
> > > ERROR  :
> >
> >
> > So it can't seem to find it. I've tried quite a few other level
> > specifications as well, but no luck.
> >
> > This is the wgrib2 output from my file:
> >
> > $ wgrib2
> > >
> >
>
/scratch1/BMC/hmtb/Evan.Kalina/ccpa/proc/20200826/ccpa.t07z.01h.hrap.conus.gb2
> > > 1:0:d=2020082606:APCP:surface:0-1 hour acc fcst:
> >
> >
> > Maybe I'm missing something obvious. Any advice would be greatly
> > appreciated.
> >
> > Log file:
> >
> >
>
/scratch1/BMC/hmtb/Evan.Kalina/tcrmw_use_case/logs/master_metplus.log.20210405225526
> >
> >
> > Sample CCPA
> > file:
> >
>
/scratch1/BMC/hmtb/Evan.Kalina/ccpa/proc/20200826/ccpa.t07z.01h.hrap.conus.gb2
> >
> > TC-RMW workspace: /scratch1/BMC/hmtb/Evan.Kalina/tcrmw_use_case
> >
> > Thank you greatly in advance for your help!
> >
> > Cheers,
> > evan
> >
> > --
> > Evan Kalina (he, him, his)
> > Research Scientist
> > Developmental Testbed Center (DTC)
> > Cooperative Institute for Research in Environmental Sciences
(CIRES) at
> the
> > NOAA/Global Systems Lab (GSL)
> >
> >
>
> --
> Evan Kalina (he, him, his)
> Research Scientist
> Developmental Testbed Center (DTC)
> Cooperative Institute for Research in Environmental Sciences (CIRES)
at the
> NOAA/Global Systems Lab (GSL)
>
>

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


More information about the Met_help mailing list