[Met_help] [rt.rap.ucar.edu #42282] History for STAT Analysis problem

RAL HelpDesk {for Paul Oldenburg} met_help at ucar.edu
Thu Dec 2 08:23:02 MST 2010


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

Dear Sir/Madam

I am running stat-analysis tool by using the output from Grid-Stat tool. But
it is givinng some error like this:

*** Running STAT-Analysis ***
Creating STAT-Analysis output file
"../out/STAT_ANALYSIS_WRF/stat_analysis.out"
STAT Lines read     = 820
STAT Lines retained = 384
*./stat_wrf1.sh: line 10: 30955 Segmentation fault      ../bin/stat_analysis
-config config/STATAnalysisConfig_WRF -lookin ../out/OUT_TEMP/STAT_INPUT
-out ../out/STAT_ANALYSIS_WRF/stat_analysis.out -v 2

*Output files are empty. I have attached the configuration file and running
script of STAT-Analysis with this email.


Thanks and Regards,
-- 
Hashmi Fatima
Research Scholar
Centre for Atmospheric Sciences
Indian Institute of Technology Delhi
Hauz Khas
New Delhi - 110016
INDIA


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

Subject: Re: [rt.rap.ucar.edu #42282] STAT Analysis problem
From: Paul Oldenburg
Time: Mon Nov 22 09:45:59 2010

Hashmi,

Can you please send us a tar file containing the .stat files in your
folder out/OUT_TEMP/STAT_INPUT?  We are interested
in reproducing your seg fault on our system so we can diagnose the
problem.

Thanks,

Paul




On 11/22/2010 04:37 AM, RAL HelpDesk {for Hashmi Fatima} wrote:
>
> Mon Nov 22 04:37:15 2010: Request 42282 was acted upon.
> Transaction: Ticket created by hashmifatima at gmail.com
>        Queue: met_help
>      Subject: STAT Analysis problem
>        Owner: Nobody
>   Requestors: hashmifatima at gmail.com
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=42282 >
>
>
> Dear Sir/Madam
>
> I am running stat-analysis tool by using the output from Grid-Stat
tool. But
> it is givinng some error like this:
>
> *** Running STAT-Analysis ***
> Creating STAT-Analysis output file
> "../out/STAT_ANALYSIS_WRF/stat_analysis.out"
> STAT Lines read     = 820
> STAT Lines retained = 384
> *./stat_wrf1.sh: line 10: 30955 Segmentation fault
../bin/stat_analysis
> -config config/STATAnalysisConfig_WRF -lookin
../out/OUT_TEMP/STAT_INPUT
> -out ../out/STAT_ANALYSIS_WRF/stat_analysis.out -v 2
>
> *Output files are empty. I have attached the configuration file and
running
> script of STAT-Analysis with this email.
>
>
> Thanks and Regards,


------------------------------------------------
Subject: STAT Analysis problem
From: Hashmi Fatima
Time: Tue Nov 23 05:12:15 2010

Dear Sir

I have put the files in a tar at your ftp server as stat_input.tar

incoming/irap/met_help/fatima_data

I am doing model verification for 24H, 48H, 72H forecast. Do I need to
put
the output files of 24H, 48H and 72H forecast from grid-state to
different
directories to do statistical analysis. I want to assess the model
efficiency for 24H, 48H and 72 H forecast.

Thanks and Regards
Hashmi fatima





On Mon, Nov 22, 2010 at 10:16 PM, RAL HelpDesk {for Paul Oldenburg} <
met_help at ucar.edu> wrote:

> Hashmi,
>
> Can you please send us a tar file containing the .stat files in your
folder
> out/OUT_TEMP/STAT_INPUT?  We are interested
> in reproducing your seg fault on our system so we can diagnose the
problem.
>
> Thanks,
>
> Paul
>
>
>
>
> On 11/22/2010 04:37 AM, RAL HelpDesk {for Hashmi Fatima} wrote:
> >
> > Mon Nov 22 04:37:15 2010: Request 42282 was acted upon.
> > Transaction: Ticket created by hashmifatima at gmail.com
> >        Queue: met_help
> >      Subject: STAT Analysis problem
> >        Owner: Nobody
> >   Requestors: hashmifatima at gmail.com
> >       Status: new
> >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=42282 >
> >
> >
> > Dear Sir/Madam
> >
> > I am running stat-analysis tool by using the output from Grid-Stat
tool.
> But
> > it is givinng some error like this:
> >
> > *** Running STAT-Analysis ***
> > Creating STAT-Analysis output file
> > "../out/STAT_ANALYSIS_WRF/stat_analysis.out"
> > STAT Lines read     = 820
> > STAT Lines retained = 384
> > *./stat_wrf1.sh: line 10: 30955 Segmentation fault
>  ../bin/stat_analysis
> > -config config/STATAnalysisConfig_WRF -lookin
../out/OUT_TEMP/STAT_INPUT
> > -out ../out/STAT_ANALYSIS_WRF/stat_analysis.out -v 2
> >
> > *Output files are empty. I have attached the configuration file
and
> running
> > script of STAT-Analysis with this email.
> >
> >
> > Thanks and Regards,
>
>
>


--
Hashmi Fatima
Research Scholar
Centre for Atmospheric Sciences
Indian Institute of Technology Delhi
Hauz Khas
New Delhi - 110016
INDIA

------------------------------------------------
Subject: Re: [rt.rap.ucar.edu #42282] STAT Analysis problem
From: Paul Oldenburg
Time: Tue Nov 23 11:45:33 2010

Hashmi,

We are concerned that you may not understand what stat_analysis is
doing.  Our suggestion is that you start by running
stat_analysis jobs from the command line.  The configuration file
should only be used when you have a firm grasp of the
jobs that you want to run.  Your configuration file shows that you are
trying to run the stat_analysis jobs filter,
summary and aggregate.  Using the stat files that you sent us, we
created some stat_analysis jobs that you can run on
the command line that perform these tasks.  We strongly encourage you
to read the MET User's Guide section about
stat_analysis.  All of these examples use the -dump_row option, which
allows you to view the rows that are being
summarized or aggregated.  This is important so you can make sure that
you are filtering the input stat file lines as
you intend.  Here are the examples:

The filter job is used to find rows in the input stat files that
satisfy specified criteria and put them into the output
file specified by the -dump_row flag.  Here, we filter out only VGRD
rows on the P500 pressure level.

$ stat_analysis \
  -job filter -dump_row sa_filter.out \
  -lookin STAT_INPUT \
  -fcst_var VGRD -fcst_lev P500 \
  -v 2

The summary job is used to calculate summary statistics from the input
stat files that satisfy specified criteria.  This
example shows how to calculate the root mean squared error (RMSE),
which taken from the CNT line type, for all HGT
statistics on the P1000 level.

$ stat_analysis \
  -job summary -line_type CNT -column RMSE -dump_row sa_summary.out \
  -lookin STAT_INPUT \
  -fcst_var HGT -fcst_lev P1000 \
  -v 2

The aggregate job combines CTC rows or SL1L2 rows from the input stat
files that satisfy specified criteria.  This
example shows how to combine the contingency table counts (CTC) for
all thresholded VGRD data on the P400 pressure leve.

$ stat_analysis \
  -job aggregate -line_type CTC -dump_row sa_agg.out \
  -lookin STAT_INPUT \
  -fcst_var VGRD -fcst_thresh ">=0.000" -fcst_lev P400 \
  -v 2

The aggregate_stat job combines CTC rows or SL1L2 rows from the input
stat files that satisfy specified criteria and
generates CTS or CNT rows, respectively.  The input and output row
type must be specified.  This example shows how to
combine CTCs from UGRD data with the threshold >=0.000 and pressure
level P500 into a CTS row.

$ stat_analysis \
  -job aggregate_stat -line_type CTC -out_line_type CTS -dump_row
sa_agg_stat.out \
  -lookin STAT_INPUT \
  -fcst_var UGRD -fcst_thresh ">=0.000" -fcst_lev P500 \
  -v 2

Once again, please read the MET User's Guide for more information.
Good luck.

Paul


On 11/23/2010 05:12 AM, RAL HelpDesk {for Hashmi Fatima} wrote:
>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=42282 >
>
> Dear Sir
>
> I have put the files in a tar at your ftp server as stat_input.tar
>
> incoming/irap/met_help/fatima_data
>
> I am doing model verification for 24H, 48H, 72H forecast. Do I need
to put
> the output files of 24H, 48H and 72H forecast from grid-state to
different
> directories to do statistical analysis. I want to assess the model
> efficiency for 24H, 48H and 72 H forecast.
>
> Thanks and Regards
> Hashmi fatima
>
>
>
>
>
> On Mon, Nov 22, 2010 at 10:16 PM, RAL HelpDesk {for Paul Oldenburg}
<
> met_help at ucar.edu> wrote:
>
>> Hashmi,
>>
>> Can you please send us a tar file containing the .stat files in
your folder
>> out/OUT_TEMP/STAT_INPUT?  We are interested
>> in reproducing your seg fault on our system so we can diagnose the
problem.
>>
>> Thanks,
>>
>> Paul
>>
>>
>>
>>
>> On 11/22/2010 04:37 AM, RAL HelpDesk {for Hashmi Fatima} wrote:
>>>
>>> Mon Nov 22 04:37:15 2010: Request 42282 was acted upon.
>>> Transaction: Ticket created by hashmifatima at gmail.com
>>>        Queue: met_help
>>>      Subject: STAT Analysis problem
>>>        Owner: Nobody
>>>   Requestors: hashmifatima at gmail.com
>>>       Status: new
>>>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=42282 >
>>>
>>>
>>> Dear Sir/Madam
>>>
>>> I am running stat-analysis tool by using the output from Grid-Stat
tool.
>> But
>>> it is givinng some error like this:
>>>
>>> *** Running STAT-Analysis ***
>>> Creating STAT-Analysis output file
>>> "../out/STAT_ANALYSIS_WRF/stat_analysis.out"
>>> STAT Lines read     = 820
>>> STAT Lines retained = 384
>>> *./stat_wrf1.sh: line 10: 30955 Segmentation fault
>>  ../bin/stat_analysis
>>> -config config/STATAnalysisConfig_WRF -lookin
../out/OUT_TEMP/STAT_INPUT
>>> -out ../out/STAT_ANALYSIS_WRF/stat_analysis.out -v 2
>>>
>>> *Output files are empty. I have attached the configuration file
and
>> running
>>> script of STAT-Analysis with this email.
>>>
>>>
>>> Thanks and Regards,
>>
>>
>>
>
>


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


More information about the Met_help mailing list