[Met_help] [rt.rap.ucar.edu #64292] History for replay

John Halley Gotway via RT met_help at ucar.edu
Mon Dec 2 15:06:12 MST 2013


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

thanks!
as you said I have changed my jobs  like this:
(1) "-job aggregate_stat -line_type CTC    -out_line_type CTS  -fcst_thresh >=5.0 -obs_thresh >=5.0 -dump_row ./outdata1/27km_12h_job_aggregate_stat_CTC_CTS.stat",
(2) "-job aggregate_stat -line_type SL1L2  -out_line_type CNT                                       -dump_row ./outdata1/27km_12h_job_aggregate_stat_SL1L2_CNT.stat"

I can get the results. i have read the guide and found I misunderstood between CTC->CTS and MPR-> CTS.
but when I changed jobs like this :
(1) "-job aggregate_stat -line_type MPR -out_line_type CTS  -out_fcst_thresh >=5.0 -out_obs_thresh >=5.0 -dump_row ./outdata1/27km_12h_job_aggregate_stat_MPR_CTS.stat",
(2) "-job aggregate_stat -line_type MPR -out_line_type CNT                                               -dump_row ./outdata1/27km_12h_job_aggregate_stat_MPR_CNT.stat"

and repair the "-v 2" and there are also segmentation fault information.
I can not get the  bootstrapping element output results.

another question about the I and the job in my run csh script:

  -job aggregate_stat -line_type CTC  -out_line_type CTS  -fcst_thresh >=5.0 -obs_thresh >=5.0  -fcst_lead ${ii}0000  -dump_row ./outdata1/3km_12h_${ii}0000_job_aggregate_CTS.stat

there shows  Ambiguous output redirect and dumped, but job summary can affect. because I do not know when I set the -fcst_lead in my run csh and not set in my STATAnalysisConfig file. I do not whether the -fcst_lead is effective for the every time running.

Best whihes!


my csh script following:
   @ numplot = 12
   @ hour_forecast = 3
   @ icycle = 3
   @ lenfore = 24
   while ( $icycle <= $lenfore )
         setenv ihh $icycle
         if ( $ihh < 10 ) then
            set ii = 0$ihh
         else
            set ii = $ihh
         endif

  ./stat_analysis \
   -config ${inputdir}/statanalysis_chongqing_time \
   -lookin ${datadir}/20130428/00Z_27km/metout/3km/time${hour_forecast} ${datadir}/20130513/00Z_27km/metout/3km/time${hour_forecast}  \
   -lookin ${datadir}/20130523/12Z_27km/metout/3km/time${hour_forecast} ${datadir}/20130605/12Z_27km/metout/3km/time${hour_forecast}  \
   -lookin ${datadir}/20130608/00Z_27km/metout/3km/time${hour_forecast} ${datadir}/20130629/12Z_27km/metout/3km/time${hour_forecast}  \
   -lookin ${datadir}/20130909/12Z_27km/metout/3km/time${hour_forecast}  \
   -fcst_lead ${ii}0000 -out ${outdir}/3km_stat_analysis_${ii}_cnt.out \
   -v 2  \
   -job summary  -line_type CNT    -fcst_lead ${ii}0000 -dump_row ./outdata1/3km_12h_${ii}0000_job_summary_CNT1.stat -column ME
############################################
  ./stat_analysis \
   -config ${inputdir}/statanalysis_chongqing_time1 \
   -lookin ${datadir}/20130428/00Z_27km/metout/3km/time${hour_forecast} ${datadir}/20130513/00Z_27km/metout/3km/time${hour_forecast}  \
   -lookin ${datadir}/20130523/12Z_27km/metout/3km/time${hour_forecast} ${datadir}/20130605/12Z_27km/metout/3km/time${hour_forecast}  \
   -lookin ${datadir}/20130608/00Z_27km/metout/3km/time${hour_forecast} ${datadir}/20130629/12Z_27km/metout/3km/time${hour_forecast}  \
   -lookin ${datadir}/20130909/12Z_27km/metout/3km/time${hour_forecast}  \
   -fcst_lead ${ii}0000 -out ${outdir}/3km_stat_analysis_${ii}_cts.out \
   -v 2 \
  -job aggregate_stat -line_type CTC  -out_line_type CTS  -fcst_thresh >=5.0 -obs_thresh >=5.0  -fcst_lead ${ii}0000  -dump_row ./outdata1/3km_12h_${ii}0000_job_aggregate_CTS.stat

    @ icycle = $icycle + $hour_forecast

    end

God bless you!

Qiang






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

Subject: Re: [rt.rap.ucar.edu #64292] replay
From: John Halley Gotway
Time: Mon Nov 18 12:11:44 2013

Qiang,

I apologize for the delay in getting back to your.

I'm concerned about the segmentation fault you're getting.  Can you
send me some data so that I can replicate the behavior you're seeing?
Looks like I'd need the "metout" directories and the config
files you're using: statanalysis_chongqing_time and
statanalysis_chongqing_time1.

You can post data to our anonymous ftp site following these
instructions:
    http://www.dtcenter.org/met/users/support/met_help.php#ftp

Thanks,
John Halley Gotway
met_help at ucar.edu

On 11/13/2013 02:04 PM, Li, Qiang via RT wrote:
>
> Wed Nov 13 14:04:47 2013: Request 64292 was acted upon.
> Transaction: Ticket created by liqiang at ou.edu
>         Queue: met_help
>       Subject: replay
>         Owner: Nobody
>    Requestors: liqiang at ou.edu
>        Status: new
>   Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=64292 >
>
>
> thanks!
> as you said I have changed my jobs  like this:
> (1) "-job aggregate_stat -line_type CTC    -out_line_type CTS
-fcst_thresh >=5.0 -obs_thresh >=5.0 -dump_row
./outdata1/27km_12h_job_aggregate_stat_CTC_CTS.stat",
> (2) "-job aggregate_stat -line_type SL1L2  -out_line_type CNT
-dump_row ./outdata1/27km_12h_job_aggregate_stat_SL1L2_CNT.stat"
>
> I can get the results. i have read the guide and found I
misunderstood between CTC->CTS and MPR-> CTS.
> but when I changed jobs like this :
> (1) "-job aggregate_stat -line_type MPR -out_line_type CTS
-out_fcst_thresh >=5.0 -out_obs_thresh >=5.0 -dump_row
./outdata1/27km_12h_job_aggregate_stat_MPR_CTS.stat",
> (2) "-job aggregate_stat -line_type MPR -out_line_type CNT
-dump_row ./outdata1/27km_12h_job_aggregate_stat_MPR_CNT.stat"
>
> and repair the "-v 2" and there are also segmentation fault
information.
> I can not get the  bootstrapping element output results.
>
> another question about the I and the job in my run csh script:
>
>    -job aggregate_stat -line_type CTC  -out_line_type CTS
-fcst_thresh >=5.0 -obs_thresh >=5.0  -fcst_lead ${ii}0000  -dump_row
./outdata1/3km_12h_${ii}0000_job_aggregate_CTS.stat
>
> there shows  Ambiguous output redirect and dumped, but job summary
can affect. because I do not know when I set the -fcst_lead in my run
csh and not set in my STATAnalysisConfig file. I do not whether the
-fcst_lead is effective for the every time running.
>
> Best whihes!
>
>
> my csh script following:
>     @ numplot = 12
>     @ hour_forecast = 3
>     @ icycle = 3
>     @ lenfore = 24
>     while ( $icycle <= $lenfore )
>           setenv ihh $icycle
>           if ( $ihh < 10 ) then
>              set ii = 0$ihh
>           else
>              set ii = $ihh
>           endif
>
>    ./stat_analysis \
>     -config ${inputdir}/statanalysis_chongqing_time \
>     -lookin
${datadir}/20130428/00Z_27km/metout/3km/time${hour_forecast}
${datadir}/20130513/00Z_27km/metout/3km/time${hour_forecast}  \
>     -lookin
${datadir}/20130523/12Z_27km/metout/3km/time${hour_forecast}
${datadir}/20130605/12Z_27km/metout/3km/time${hour_forecast}  \
>     -lookin
${datadir}/20130608/00Z_27km/metout/3km/time${hour_forecast}
${datadir}/20130629/12Z_27km/metout/3km/time${hour_forecast}  \
>     -lookin
${datadir}/20130909/12Z_27km/metout/3km/time${hour_forecast}  \
>     -fcst_lead ${ii}0000 -out
${outdir}/3km_stat_analysis_${ii}_cnt.out \
>     -v 2  \
>     -job summary  -line_type CNT    -fcst_lead ${ii}0000 -dump_row
./outdata1/3km_12h_${ii}0000_job_summary_CNT1.stat -column ME
> ############################################
>    ./stat_analysis \
>     -config ${inputdir}/statanalysis_chongqing_time1 \
>     -lookin
${datadir}/20130428/00Z_27km/metout/3km/time${hour_forecast}
${datadir}/20130513/00Z_27km/metout/3km/time${hour_forecast}  \
>     -lookin
${datadir}/20130523/12Z_27km/metout/3km/time${hour_forecast}
${datadir}/20130605/12Z_27km/metout/3km/time${hour_forecast}  \
>     -lookin
${datadir}/20130608/00Z_27km/metout/3km/time${hour_forecast}
${datadir}/20130629/12Z_27km/metout/3km/time${hour_forecast}  \
>     -lookin
${datadir}/20130909/12Z_27km/metout/3km/time${hour_forecast}  \
>     -fcst_lead ${ii}0000 -out
${outdir}/3km_stat_analysis_${ii}_cts.out \
>     -v 2 \
>    -job aggregate_stat -line_type CTC  -out_line_type CTS
-fcst_thresh >=5.0 -obs_thresh >=5.0  -fcst_lead ${ii}0000  -dump_row
./outdata1/3km_12h_${ii}0000_job_aggregate_CTS.stat
>
>      @ icycle = $icycle + $hour_forecast
>
>      end
>
> God bless you!
>
> Qiang
>
>
>
>

------------------------------------------------
Subject: replay
From: Li, Qiang
Time: Thu Nov 21 09:04:01 2013

I have tried ftp all my data. but I failed I don not know why.
I do not know put"your files" how to use, and I just e_mail all my
data to you

Thanks!
________________________________________
From: John Halley Gotway via RT [met_help at ucar.edu]
Sent: Monday, November 18, 2013 1:11 PM
To: Li, Qiang
Subject: Re: [rt.rap.ucar.edu #64292] replay

Qiang,

I apologize for the delay in getting back to your.

I'm concerned about the segmentation fault you're getting.  Can you
send me some data so that I can replicate the behavior you're seeing?
Looks like I'd need the "metout" directories and the config
files you're using: statanalysis_chongqing_time and
statanalysis_chongqing_time1.

You can post data to our anonymous ftp site following these
instructions:
    http://www.dtcenter.org/met/users/support/met_help.php#ftp

Thanks,
John Halley Gotway
met_help at ucar.edu

On 11/13/2013 02:04 PM, Li, Qiang via RT wrote:
>
> Wed Nov 13 14:04:47 2013: Request 64292 was acted upon.
> Transaction: Ticket created by liqiang at ou.edu
>         Queue: met_help
>       Subject: replay
>         Owner: Nobody
>    Requestors: liqiang at ou.edu
>        Status: new
>   Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=64292 >
>
>
> thanks!
> as you said I have changed my jobs  like this:
> (1) "-job aggregate_stat -line_type CTC    -out_line_type CTS
-fcst_thresh >=5.0 -obs_thresh >=5.0 -dump_row
./outdata1/27km_12h_job_aggregate_stat_CTC_CTS.stat",
> (2) "-job aggregate_stat -line_type SL1L2  -out_line_type CNT
-dump_row ./outdata1/27km_12h_job_aggregate_stat_SL1L2_CNT.stat"
>
> I can get the results. i have read the guide and found I
misunderstood between CTC->CTS and MPR-> CTS.
> but when I changed jobs like this :
> (1) "-job aggregate_stat -line_type MPR -out_line_type CTS
-out_fcst_thresh >=5.0 -out_obs_thresh >=5.0 -dump_row
./outdata1/27km_12h_job_aggregate_stat_MPR_CTS.stat",
> (2) "-job aggregate_stat -line_type MPR -out_line_type CNT
-dump_row ./outdata1/27km_12h_job_aggregate_stat_MPR_CNT.stat"
>
> and repair the "-v 2" and there are also segmentation fault
information.
> I can not get the  bootstrapping element output results.
>
> another question about the I and the job in my run csh script:
>
>    -job aggregate_stat -line_type CTC  -out_line_type CTS
-fcst_thresh >=5.0 -obs_thresh >=5.0  -fcst_lead ${ii}0000  -dump_row
./outdata1/3km_12h_${ii}0000_job_aggregate_CTS.stat
>
> there shows  Ambiguous output redirect and dumped, but job summary
can affect. because I do not know when I set the -fcst_lead in my run
csh and not set in my STATAnalysisConfig file. I do not whether the
-fcst_lead is effective for the every time running.
>
> Best whihes!
>
>
> my csh script following:
>     @ numplot = 12
>     @ hour_forecast = 3
>     @ icycle = 3
>     @ lenfore = 24
>     while ( $icycle <= $lenfore )
>           setenv ihh $icycle
>           if ( $ihh < 10 ) then
>              set ii = 0$ihh
>           else
>              set ii = $ihh
>           endif
>
>    ./stat_analysis \
>     -config ${inputdir}/statanalysis_chongqing_time \
>     -lookin
${datadir}/20130428/00Z_27km/metout/3km/time${hour_forecast}
${datadir}/20130513/00Z_27km/metout/3km/time${hour_forecast}  \
>     -lookin
${datadir}/20130523/12Z_27km/metout/3km/time${hour_forecast}
${datadir}/20130605/12Z_27km/metout/3km/time${hour_forecast}  \
>     -lookin
${datadir}/20130608/00Z_27km/metout/3km/time${hour_forecast}
${datadir}/20130629/12Z_27km/metout/3km/time${hour_forecast}  \
>     -lookin
${datadir}/20130909/12Z_27km/metout/3km/time${hour_forecast}  \
>     -fcst_lead ${ii}0000 -out
${outdir}/3km_stat_analysis_${ii}_cnt.out \
>     -v 2  \
>     -job summary  -line_type CNT    -fcst_lead ${ii}0000 -dump_row
./outdata1/3km_12h_${ii}0000_job_summary_CNT1.stat -column ME
> ############################################
>    ./stat_analysis \
>     -config ${inputdir}/statanalysis_chongqing_time1 \
>     -lookin
${datadir}/20130428/00Z_27km/metout/3km/time${hour_forecast}
${datadir}/20130513/00Z_27km/metout/3km/time${hour_forecast}  \
>     -lookin
${datadir}/20130523/12Z_27km/metout/3km/time${hour_forecast}
${datadir}/20130605/12Z_27km/metout/3km/time${hour_forecast}  \
>     -lookin
${datadir}/20130608/00Z_27km/metout/3km/time${hour_forecast}
${datadir}/20130629/12Z_27km/metout/3km/time${hour_forecast}  \
>     -lookin
${datadir}/20130909/12Z_27km/metout/3km/time${hour_forecast}  \
>     -fcst_lead ${ii}0000 -out
${outdir}/3km_stat_analysis_${ii}_cts.out \
>     -v 2 \
>    -job aggregate_stat -line_type CTC  -out_line_type CTS
-fcst_thresh >=5.0 -obs_thresh >=5.0  -fcst_lead ${ii}0000  -dump_row
./outdata1/3km_12h_${ii}0000_job_aggregate_CTS.stat
>
>      @ icycle = $icycle + $hour_forecast
>
>      end
>
> God bless you!
>
> Qiang
>
>
>
>


------------------------------------------------
Subject: Re: [rt.rap.ucar.edu #64292] replay
From: John Halley Gotway
Time: Fri Nov 22 13:10:05 2013

Jason,

I ran the following two commands with the data you sent:
    /d1/johnhg/MET/MET_releases/METv4.0/bin/stat_analysis -lookin
point_stat*.stat -config statanalysis_aggregate_time24
    /d1/johnhg/MET/MET_releases/METv4.0/bin/stat_analysis -lookin
point_stat*.stat -config statanalysis_summary_time3

Both of them ran fine without any error.

Can you send me exact command you're running on the two point_stat
files you sent me that produces a segmentation fault?

Thanks,
John


On 11/21/2013 09:04 AM, Li, Qiang via RT wrote:
>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=64292 >
>
> I have tried ftp all my data. but I failed I don not know why.
> I do not know put"your files" how to use, and I just e_mail all my
data to you
>
> Thanks!
> ________________________________________
> From: John Halley Gotway via RT [met_help at ucar.edu]
> Sent: Monday, November 18, 2013 1:11 PM
> To: Li, Qiang
> Subject: Re: [rt.rap.ucar.edu #64292] replay
>
> Qiang,
>
> I apologize for the delay in getting back to your.
>
> I'm concerned about the segmentation fault you're getting.  Can you
send me some data so that I can replicate the behavior you're seeing?
Looks like I'd need the "metout" directories and the config
> files you're using: statanalysis_chongqing_time and
statanalysis_chongqing_time1.
>
> You can post data to our anonymous ftp site following these
instructions:
>      http://www.dtcenter.org/met/users/support/met_help.php#ftp
>
> Thanks,
> John Halley Gotway
> met_help at ucar.edu
>
> On 11/13/2013 02:04 PM, Li, Qiang via RT wrote:
>>
>> Wed Nov 13 14:04:47 2013: Request 64292 was acted upon.
>> Transaction: Ticket created by liqiang at ou.edu
>>          Queue: met_help
>>        Subject: replay
>>          Owner: Nobody
>>     Requestors: liqiang at ou.edu
>>         Status: new
>>    Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=64292 >
>>
>>
>> thanks!
>> as you said I have changed my jobs  like this:
>> (1) "-job aggregate_stat -line_type CTC    -out_line_type CTS
-fcst_thresh >=5.0 -obs_thresh >=5.0 -dump_row
./outdata1/27km_12h_job_aggregate_stat_CTC_CTS.stat",
>> (2) "-job aggregate_stat -line_type SL1L2  -out_line_type CNT
-dump_row ./outdata1/27km_12h_job_aggregate_stat_SL1L2_CNT.stat"
>>
>> I can get the results. i have read the guide and found I
misunderstood between CTC->CTS and MPR-> CTS.
>> but when I changed jobs like this :
>> (1) "-job aggregate_stat -line_type MPR -out_line_type CTS
-out_fcst_thresh >=5.0 -out_obs_thresh >=5.0 -dump_row
./outdata1/27km_12h_job_aggregate_stat_MPR_CTS.stat",
>> (2) "-job aggregate_stat -line_type MPR -out_line_type CNT
-dump_row ./outdata1/27km_12h_job_aggregate_stat_MPR_CNT.stat"
>>
>> and repair the "-v 2" and there are also segmentation fault
information.
>> I can not get the  bootstrapping element output results.
>>
>> another question about the I and the job in my run csh script:
>>
>>     -job aggregate_stat -line_type CTC  -out_line_type CTS
-fcst_thresh >=5.0 -obs_thresh >=5.0  -fcst_lead ${ii}0000  -dump_row
./outdata1/3km_12h_${ii}0000_job_aggregate_CTS.stat
>>
>> there shows  Ambiguous output redirect and dumped, but job summary
can affect. because I do not know when I set the -fcst_lead in my run
csh and not set in my STATAnalysisConfig file. I do not whether the
-fcst_lead is effective for the every time running.
>>
>> Best whihes!
>>
>>
>> my csh script following:
>>      @ numplot = 12
>>      @ hour_forecast = 3
>>      @ icycle = 3
>>      @ lenfore = 24
>>      while ( $icycle <= $lenfore )
>>            setenv ihh $icycle
>>            if ( $ihh < 10 ) then
>>               set ii = 0$ihh
>>            else
>>               set ii = $ihh
>>            endif
>>
>>     ./stat_analysis \
>>      -config ${inputdir}/statanalysis_chongqing_time \
>>      -lookin
${datadir}/20130428/00Z_27km/metout/3km/time${hour_forecast}
${datadir}/20130513/00Z_27km/metout/3km/time${hour_forecast}  \
>>      -lookin
${datadir}/20130523/12Z_27km/metout/3km/time${hour_forecast}
${datadir}/20130605/12Z_27km/metout/3km/time${hour_forecast}  \
>>      -lookin
${datadir}/20130608/00Z_27km/metout/3km/time${hour_forecast}
${datadir}/20130629/12Z_27km/metout/3km/time${hour_forecast}  \
>>      -lookin
${datadir}/20130909/12Z_27km/metout/3km/time${hour_forecast}  \
>>      -fcst_lead ${ii}0000 -out
${outdir}/3km_stat_analysis_${ii}_cnt.out \
>>      -v 2  \
>>      -job summary  -line_type CNT    -fcst_lead ${ii}0000 -dump_row
./outdata1/3km_12h_${ii}0000_job_summary_CNT1.stat -column ME
>> ############################################
>>     ./stat_analysis \
>>      -config ${inputdir}/statanalysis_chongqing_time1 \
>>      -lookin
${datadir}/20130428/00Z_27km/metout/3km/time${hour_forecast}
${datadir}/20130513/00Z_27km/metout/3km/time${hour_forecast}  \
>>      -lookin
${datadir}/20130523/12Z_27km/metout/3km/time${hour_forecast}
${datadir}/20130605/12Z_27km/metout/3km/time${hour_forecast}  \
>>      -lookin
${datadir}/20130608/00Z_27km/metout/3km/time${hour_forecast}
${datadir}/20130629/12Z_27km/metout/3km/time${hour_forecast}  \
>>      -lookin
${datadir}/20130909/12Z_27km/metout/3km/time${hour_forecast}  \
>>      -fcst_lead ${ii}0000 -out
${outdir}/3km_stat_analysis_${ii}_cts.out \
>>      -v 2 \
>>     -job aggregate_stat -line_type CTC  -out_line_type CTS
-fcst_thresh >=5.0 -obs_thresh >=5.0  -fcst_lead ${ii}0000  -dump_row
./outdata1/3km_12h_${ii}0000_job_aggregate_CTS.stat
>>
>>       @ icycle = $icycle + $hour_forecast
>>
>>       end
>>
>> God bless you!
>>
>> Qiang
>>
>>
>>
>>
>
>

------------------------------------------------
Subject: RE: [rt.rap.ucar.edu #64292] replay
From: John Halley Gotway
Time: Mon Nov 25 21:19:58 2013

Qiang Li,

When I run the command you sent, I get the following output.  I'm
really
not sure what's causing the seg fault you're getting...

And I'm not able to reproduce it here.

John

[johnhg at rambler]%
/d1/johnhg/MET/MET_releases/METv4.0/bin/stat_analysis
-lookin . -job aggregate_stat -line_type MPR -out_line_type CTS
-out_fcst_thresh \>=10.0 -out_obs_thresh \>=10.0
DEBUG 2: STAT Lines read     = 7876
DEBUG 2: STAT Lines retained = 7798
DEBUG 2:
DEBUG 2: Processing Job 1: -job aggregate_stat -line_type MPR
-out_line_type CTS -out_fcst_thresh >=10.000 -out_obs_thresh >=10.000
-out_alpha 0.05 -boot_interval 1 -boot_rep_prop 1.00 -n_boot_rep 1000
-boot_rng mt19937 -boot_seed ''
GSL_RNG_TYPE=mt19937
GSL_RNG_SEED=18446744072168182866
JOB_LIST:      -job aggregate_stat -line_type MPR -out_line_type CTS
-out_fcst_thresh >=10.000 -out_obs_thresh >=10.000 -out_alpha 0.05
-boot_interval 1 -boot_rep_prop 1.00 -n_boot_rep 1000 -boot_rng
mt19937
-boot_seed ''
COL_NAME: TOTAL BASER   BASER_NCL BASER_NCU BASER_BCL BASER_BCU FMEAN
FMEAN_NCL FMEAN_NCU FMEAN_BCL FMEAN_BCU ACC     ACC_NCL ACC_NCU
ACC_BCL
ACC_BCU FBIAS   FBIAS_BCL FBIAS_BCU PODY    PODY_NCL PODY_NCU PODY_BCL
PODY_BCU PODN    PODN_NCL PODN_NCU PODN_BCL PODN_BCU POFD    POFD_NCL
POFD_NCU POFD_BCL POFD_BCU FAR     FAR_NCL FAR_NCU FAR_BCL FAR_BCU CSI
CSI_NCL CSI_NCU CSI_BCL CSI_BCU GSS     GSS_BCL GSS_BCU HK      HK_NCL
HK_NCU  HK_BCL  HK_BCU  HSS     HSS_BCL HSS_BCU ODDS    ODDS_NCL
ODDS_NCU
ODDS_BCL ODDS_BCU
     CTS: 7798  0.37356 0.36289   0.38435   0.36291   0.38408
0.26135
0.25172   0.27122   0.25173   0.27097   0.58335 0.57237 0.59425
0.57207 0.59464 0.69962 0.66900   0.73322   0.29214 0.28215  0.30233
0.27564  0.30803  0.75701 0.74737  0.76640  0.74470  0.76845  0.24299
0.23360  0.25263  0.23155  0.25530  0.58243 0.57145 0.59334 0.56269
0.60349 0.20756 0.19870 0.21671 0.19509 0.21914 0.02686 0.01521
0.03834 0.04915 0.02829 0.07001 0.02821 0.06965 0.05232 0.02996
0.07384 1.28575 1.15967  1.42554  1.15624  1.42341

DEBUG 2: Job 1 used 7798 out of 7798 STAT lines.



>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=64292 >
>
> I have tried ftp all my data. but I failed I don not know why.
> I do not know put"your files" how to use, and I just e_mail all my
data to
> you
>
> Thanks!
> ________________________________________
> From: John Halley Gotway via RT [met_help at ucar.edu]
> Sent: Monday, November 18, 2013 1:11 PM
> To: Li, Qiang
> Subject: Re: [rt.rap.ucar.edu #64292] replay
>
> Qiang,
>
> I apologize for the delay in getting back to your.
>
> I'm concerned about the segmentation fault you're getting.  Can you
send
> me some data so that I can replicate the behavior you're seeing?
Looks
> like I'd need the "metout" directories and the config
> files you're using: statanalysis_chongqing_time and
> statanalysis_chongqing_time1.
>
> You can post data to our anonymous ftp site following these
instructions:
>     http://www.dtcenter.org/met/users/support/met_help.php#ftp
>
> Thanks,
> John Halley Gotway
> met_help at ucar.edu
>
> On 11/13/2013 02:04 PM, Li, Qiang via RT wrote:
>>
>> Wed Nov 13 14:04:47 2013: Request 64292 was acted upon.
>> Transaction: Ticket created by liqiang at ou.edu
>>         Queue: met_help
>>       Subject: replay
>>         Owner: Nobody
>>    Requestors: liqiang at ou.edu
>>        Status: new
>>   Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=64292 >
>>
>>
>> thanks!
>> as you said I have changed my jobs  like this:
>> (1) "-job aggregate_stat -line_type CTC    -out_line_type CTS
>> -fcst_thresh >=5.0 -obs_thresh >=5.0 -dump_row
>> ./outdata1/27km_12h_job_aggregate_stat_CTC_CTS.stat",
>> (2) "-job aggregate_stat -line_type SL1L2  -out_line_type CNT
>>                            -dump_row
>> ./outdata1/27km_12h_job_aggregate_stat_SL1L2_CNT.stat"
>>
>> I can get the results. i have read the guide and found I
misunderstood
>> between CTC->CTS and MPR-> CTS.
>> but when I changed jobs like this :
>> (1) "-job aggregate_stat -line_type MPR -out_line_type CTS
>> -out_fcst_thresh >=5.0 -out_obs_thresh >=5.0 -dump_row
>> ./outdata1/27km_12h_job_aggregate_stat_MPR_CTS.stat",
>> (2) "-job aggregate_stat -line_type MPR -out_line_type CNT
>>                                 -dump_row
>> ./outdata1/27km_12h_job_aggregate_stat_MPR_CNT.stat"
>>
>> and repair the "-v 2" and there are also segmentation fault
information.
>> I can not get the  bootstrapping element output results.
>>
>> another question about the I and the job in my run csh script:
>>
>>    -job aggregate_stat -line_type CTC  -out_line_type CTS
-fcst_thresh
>> >=5.0 -obs_thresh >=5.0  -fcst_lead ${ii}0000  -dump_row
>> ./outdata1/3km_12h_${ii}0000_job_aggregate_CTS.stat
>>
>> there shows  Ambiguous output redirect and dumped, but job summary
can
>> affect. because I do not know when I set the -fcst_lead in my run
csh
>> and not set in my STATAnalysisConfig file. I do not whether the
>> -fcst_lead is effective for the every time running.
>>
>> Best whihes!
>>
>>
>> my csh script following:
>>     @ numplot = 12
>>     @ hour_forecast = 3
>>     @ icycle = 3
>>     @ lenfore = 24
>>     while ( $icycle <= $lenfore )
>>           setenv ihh $icycle
>>           if ( $ihh < 10 ) then
>>              set ii = 0$ihh
>>           else
>>              set ii = $ihh
>>           endif
>>
>>    ./stat_analysis \
>>     -config ${inputdir}/statanalysis_chongqing_time \
>>     -lookin
${datadir}/20130428/00Z_27km/metout/3km/time${hour_forecast}
>> ${datadir}/20130513/00Z_27km/metout/3km/time${hour_forecast}  \
>>     -lookin
${datadir}/20130523/12Z_27km/metout/3km/time${hour_forecast}
>> ${datadir}/20130605/12Z_27km/metout/3km/time${hour_forecast}  \
>>     -lookin
${datadir}/20130608/00Z_27km/metout/3km/time${hour_forecast}
>> ${datadir}/20130629/12Z_27km/metout/3km/time${hour_forecast}  \
>>     -lookin
${datadir}/20130909/12Z_27km/metout/3km/time${hour_forecast}
>>  \
>>     -fcst_lead ${ii}0000 -out
${outdir}/3km_stat_analysis_${ii}_cnt.out
>> \
>>     -v 2  \
>>     -job summary  -line_type CNT    -fcst_lead ${ii}0000 -dump_row
>> ./outdata1/3km_12h_${ii}0000_job_summary_CNT1.stat -column ME
>> ############################################
>>    ./stat_analysis \
>>     -config ${inputdir}/statanalysis_chongqing_time1 \
>>     -lookin
${datadir}/20130428/00Z_27km/metout/3km/time${hour_forecast}
>> ${datadir}/20130513/00Z_27km/metout/3km/time${hour_forecast}  \
>>     -lookin
${datadir}/20130523/12Z_27km/metout/3km/time${hour_forecast}
>> ${datadir}/20130605/12Z_27km/metout/3km/time${hour_forecast}  \
>>     -lookin
${datadir}/20130608/00Z_27km/metout/3km/time${hour_forecast}
>> ${datadir}/20130629/12Z_27km/metout/3km/time${hour_forecast}  \
>>     -lookin
${datadir}/20130909/12Z_27km/metout/3km/time${hour_forecast}
>>  \
>>     -fcst_lead ${ii}0000 -out
${outdir}/3km_stat_analysis_${ii}_cts.out
>> \
>>     -v 2 \
>>    -job aggregate_stat -line_type CTC  -out_line_type CTS
-fcst_thresh
>> >=5.0 -obs_thresh >=5.0  -fcst_lead ${ii}0000  -dump_row
>> ./outdata1/3km_12h_${ii}0000_job_aggregate_CTS.stat
>>
>>      @ icycle = $icycle + $hour_forecast
>>
>>      end
>>
>> God bless you!
>>
>> Qiang
>>
>>
>>
>>
>
>
>



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


More information about the Met_help mailing list