[Met_help] [rt.rap.ucar.edu #86693] History for Odd Error

John Halley Gotway via RT met_help at ucar.edu
Tue Jul 9 12:07:27 MDT 2019


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

John, now that I got stat_analysis running again, I am getting the following error:

DEBUG 3: Processing STAT file "/h/data/global/WXQC/data/met/ptstat/mdlob_pairs/global_17km/TP/point_stat_1_TP_global_17km_all_240000L_20171226_120000V.stat" ..... 6746 of 16133
DEBUG 3: Processing STAT file "/h/data/global/WXQC/data/met/ptstat/mdlob_pairs/global_17km/WS/point_stat_1_WS_global_17km_all_000000L_20171229_120000V.stat" ..... 6747 of 16133
DEBUG 4: Reading MET header columns:
DEBUG 4: /h/WXQC/met-6.1/share/met/table_files/met_header_columns_BSN.txt
ERROR  :
ERROR  : AsciiHeader::read() -> trouble reading file:
ERROR  : /h/WXQC/met-6.1/share/met/table_files/met_header_columns_BSN.txt
ERROR  :

There is no BSN version of the met_header_columns.txt in the directory.  Is MET forming this filename incorrectly?

The command line I used was:

stat_analysis -lookin /h/data/global/WXQC/data/met/ptstat/mdlob_pairs/global_17km -out /h/data/global/WXQC/data/met/summary/pstd_hira -tmp_dir /h/data/global/WXQC/data/met/tmp -job aggregate_stat -line_type MPR -out_line_type PSTD -fcst_valid_beg 20171201_000000 -fcst_valid_end 20180531_120000  -out_fcst_thresh ge0,ge0.1,ge0.2,ge0.3,ge0.4,ge0.5,ge0.6,ge0.7,ge0.8,ge0.9,ge1.0 -out_obs_thresh ge1 -by FCST_VAR -fcst_thresh ge.254 -by FCST_LEAD -by INTERP_PNTS -v 4.0


Any ideas?

Bob Craig



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

Subject: RE: [Non-DoD Source] [rt.rap.ucar.edu #86693] AutoReply: Odd Error
From: robert.craig.2 at us.af.mil
Time: Tue Aug 21 11:57:29 2018

John, I was able to get the error to go away by narrowing the lookin
parameter to a specific variable directory.

Bob

-----Original Message-----
From: met_help at ucar.edu via RT [mailto:met_help at ucar.edu]
Sent: Tuesday, August 21, 2018 11:53 AM
To: CRAIG, ROBERT J GS-12 USAF ACC 16 WS/WXN
<robert.craig.2 at us.af.mil>
Subject: [Non-DoD Source] [rt.rap.ucar.edu #86693] AutoReply: Odd
Error

Greetings,

This message has been automatically generated in response to the
creation of a trouble ticket regarding:
"Odd Error",
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 #86693].

Please include the string:

         [rt.rap.ucar.edu #86693]

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

-------------------------------------------------------------------------
John, now that I got stat_analysis running again, I am getting the
following error:

DEBUG 3: Processing STAT file
"/h/data/global/WXQC/data/met/ptstat/mdlob_pairs/global_17km/TP/point_stat_1_TP_global_17km_all_240000L_20171226_120000V.stat"
..... 6746 of 16133 DEBUG 3: Processing STAT file
"/h/data/global/WXQC/data/met/ptstat/mdlob_pairs/global_17km/WS/point_stat_1_WS_global_17km_all_000000L_20171229_120000V.stat"
..... 6747 of 16133 DEBUG 4: Reading MET header columns:
DEBUG 4: /h/WXQC/met-
6.1/share/met/table_files/met_header_columns_BSN.txt
ERROR  :
ERROR  : AsciiHeader::read() -> trouble reading file:
ERROR  : /h/WXQC/met-
6.1/share/met/table_files/met_header_columns_BSN.txt
ERROR  :

There is no BSN version of the met_header_columns.txt in the
directory.  Is MET forming this filename incorrectly?

The command line I used was:

stat_analysis -lookin
/h/data/global/WXQC/data/met/ptstat/mdlob_pairs/global_17km -out
/h/data/global/WXQC/data/met/summary/pstd_hira -tmp_dir
/h/data/global/WXQC/data/met/tmp -job aggregate_stat -line_type MPR
-out_line_type PSTD -fcst_valid_beg 20171201_000000 -fcst_valid_end
20180531_120000  -out_fcst_thresh
ge0,ge0.1,ge0.2,ge0.3,ge0.4,ge0.5,ge0.6,ge0.7,ge0.8,ge0.9,ge1.0
-out_obs_thresh ge1 -by FCST_VAR -fcst_thresh ge.254 -by FCST_LEAD -by
INTERP_PNTS -v 4.0


Any ideas?

Bob Craig




------------------------------------------------
Subject: Odd Error
From: John Halley Gotway
Time: Tue Aug 21 14:31:07 2018

Bob,

Glad you were able to resolve this.  Just to clarify what's going on
here.
When you set "-lookin DIR" in STAT-Analysis, here's the logic...

- Search DIR recursively lookin for files ending in .stat.
- Process each .stat file.
- For each .stat file, open it up and ignore the header line.  Look in
the
first column for the version number "V###".
- Look for a corresponding ascii file to define the header columns
named
"met_header_columns_V###.txt".

Your error could be caused by a file ending in .stat somewhere in your
-lookin directory.  Perhaps the first word in that file is "BSN" and
so
STAT-Analysis is looking for the headers for that version of MET.

Hopefully that points you in the right direction.

Thanks,
John

On Tue, Aug 21, 2018 at 10:53 AM robert.craig.2 at us.af.mil via RT <
met_help at ucar.edu> wrote:

>
> Tue Aug 21 10:52:54 2018: Request 86693 was acted upon.
> Transaction: Ticket created by robert.craig.2 at us.af.mil
>        Queue: met_help
>      Subject: Odd Error
>        Owner: Nobody
>   Requestors: robert.craig.2 at us.af.mil
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=86693 >
>
>
> John, now that I got stat_analysis running again, I am getting the
> following error:
>
> DEBUG 3: Processing STAT file
>
"/h/data/global/WXQC/data/met/ptstat/mdlob_pairs/global_17km/TP/point_stat_1_TP_global_17km_all_240000L_20171226_120000V.stat"
> ..... 6746 of 16133
> DEBUG 3: Processing STAT file
>
"/h/data/global/WXQC/data/met/ptstat/mdlob_pairs/global_17km/WS/point_stat_1_WS_global_17km_all_000000L_20171229_120000V.stat"
> ..... 6747 of 16133
> DEBUG 4: Reading MET header columns:
> DEBUG 4: /h/WXQC/met-
6.1/share/met/table_files/met_header_columns_BSN.txt
> ERROR  :
> ERROR  : AsciiHeader::read() -> trouble reading file:
> ERROR  : /h/WXQC/met-
6.1/share/met/table_files/met_header_columns_BSN.txt
> ERROR  :
>
> There is no BSN version of the met_header_columns.txt in the
directory.
> Is MET forming this filename incorrectly?
>
> The command line I used was:
>
> stat_analysis -lookin
> /h/data/global/WXQC/data/met/ptstat/mdlob_pairs/global_17km -out
> /h/data/global/WXQC/data/met/summary/pstd_hira -tmp_dir
> /h/data/global/WXQC/data/met/tmp -job aggregate_stat -line_type MPR
> -out_line_type PSTD -fcst_valid_beg 20171201_000000 -fcst_valid_end
> 20180531_120000  -out_fcst_thresh
> ge0,ge0.1,ge0.2,ge0.3,ge0.4,ge0.5,ge0.6,ge0.7,ge0.8,ge0.9,ge1.0
> -out_obs_thresh ge1 -by FCST_VAR -fcst_thresh ge.254 -by FCST_LEAD
-by
> INTERP_PNTS -v 4.0
>
>
> Any ideas?
>
> Bob Craig
>
>
>

------------------------------------------------
Subject: Odd Error
From: John Halley Gotway
Time: Wed Aug 22 16:51:06 2018

Bob,

Just wanted to follow up on this one.  Were you able to figure it out?
Can
I resolve this ticket or do you have more questions?

Thanks,
John

On Tue, Aug 21, 2018 at 2:31 PM The RT System itself via RT <
met_help at ucar.edu> wrote:

>
> Tue Aug 21 14:31:08 2018: Request 86693 was acted upon.
> Transaction: Given to johnhg (John Halley Gotway) by RT_System
>        Queue: met_help
>      Subject: Odd Error
>        Owner: johnhg
>   Requestors: robert.craig.2 at us.af.mil
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=86693 >
>
>
> This transaction appears to have no content
>

------------------------------------------------
Subject: RE: [Non-DoD Source] Re: [rt.rap.ucar.edu #86693] Odd Error
From: robert.craig.2 at us.af.mil
Time: Thu Aug 23 07:37:53 2018

John, I am not sure what was causing that error but it went away after
a couple retries.  Thanks for the info on the climo column name - will
give that a try.  Also, you might have corrected this but in the 6.1
user doc, the description of the MPR file output columns didn't
include the new climo variables.

Bob



-----Original Message-----
From: John Halley Gotway via RT [mailto:met_help at ucar.edu]
Sent: Wednesday, August 22, 2018 5:51 PM
To: CRAIG, ROBERT J GS-12 USAF ACC 16 WS/WXN
<robert.craig.2 at us.af.mil>
Cc: SITTEL, MATTHEW C CTR USAF AFMC AFLCMC/HBAW-OL
<matthew.sittel.ctr at us.af.mil>
Subject: [Non-DoD Source] Re: [rt.rap.ucar.edu #86693] Odd Error

Bob,

Just wanted to follow up on this one.  Were you able to figure it out?
Can I resolve this ticket or do you have more questions?

Thanks,
John

On Tue, Aug 21, 2018 at 2:31 PM The RT System itself via RT <
met_help at ucar.edu> wrote:

>
> Tue Aug 21 14:31:08 2018: Request 86693 was acted upon.
> Transaction: Given to johnhg (John Halley Gotway) by RT_System
>        Queue: met_help
>      Subject: Odd Error
>        Owner: johnhg
>   Requestors: robert.craig.2 at us.af.mil
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=86693
> >
>
>
> This transaction appears to have no content
>



------------------------------------------------
Subject: Odd Error
From: John Halley Gotway
Time: Thu Aug 23 09:10:11 2018

Bob,

Great, glad its working.  Thanks for the heads up about the MPR output
columns in the user's guide.  Looks like we failed to update them for
met-6.1 as we should have.  But they are updated in met-7.0 (and
beyond).

Thanks,
John

On Thu, Aug 23, 2018 at 7:37 AM robert.craig.2 at us.af.mil via RT <
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=86693 >
>
> John, I am not sure what was causing that error but it went away
after a
> couple retries.  Thanks for the info on the climo column name - will
give
> that a try.  Also, you might have corrected this but in the 6.1 user
doc,
> the description of the MPR file output columns didn't include the
new climo
> variables.
>
> Bob
>
>
>
> -----Original Message-----
> From: John Halley Gotway via RT [mailto:met_help at ucar.edu]
> Sent: Wednesday, August 22, 2018 5:51 PM
> To: CRAIG, ROBERT J GS-12 USAF ACC 16 WS/WXN
<robert.craig.2 at us.af.mil>
> Cc: SITTEL, MATTHEW C CTR USAF AFMC AFLCMC/HBAW-OL <
> matthew.sittel.ctr at us.af.mil>
> Subject: [Non-DoD Source] Re: [rt.rap.ucar.edu #86693] Odd Error
>
> Bob,
>
> Just wanted to follow up on this one.  Were you able to figure it
out?
> Can I resolve this ticket or do you have more questions?
>
> Thanks,
> John
>
> On Tue, Aug 21, 2018 at 2:31 PM The RT System itself via RT <
> met_help at ucar.edu> wrote:
>
> >
> > Tue Aug 21 14:31:08 2018: Request 86693 was acted upon.
> > Transaction: Given to johnhg (John Halley Gotway) by RT_System
> >        Queue: met_help
> >      Subject: Odd Error
> >        Owner: johnhg
> >   Requestors: robert.craig.2 at us.af.mil
> >       Status: new
> >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=86693
> > >
> >
> >
> > This transaction appears to have no content
> >
>
>
>
>

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


More information about the Met_help mailing list