[Met_help] [rt.rap.ucar.edu #40786] History for point stat seg fault

RAL HelpDesk {for Paul Oldenburg} met_help at ucar.edu
Thu Sep 16 09:43:18 MDT 2010


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

Hi,
I'm trying to verify cloud top height (grib code 8, DIST) with RUC model
data and Cloud Sat observations with MET 2.0. Paul Oldenburg has a
sample model, ascii obs, ascii2nc created netCDF, and config file being
used.  The forecast values are at L3/LCTL. The obs value levels are the
same as the obs value, so a level can't be easily specified. Trying to
run point_stat with any obs field that would find a result (eg, a
pressure range encompassing the range of data values) or leaving blank
yields:

GSL_RNG_TYPE=mt19937
GSL_RNG_SEED=18446744072338510156
Forecast File: ../../cweeks/20071022_i18_f000_RUC252p.grb
Climatology File: none
Configuration File: ../../cweeks/PointStatConfig
Observation File: ../../cweeks/out.nc

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

Reading records for DIST/R125.
For DIST/R125 found 1 forecast levels and 0 climatology levels.

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

Searching 39 observations from 39 PrepBufr messages.
Segmentation fault


Any help would be greatly appreciated!

Thanks,
Courtney Weeks

-- 
Courtney E. Weeks

Research Applications Laboratory
National Center for Atmospheric Research
P.O. Box 3000
Boulder, CO 80307

Phone: 303.497.2824
Email: cweeks at ucar.edu



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

Subject: Re: [rt.rap.ucar.edu #40786] point stat seg fault
From: Paul Oldenburg
Time: Thu Sep 16 08:42:53 2010

Courtney,

I tried to run point_stat using both your forecast file and your obs
file, and it ran fine for me, giving 39 matched
pairs.  Is that about what you would expect?  The only change that I
made was to PointStatConfig:

fcst_field[] = [ "8/L0" ];

I did not have to change the observation file Level, as we discussed.
(perhaps you are correct that it just ignores the
Level values)  I included the point_stat command and output below.
Please let me know if you still have trouble after
making that PointStatConfig change.

Thanks,

Paul

$ point_stat 20071022_i18_f000_RUC252p.grb out.nc PointStatConfig
GSL_RNG_TYPE=mt19937
GSL_RNG_SEED=18446744073443971660
Forecast File: 20071022_i18_f000_RUC252p.grb
Climatology File: none
Configuration File: PointStatConfig
Observation File: out.nc

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

Reading records for DIST/L0.
For DIST/L0 found 1 forecast levels and 0 climatology levels.

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

Searching 39 observations from 39 PrepBufr messages.

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

Processing DIST/L0 versus DIST/L0, for observation type ANYAIR, over
region FULL, for interpolation method UW_MEAN(1),
using 39 pairs.
Computing Categorical Statistics.
Computing Continuous Statistics.
Computing Scalar Partial Sums.
Processing DIST/L0 versus DIST/L0, for observation type ANYAIR, over
region FULL, for interpolation method DW_MEAN(9),
using 39 pairs.
Computing Categorical Statistics.
Computing Continuous Statistics.
Computing Scalar Partial Sums.
Processing DIST/L0 versus DIST/L0, for observation type ANYAIR, over
region FULL, for interpolation method DW_MEAN(25),
using 39 pairs.
Computing Categorical Statistics.
Computing Continuous Statistics.
Computing Scalar Partial Sums.

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

Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V.stat
Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_fho.txt
Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_ctc.txt
Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_cts.txt
Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_cnt.txt
Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_sl1l2.txt
Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_sal1l2.txt
Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_vl1l2.txt
Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_val1l2.txt
Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_pct.txt
Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_pstd.txt
Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_pjc.txt
Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_prc.txt
Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_mpr.txt



RAL HelpDesk {for Courtney Weeks} wrote:
> Wed Sep 15 16:32:14 2010: Request 40786 was acted upon.
> Transaction: Ticket created by cweeks at rap.ucar.edu
>        Queue: met_help
>      Subject: point stat seg fault
>        Owner: Nobody
>   Requestors: cweeks at ucar.edu
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=40786 >
>
>
> Hi,
> I'm trying to verify cloud top height (grib code 8, DIST) with RUC
model
> data and Cloud Sat observations with MET 2.0. Paul Oldenburg has a
> sample model, ascii obs, ascii2nc created netCDF, and config file
being
> used.  The forecast values are at L3/LCTL. The obs value levels are
the
> same as the obs value, so a level can't be easily specified. Trying
to
> run point_stat with any obs field that would find a result (eg, a
> pressure range encompassing the range of data values) or leaving
blank
> yields:
>
> GSL_RNG_TYPE=mt19937
> GSL_RNG_SEED=18446744072338510156
> Forecast File: ../../cweeks/20071022_i18_f000_RUC252p.grb
> Climatology File: none
> Configuration File: ../../cweeks/PointStatConfig
> Observation File: ../../cweeks/out.nc
>
> ----------------------------------------
>
> Reading records for DIST/R125.
> For DIST/R125 found 1 forecast levels and 0 climatology levels.
>
> ----------------------------------------
>
> Searching 39 observations from 39 PrepBufr messages.
> Segmentation fault
>
>
> Any help would be greatly appreciated!
>
> Thanks,
> Courtney Weeks
>


------------------------------------------------
Subject: Re: [rt.rap.ucar.edu #40786] point stat seg fault
From: Paul Oldenburg
Time: Thu Sep 16 09:13:14 2010

Courtney,

Upon further review, I was not able to reproduce your segfault error
using the latest version of METv2.0.  However, I
was able to reproduce the problem using the version of METv2.0 without
any of the patches applied.  Thus, I think the
real problem is that you need to apply the latest set of METv2.0
patches to the instance of MET that you are using.  The
patches can be found here:

http://www.dtcenter.org/met/users/support/known_issues/METv2.0/index.php

Please download the tarball METv2.0_patches_20091223.tar.gz, unpack it
into your MET source folder and rebuild.  That
should solve the problem.  Please let me know if you have any
questions.

Thanks,

Paul

Paul Oldenburg wrote:
> Courtney,
>
> I tried to run point_stat using both your forecast file and your obs
file, and it ran fine for me, giving 39 matched
> pairs.  Is that about what you would expect?  The only change that I
made was to PointStatConfig:
>
> fcst_field[] = [ "8/L0" ];
>
> I did not have to change the observation file Level, as we
discussed.  (perhaps you are correct that it just ignores the
> Level values)  I included the point_stat command and output below.
Please let me know if you still have trouble after
> making that PointStatConfig change.
>
> Thanks,
>
> Paul
>
> $ point_stat 20071022_i18_f000_RUC252p.grb out.nc PointStatConfig
> GSL_RNG_TYPE=mt19937
> GSL_RNG_SEED=18446744073443971660
> Forecast File: 20071022_i18_f000_RUC252p.grb
> Climatology File: none
> Configuration File: PointStatConfig
> Observation File: out.nc
>
> ----------------------------------------
>
> Reading records for DIST/L0.
> For DIST/L0 found 1 forecast levels and 0 climatology levels.
>
> ----------------------------------------
>
> Searching 39 observations from 39 PrepBufr messages.
>
> ----------------------------------------
>
> Processing DIST/L0 versus DIST/L0, for observation type ANYAIR, over
region FULL, for interpolation method UW_MEAN(1),
> using 39 pairs.
> Computing Categorical Statistics.
> Computing Continuous Statistics.
> Computing Scalar Partial Sums.
> Processing DIST/L0 versus DIST/L0, for observation type ANYAIR, over
region FULL, for interpolation method DW_MEAN(9),
> using 39 pairs.
> Computing Categorical Statistics.
> Computing Continuous Statistics.
> Computing Scalar Partial Sums.
> Processing DIST/L0 versus DIST/L0, for observation type ANYAIR, over
region FULL, for interpolation method DW_MEAN(25),
> using 39 pairs.
> Computing Categorical Statistics.
> Computing Continuous Statistics.
> Computing Scalar Partial Sums.
>
> ----------------------------------------
>
> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V.stat
> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_fho.txt
> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_ctc.txt
> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_cts.txt
> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_cnt.txt
> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_sl1l2.txt
> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_sal1l2.txt
> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_vl1l2.txt
> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_val1l2.txt
> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_pct.txt
> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_pstd.txt
> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_pjc.txt
> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_prc.txt
> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_mpr.txt
>
>
>
> RAL HelpDesk {for Courtney Weeks} wrote:
>> Wed Sep 15 16:32:14 2010: Request 40786 was acted upon.
>> Transaction: Ticket created by cweeks at rap.ucar.edu
>>        Queue: met_help
>>      Subject: point stat seg fault
>>        Owner: Nobody
>>   Requestors: cweeks at ucar.edu
>>       Status: new
>>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=40786 >
>>
>>
>> Hi,
>> I'm trying to verify cloud top height (grib code 8, DIST) with RUC
model
>> data and Cloud Sat observations with MET 2.0. Paul Oldenburg has a
>> sample model, ascii obs, ascii2nc created netCDF, and config file
being
>> used.  The forecast values are at L3/LCTL. The obs value levels are
the
>> same as the obs value, so a level can't be easily specified. Trying
to
>> run point_stat with any obs field that would find a result (eg, a
>> pressure range encompassing the range of data values) or leaving
blank
>> yields:
>>
>> GSL_RNG_TYPE=mt19937
>> GSL_RNG_SEED=18446744072338510156
>> Forecast File: ../../cweeks/20071022_i18_f000_RUC252p.grb
>> Climatology File: none
>> Configuration File: ../../cweeks/PointStatConfig
>> Observation File: ../../cweeks/out.nc
>>
>> ----------------------------------------
>>
>> Reading records for DIST/R125.
>> For DIST/R125 found 1 forecast levels and 0 climatology levels.
>>
>> ----------------------------------------
>>
>> Searching 39 observations from 39 PrepBufr messages.
>> Segmentation fault
>>
>>
>> Any help would be greatly appreciated!
>>
>> Thanks,
>> Courtney Weeks
>>
>
>


------------------------------------------------
Subject: Re: [rt.rap.ucar.edu #40786] point stat seg fault
From: Courtney Weeks
Time: Thu Sep 16 09:32:17 2010

Hi Paul,
I tried comparing 2 surface vars yesterday, and it still segfaulted -
so
as soon as I got your email this morning saying "everything's fine", I
figured it was terra's MET. Nice to know at least that it wasn't an
error creating the obs file on my part =) Thanks so much for helping
diagnose this!

Courtney

On 09/16/2010 09:13 AM, RAL HelpDesk {for Paul Oldenburg} wrote:
> Courtney,
>
> Upon further review, I was not able to reproduce your segfault error
using the latest version of METv2.0.  However, I
> was able to reproduce the problem using the version of METv2.0
without any of the patches applied.  Thus, I think the
> real problem is that you need to apply the latest set of METv2.0
patches to the instance of MET that you are using.  The
> patches can be found here:
>
>
http://www.dtcenter.org/met/users/support/known_issues/METv2.0/index.php
>
> Please download the tarball METv2.0_patches_20091223.tar.gz, unpack
it into your MET source folder and rebuild.  That
> should solve the problem.  Please let me know if you have any
questions.
>
> Thanks,
>
> Paul
>
> Paul Oldenburg wrote:
>
>> Courtney,
>>
>> I tried to run point_stat using both your forecast file and your
obs file, and it ran fine for me, giving 39 matched
>> pairs.  Is that about what you would expect?  The only change that
I made was to PointStatConfig:
>>
>> fcst_field[] = [ "8/L0" ];
>>
>> I did not have to change the observation file Level, as we
discussed.  (perhaps you are correct that it just ignores the
>> Level values)  I included the point_stat command and output below.
Please let me know if you still have trouble after
>> making that PointStatConfig change.
>>
>> Thanks,
>>
>> Paul
>>
>> $ point_stat 20071022_i18_f000_RUC252p.grb out.nc PointStatConfig
>> GSL_RNG_TYPE=mt19937
>> GSL_RNG_SEED=18446744073443971660
>> Forecast File: 20071022_i18_f000_RUC252p.grb
>> Climatology File: none
>> Configuration File: PointStatConfig
>> Observation File: out.nc
>>
>> ----------------------------------------
>>
>> Reading records for DIST/L0.
>> For DIST/L0 found 1 forecast levels and 0 climatology levels.
>>
>> ----------------------------------------
>>
>> Searching 39 observations from 39 PrepBufr messages.
>>
>> ----------------------------------------
>>
>> Processing DIST/L0 versus DIST/L0, for observation type ANYAIR,
over region FULL, for interpolation method UW_MEAN(1),
>> using 39 pairs.
>> Computing Categorical Statistics.
>> Computing Continuous Statistics.
>> Computing Scalar Partial Sums.
>> Processing DIST/L0 versus DIST/L0, for observation type ANYAIR,
over region FULL, for interpolation method DW_MEAN(9),
>> using 39 pairs.
>> Computing Categorical Statistics.
>> Computing Continuous Statistics.
>> Computing Scalar Partial Sums.
>> Processing DIST/L0 versus DIST/L0, for observation type ANYAIR,
over region FULL, for interpolation method DW_MEAN(25),
>> using 39 pairs.
>> Computing Categorical Statistics.
>> Computing Continuous Statistics.
>> Computing Scalar Partial Sums.
>>
>> ----------------------------------------
>>
>> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V.stat
>> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_fho.txt
>> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_ctc.txt
>> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_cts.txt
>> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_cnt.txt
>> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_sl1l2.txt
>> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_sal1l2.txt
>> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_vl1l2.txt
>> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_val1l2.txt
>> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_pct.txt
>> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_pstd.txt
>> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_pjc.txt
>> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_prc.txt
>> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_mpr.txt
>>
>>
>>
>> RAL HelpDesk {for Courtney Weeks} wrote:
>>
>>> Wed Sep 15 16:32:14 2010: Request 40786 was acted upon.
>>> Transaction: Ticket created by cweeks at rap.ucar.edu
>>>        Queue: met_help
>>>      Subject: point stat seg fault
>>>        Owner: Nobody
>>>   Requestors: cweeks at ucar.edu
>>>       Status: new
>>>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=40786 >
>>>
>>>
>>> Hi,
>>> I'm trying to verify cloud top height (grib code 8, DIST) with RUC
model
>>> data and Cloud Sat observations with MET 2.0. Paul Oldenburg has a
>>> sample model, ascii obs, ascii2nc created netCDF, and config file
being
>>> used.  The forecast values are at L3/LCTL. The obs value levels
are the
>>> same as the obs value, so a level can't be easily specified.
Trying to
>>> run point_stat with any obs field that would find a result (eg, a
>>> pressure range encompassing the range of data values) or leaving
blank
>>> yields:
>>>
>>> GSL_RNG_TYPE=mt19937
>>> GSL_RNG_SEED=18446744072338510156
>>> Forecast File: ../../cweeks/20071022_i18_f000_RUC252p.grb
>>> Climatology File: none
>>> Configuration File: ../../cweeks/PointStatConfig
>>> Observation File: ../../cweeks/out.nc
>>>
>>> ----------------------------------------
>>>
>>> Reading records for DIST/R125.
>>> For DIST/R125 found 1 forecast levels and 0 climatology levels.
>>>
>>> ----------------------------------------
>>>
>>> Searching 39 observations from 39 PrepBufr messages.
>>> Segmentation fault
>>>
>>>
>>> Any help would be greatly appreciated!
>>>
>>> Thanks,
>>> Courtney Weeks
>>>
>>>
>>
>>
>


--
Courtney E. Weeks

Research Applications Laboratory
National Center for Atmospheric Research
P.O. Box 3000
Boulder, CO 80307

Phone: 303.497.2824
Email: cweeks at ucar.edu


------------------------------------------------
Subject: Re: [rt.rap.ucar.edu #40786] point stat seg fault
From: Paul Oldenburg
Time: Thu Sep 16 09:42:57 2010

Courtney,

No problem.  Please let us know if you have any problems once the MET
patches are applied.

Thanks,

Paul


RAL HelpDesk {for Courtney Weeks} wrote:
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=40786 >
>
> Hi Paul,
> I tried comparing 2 surface vars yesterday, and it still segfaulted
- so
> as soon as I got your email this morning saying "everything's fine",
I
> figured it was terra's MET. Nice to know at least that it wasn't an
> error creating the obs file on my part =) Thanks so much for helping
> diagnose this!
>
> Courtney
>
> On 09/16/2010 09:13 AM, RAL HelpDesk {for Paul Oldenburg} wrote:
>> Courtney,
>>
>> Upon further review, I was not able to reproduce your segfault
error using the latest version of METv2.0.  However, I
>> was able to reproduce the problem using the version of METv2.0
without any of the patches applied.  Thus, I think the
>> real problem is that you need to apply the latest set of METv2.0
patches to the instance of MET that you are using.  The
>> patches can be found here:
>>
>>
http://www.dtcenter.org/met/users/support/known_issues/METv2.0/index.php
>>
>> Please download the tarball METv2.0_patches_20091223.tar.gz, unpack
it into your MET source folder and rebuild.  That
>> should solve the problem.  Please let me know if you have any
questions.
>>
>> Thanks,
>>
>> Paul
>>
>> Paul Oldenburg wrote:
>>
>>> Courtney,
>>>
>>> I tried to run point_stat using both your forecast file and your
obs file, and it ran fine for me, giving 39 matched
>>> pairs.  Is that about what you would expect?  The only change that
I made was to PointStatConfig:
>>>
>>> fcst_field[] = [ "8/L0" ];
>>>
>>> I did not have to change the observation file Level, as we
discussed.  (perhaps you are correct that it just ignores the
>>> Level values)  I included the point_stat command and output below.
Please let me know if you still have trouble after
>>> making that PointStatConfig change.
>>>
>>> Thanks,
>>>
>>> Paul
>>>
>>> $ point_stat 20071022_i18_f000_RUC252p.grb out.nc PointStatConfig
>>> GSL_RNG_TYPE=mt19937
>>> GSL_RNG_SEED=18446744073443971660
>>> Forecast File: 20071022_i18_f000_RUC252p.grb
>>> Climatology File: none
>>> Configuration File: PointStatConfig
>>> Observation File: out.nc
>>>
>>> ----------------------------------------
>>>
>>> Reading records for DIST/L0.
>>> For DIST/L0 found 1 forecast levels and 0 climatology levels.
>>>
>>> ----------------------------------------
>>>
>>> Searching 39 observations from 39 PrepBufr messages.
>>>
>>> ----------------------------------------
>>>
>>> Processing DIST/L0 versus DIST/L0, for observation type ANYAIR,
over region FULL, for interpolation method UW_MEAN(1),
>>> using 39 pairs.
>>> Computing Categorical Statistics.
>>> Computing Continuous Statistics.
>>> Computing Scalar Partial Sums.
>>> Processing DIST/L0 versus DIST/L0, for observation type ANYAIR,
over region FULL, for interpolation method DW_MEAN(9),
>>> using 39 pairs.
>>> Computing Categorical Statistics.
>>> Computing Continuous Statistics.
>>> Computing Scalar Partial Sums.
>>> Processing DIST/L0 versus DIST/L0, for observation type ANYAIR,
over region FULL, for interpolation method DW_MEAN(25),
>>> using 39 pairs.
>>> Computing Categorical Statistics.
>>> Computing Continuous Statistics.
>>> Computing Scalar Partial Sums.
>>>
>>> ----------------------------------------
>>>
>>> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V.stat
>>> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_fho.txt
>>> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_ctc.txt
>>> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_cts.txt
>>> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_cnt.txt
>>> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_sl1l2.txt
>>> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_sal1l2.txt
>>> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_vl1l2.txt
>>> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_val1l2.txt
>>> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_pct.txt
>>> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_pstd.txt
>>> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_pjc.txt
>>> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_prc.txt
>>> Output file:
/home/pgoldenb/p1/opt/MET_builds/METv2.0_gnu4/out/point_stat/point_stat_000000L_20071022_180000V_mpr.txt
>>>
>>>
>>>
>>> RAL HelpDesk {for Courtney Weeks} wrote:
>>>
>>>> Wed Sep 15 16:32:14 2010: Request 40786 was acted upon.
>>>> Transaction: Ticket created by cweeks at rap.ucar.edu
>>>>        Queue: met_help
>>>>      Subject: point stat seg fault
>>>>        Owner: Nobody
>>>>   Requestors: cweeks at ucar.edu
>>>>       Status: new
>>>>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=40786 >
>>>>
>>>>
>>>> Hi,
>>>> I'm trying to verify cloud top height (grib code 8, DIST) with
RUC model
>>>> data and Cloud Sat observations with MET 2.0. Paul Oldenburg has
a
>>>> sample model, ascii obs, ascii2nc created netCDF, and config file
being
>>>> used.  The forecast values are at L3/LCTL. The obs value levels
are the
>>>> same as the obs value, so a level can't be easily specified.
Trying to
>>>> run point_stat with any obs field that would find a result (eg, a
>>>> pressure range encompassing the range of data values) or leaving
blank
>>>> yields:
>>>>
>>>> GSL_RNG_TYPE=mt19937
>>>> GSL_RNG_SEED=18446744072338510156
>>>> Forecast File: ../../cweeks/20071022_i18_f000_RUC252p.grb
>>>> Climatology File: none
>>>> Configuration File: ../../cweeks/PointStatConfig
>>>> Observation File: ../../cweeks/out.nc
>>>>
>>>> ----------------------------------------
>>>>
>>>> Reading records for DIST/R125.
>>>> For DIST/R125 found 1 forecast levels and 0 climatology levels.
>>>>
>>>> ----------------------------------------
>>>>
>>>> Searching 39 observations from 39 PrepBufr messages.
>>>> Segmentation fault
>>>>
>>>>
>>>> Any help would be greatly appreciated!
>>>>
>>>> Thanks,
>>>> Courtney Weeks
>>>>
>>>>
>>>
>>
>
>


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


More information about the Met_help mailing list