[Met_help] [rt.rap.ucar.edu #75641] History for Retrieving 3-h precipitation from GDAS prepbufr for verification

Julie Prestopnik via RT met_help at ucar.edu
Fri Mar 25 16:20:12 MDT 2016


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

Dear Met Help,

I've been working on running point_stat verification using GDAS obs and NMMB forecast for precipitation (3-h). However, I can't retrieve scores. I don't know if the issue comes from pb2nc or point_stat configuration files.

pb2nc

////////////////////////////////////////////////////////////////////////////////

//
// Observation values to retain or derive
//
obs_grib_code = [ "RH", "TMP", "HGT", "WIND", "APCP" ];

////////////////////////////////////////////////////////////////////////////////


Point stat

//
// Forecast and observation fields to be verified
//
fcst = {
   message_type = [ "ADPSFC" ];
   sid_exc      = [];

   field = [
      {
        name       = "TMP";
        level      = [ "Z2" ];
        cat_thresh = [ >293.0 ];
      },
      {
        name       = "RH";
        level      = [ "Z2" ];
        cat_thresh = [ >50.0 ];
      },
      {
        name       = "WIND";
        level      = [ "Z10" ];
        cat_thresh = [ >8.0 ];
      },
      {
        name       = "APCP";
        level      = [ "A03" ];
        cat_thresh = [ >5.0 ];
      }

   ];

}
obs = fcst;


Results from point_stat
[garciaj at login prepbufr_obs]$ ./point_stat 3km_nmbprs_d01.06 newtest18z.nc PointStat_4vars
DEBUG 1: Default Config File: /work/apps/pgi_14.10/SANDY/met-5.1/share/met/config/PointStatConfig_default
DEBUG 1: User Config File: PointStat_4vars
GSL_RNG_TYPE=mt19937
GSL_RNG_SEED=102167638
DEBUG 1: Forecast File: 3km_nmbprs_d01.06
DEBUG 1: Observation File: newtest18z.nc
DEBUG 2:
DEBUG 2: --------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Reading data for TMP/Z2.
DEBUG 2: For TMP/Z2 found 1 forecast levels and 0 climatology levels.
DEBUG 2:
DEBUG 2: --------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Reading data for RH/Z2.
DEBUG 2: For RH/Z2 found 1 forecast levels and 0 climatology levels.
DEBUG 2:
DEBUG 2: --------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Reading data for WIND/Z10.
DEBUG 2: For WIND/Z10 found 1 forecast levels and 0 climatology levels.
DEBUG 2:
DEBUG 2: --------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Reading data for APCP/A03.
DEBUG 2: For APCP/A03 found 1 forecast levels and 0 climatology levels.
DEBUG 2:
DEBUG 2: --------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Searching 58004 observations from 25765 messages.
DEBUG 2:
DEBUG 2: --------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Processing TMP/Z2 versus TMP/Z2, for observation type ADPSFC, over region FULL, for interpolation method NEAREST(1), using 3220 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2:
DEBUG 2: --------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Processing RH/Z2 versus RH/Z2, for observation type ADPSFC, over region FULL, for interpolation method NEAREST(1), using 3163 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2:
DEBUG 2: --------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Processing WIND/Z10 versus WIND/Z10, for observation type ADPSFC, over region FULL, for interpolation method NEAREST(1), using 3135 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2:
DEBUG 2: --------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Processing APCP/A03 versus APCP/A03, for observation type ADPSFC, over region FULL, for interpolation method NEAREST(1), using 0 pairs.
DEBUG 2:
DEBUG 2: --------------------------------------------------------------------------------
DEBUG 2:
DEBUG 1: Output file: ./point_stat_2015082012_12hr_060000L_20150820_180000V.stat
DEBUG 1: Output file: ./point_stat_2015082012_12hr_060000L_20150820_180000V_cts.txt
DEBUG 1: Output file: ./point_stat_2015082012_12hr_060000L_20150820_180000V_cnt.txt



Thanks in advance for the help,
Jose


This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed. If the reader of this e-mail is not the intended recipient or his or her authorized agent, the reader is hereby notified that any dissemination, distribution or copying of this e-mail is prohibited. If you have received this e-mail in error, please notify the sender by replying to this message and delete this e-mail immediately.


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

Subject: Retrieving 3-h precipitation from GDAS prepbufr for verification
From: Julie Prestopnik
Time: Thu Mar 24 11:11:27 2016

Hi Jose.

The PB2NC tool is only set up to retrieve observations of type P, Q,
T, Z,
U, and V from PREPBUFR files.  There may be other observations types,
such
as precip contained within the PREPBUFR files, but PB2NC is not able
to
retrieve them.  At some point, we would like to enhance PB2NC to do a
more
complete retrieval of observations from PREPBUFR files but currently
lack
the the time and funding to do so.

In the United States, NCEP provides StageII and StageIV precipitation
analyses which are a combination of radar and rain gauge data.  Links
to
those datasets are posted here:
http://www.dtcenter.org/met/users/downloads/observation_data.php

I hope that helps!

Julie

On Thu, Mar 24, 2016 at 10:43 AM, Jose Garcia-Rivera via RT <
met_help at ucar.edu> wrote:

>
> Thu Mar 24 10:43:28 2016: Request 75641 was acted upon.
> Transaction: Ticket created by GarciaJ at imsg.com
>        Queue: met_help
>      Subject: Retrieving 3-h precipitation from GDAS prepbufr for
> verification
>        Owner: Nobody
>   Requestors: GarciaJ at imsg.com
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=75641 >
>
>
> Dear Met Help,
>
> I've been working on running point_stat verification using GDAS obs
and
> NMMB forecast for precipitation (3-h). However, I can't retrieve
scores. I
> don't know if the issue comes from pb2nc or point_stat configuration
files.
>
> pb2nc
>
>
>
////////////////////////////////////////////////////////////////////////////////
>
> //
> // Observation values to retain or derive
> //
> obs_grib_code = [ "RH", "TMP", "HGT", "WIND", "APCP" ];
>
>
>
////////////////////////////////////////////////////////////////////////////////
>
>
> Point stat
>
> //
> // Forecast and observation fields to be verified
> //
> fcst = {
>    message_type = [ "ADPSFC" ];
>    sid_exc      = [];
>
>    field = [
>       {
>         name       = "TMP";
>         level      = [ "Z2" ];
>         cat_thresh = [ >293.0 ];
>       },
>       {
>         name       = "RH";
>         level      = [ "Z2" ];
>         cat_thresh = [ >50.0 ];
>       },
>       {
>         name       = "WIND";
>         level      = [ "Z10" ];
>         cat_thresh = [ >8.0 ];
>       },
>       {
>         name       = "APCP";
>         level      = [ "A03" ];
>         cat_thresh = [ >5.0 ];
>       }
>
>    ];
>
> }
> obs = fcst;
>
>
> Results from point_stat
> [garciaj at login prepbufr_obs]$ ./point_stat 3km_nmbprs_d01.06
newtest18z.nc
> PointStat_4vars
> DEBUG 1: Default Config File:
> /work/apps/pgi_14.10/SANDY/met-
5.1/share/met/config/PointStatConfig_default
> DEBUG 1: User Config File: PointStat_4vars
> GSL_RNG_TYPE=mt19937
> GSL_RNG_SEED=102167638
> DEBUG 1: Forecast File: 3km_nmbprs_d01.06
> DEBUG 1: Observation File: newtest18z.nc
> DEBUG 2:
> DEBUG 2:
>
--------------------------------------------------------------------------------
> DEBUG 2:
> DEBUG 2: Reading data for TMP/Z2.
> DEBUG 2: For TMP/Z2 found 1 forecast levels and 0 climatology
levels.
> DEBUG 2:
> DEBUG 2:
>
--------------------------------------------------------------------------------
> DEBUG 2:
> DEBUG 2: Reading data for RH/Z2.
> DEBUG 2: For RH/Z2 found 1 forecast levels and 0 climatology levels.
> DEBUG 2:
> DEBUG 2:
>
--------------------------------------------------------------------------------
> DEBUG 2:
> DEBUG 2: Reading data for WIND/Z10.
> DEBUG 2: For WIND/Z10 found 1 forecast levels and 0 climatology
levels.
> DEBUG 2:
> DEBUG 2:
>
--------------------------------------------------------------------------------
> DEBUG 2:
> DEBUG 2: Reading data for APCP/A03.
> DEBUG 2: For APCP/A03 found 1 forecast levels and 0 climatology
levels.
> DEBUG 2:
> DEBUG 2:
>
--------------------------------------------------------------------------------
> DEBUG 2:
> DEBUG 2: Searching 58004 observations from 25765 messages.
> DEBUG 2:
> DEBUG 2:
>
--------------------------------------------------------------------------------
> DEBUG 2:
> DEBUG 2: Processing TMP/Z2 versus TMP/Z2, for observation type
ADPSFC,
> over region FULL, for interpolation method NEAREST(1), using 3220
pairs.
> DEBUG 2: Computing Categorical Statistics.
> DEBUG 2: Computing Continuous Statistics.
> DEBUG 2:
> DEBUG 2:
>
--------------------------------------------------------------------------------
> DEBUG 2:
> DEBUG 2: Processing RH/Z2 versus RH/Z2, for observation type ADPSFC,
over
> region FULL, for interpolation method NEAREST(1), using 3163 pairs.
> DEBUG 2: Computing Categorical Statistics.
> DEBUG 2: Computing Continuous Statistics.
> DEBUG 2:
> DEBUG 2:
>
--------------------------------------------------------------------------------
> DEBUG 2:
> DEBUG 2: Processing WIND/Z10 versus WIND/Z10, for observation type
ADPSFC,
> over region FULL, for interpolation method NEAREST(1), using 3135
pairs.
> DEBUG 2: Computing Categorical Statistics.
> DEBUG 2: Computing Continuous Statistics.
> DEBUG 2:
> DEBUG 2:
>
--------------------------------------------------------------------------------
> DEBUG 2:
> DEBUG 2: Processing APCP/A03 versus APCP/A03, for observation type
ADPSFC,
> over region FULL, for interpolation method NEAREST(1), using 0
pairs.
> DEBUG 2:
> DEBUG 2:
>
--------------------------------------------------------------------------------
> DEBUG 2:
> DEBUG 1: Output file:
> ./point_stat_2015082012_12hr_060000L_20150820_180000V.stat
> DEBUG 1: Output file:
> ./point_stat_2015082012_12hr_060000L_20150820_180000V_cts.txt
> DEBUG 1: Output file:
> ./point_stat_2015082012_12hr_060000L_20150820_180000V_cnt.txt
>
>
>
> Thanks in advance for the help,
> Jose
>
>
> This e-mail, including attachments, may include confidential and/or
> proprietary information, and may be used only by the person or
entity to
> which it is addressed. If the reader of this e-mail is not the
intended
> recipient or his or her authorized agent, the reader is hereby
notified
> that any dissemination, distribution or copying of this e-mail is
> prohibited. If you have received this e-mail in error, please notify
the
> sender by replying to this message and delete this e-mail
immediately.
>
>


--
Julie Prestopnik
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

------------------------------------------------
Subject: RE: [rt.rap.ucar.edu #75641] Retrieving 3-h precipitation from GDAS prepbufr for verification
From: Jose Garcia-Rivera
Time: Thu Mar 24 16:46:54 2016

Dear Julie,

Thanks so much for the information. I'll explore the other options
that you mentioned.

Best Regards,
Jose

-----Original Message-----
From: Julie Prestopnik via RT [mailto:met_help at ucar.edu]
Sent: Thursday, March 24, 2016 1:11 PM
To: Jose Garcia-Rivera <GarciaJ at imsg.com>
Subject: Re: [rt.rap.ucar.edu #75641] Retrieving 3-h precipitation
from GDAS prepbufr for verification

Hi Jose.

The PB2NC tool is only set up to retrieve observations of type P, Q,
T, Z, U, and V from PREPBUFR files.  There may be other observations
types, such as precip contained within the PREPBUFR files, but PB2NC
is not able to retrieve them.  At some point, we would like to enhance
PB2NC to do a more complete retrieval of observations from PREPBUFR
files but currently lack the the time and funding to do so.

In the United States, NCEP provides StageII and StageIV precipitation
analyses which are a combination of radar and rain gauge data.  Links
to those datasets are posted here:
http://www.dtcenter.org/met/users/downloads/observation_data.php

I hope that helps!

Julie

On Thu, Mar 24, 2016 at 10:43 AM, Jose Garcia-Rivera via RT <
met_help at ucar.edu> wrote:

>
> Thu Mar 24 10:43:28 2016: Request 75641 was acted upon.
> Transaction: Ticket created by GarciaJ at imsg.com
>        Queue: met_help
>      Subject: Retrieving 3-h precipitation from GDAS prepbufr for
> verification
>        Owner: Nobody
>   Requestors: GarciaJ at imsg.com
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=75641
> >
>
>
> Dear Met Help,
>
> I've been working on running point_stat verification using GDAS obs
> and NMMB forecast for precipitation (3-h). However, I can't retrieve
> scores. I don't know if the issue comes from pb2nc or point_stat
configuration files.
>
> pb2nc
>
>
>
//////////////////////////////////////////////////////////////////////
> //////////
>
> //
> // Observation values to retain or derive // obs_grib_code = [ "RH",
> "TMP", "HGT", "WIND", "APCP" ];
>
>
>
//////////////////////////////////////////////////////////////////////
> //////////
>
>
> Point stat
>
> //
> // Forecast and observation fields to be verified // fcst = {
>    message_type = [ "ADPSFC" ];
>    sid_exc      = [];
>
>    field = [
>       {
>         name       = "TMP";
>         level      = [ "Z2" ];
>         cat_thresh = [ >293.0 ];
>       },
>       {
>         name       = "RH";
>         level      = [ "Z2" ];
>         cat_thresh = [ >50.0 ];
>       },
>       {
>         name       = "WIND";
>         level      = [ "Z10" ];
>         cat_thresh = [ >8.0 ];
>       },
>       {
>         name       = "APCP";
>         level      = [ "A03" ];
>         cat_thresh = [ >5.0 ];
>       }
>
>    ];
>
> }
> obs = fcst;
>
>
> Results from point_stat
> [garciaj at login prepbufr_obs]$ ./point_stat 3km_nmbprs_d01.06
> newtest18z.nc PointStat_4vars DEBUG 1: Default Config File:
> /work/apps/pgi_14.10/SANDY/met-
5.1/share/met/config/PointStatConfig_de
> fault DEBUG 1: User Config File: PointStat_4vars
> GSL_RNG_TYPE=mt19937
> GSL_RNG_SEED=102167638
> DEBUG 1: Forecast File: 3km_nmbprs_d01.06 DEBUG 1: Observation File:
> newtest18z.nc DEBUG 2:
> DEBUG 2:
>
----------------------------------------------------------------------
> ----------
> DEBUG 2:
> DEBUG 2: Reading data for TMP/Z2.
> DEBUG 2: For TMP/Z2 found 1 forecast levels and 0 climatology
levels.
> DEBUG 2:
> DEBUG 2:
>
----------------------------------------------------------------------
> ----------
> DEBUG 2:
> DEBUG 2: Reading data for RH/Z2.
> DEBUG 2: For RH/Z2 found 1 forecast levels and 0 climatology levels.
> DEBUG 2:
> DEBUG 2:
>
----------------------------------------------------------------------
> ----------
> DEBUG 2:
> DEBUG 2: Reading data for WIND/Z10.
> DEBUG 2: For WIND/Z10 found 1 forecast levels and 0 climatology
levels.
> DEBUG 2:
> DEBUG 2:
>
----------------------------------------------------------------------
> ----------
> DEBUG 2:
> DEBUG 2: Reading data for APCP/A03.
> DEBUG 2: For APCP/A03 found 1 forecast levels and 0 climatology
levels.
> DEBUG 2:
> DEBUG 2:
>
----------------------------------------------------------------------
> ----------
> DEBUG 2:
> DEBUG 2: Searching 58004 observations from 25765 messages.
> DEBUG 2:
> DEBUG 2:
>
----------------------------------------------------------------------
> ----------
> DEBUG 2:
> DEBUG 2: Processing TMP/Z2 versus TMP/Z2, for observation type
ADPSFC,
> over region FULL, for interpolation method NEAREST(1), using 3220
pairs.
> DEBUG 2: Computing Categorical Statistics.
> DEBUG 2: Computing Continuous Statistics.
> DEBUG 2:
> DEBUG 2:
>
----------------------------------------------------------------------
> ----------
> DEBUG 2:
> DEBUG 2: Processing RH/Z2 versus RH/Z2, for observation type ADPSFC,
> over region FULL, for interpolation method NEAREST(1), using 3163
pairs.
> DEBUG 2: Computing Categorical Statistics.
> DEBUG 2: Computing Continuous Statistics.
> DEBUG 2:
> DEBUG 2:
>
----------------------------------------------------------------------
> ----------
> DEBUG 2:
> DEBUG 2: Processing WIND/Z10 versus WIND/Z10, for observation type
> ADPSFC, over region FULL, for interpolation method NEAREST(1), using
3135 pairs.
> DEBUG 2: Computing Categorical Statistics.
> DEBUG 2: Computing Continuous Statistics.
> DEBUG 2:
> DEBUG 2:
>
----------------------------------------------------------------------
> ----------
> DEBUG 2:
> DEBUG 2: Processing APCP/A03 versus APCP/A03, for observation type
> ADPSFC, over region FULL, for interpolation method NEAREST(1), using
0 pairs.
> DEBUG 2:
> DEBUG 2:
>
----------------------------------------------------------------------
> ----------
> DEBUG 2:
> DEBUG 1: Output file:
> ./point_stat_2015082012_12hr_060000L_20150820_180000V.stat
> DEBUG 1: Output file:
> ./point_stat_2015082012_12hr_060000L_20150820_180000V_cts.txt
> DEBUG 1: Output file:
> ./point_stat_2015082012_12hr_060000L_20150820_180000V_cnt.txt
>
>
>
> Thanks in advance for the help,
> Jose
>
>
> This e-mail, including attachments, may include confidential and/or
> proprietary information, and may be used only by the person or
entity
> to which it is addressed. If the reader of this e-mail is not the
> intended recipient or his or her authorized agent, the reader is
> hereby notified that any dissemination, distribution or copying of
> this e-mail is prohibited. If you have received this e-mail in
error,
> please notify the sender by replying to this message and delete this
e-mail immediately.
>
>


--
Julie Prestopnik
National Center for Atmospheric Research Research Applications
Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

This e-mail, including attachments, may include confidential and/or
proprietary information, and may be used only by the person or entity
to which it is addressed. If the reader of this e-mail is not the
intended recipient or his or her authorized agent, the reader is
hereby notified that any dissemination, distribution or copying of
this e-mail is prohibited. If you have received this e-mail in error,
please notify the sender by replying to this message and delete this
e-mail immediately.


------------------------------------------------
Subject: Retrieving 3-h precipitation from GDAS prepbufr for verification
From: Julie Prestopnik
Time: Fri Mar 25 10:30:47 2016

Great, Jose!  Thanks.  I'll go ahead and close this ticket, but please
let
us know if you have any other questions or problems.

Julie

On Thu, Mar 24, 2016 at 4:46 PM, Jose Garcia-Rivera via RT <
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=75641 >
>
> Dear Julie,
>
> Thanks so much for the information. I'll explore the other options
that
> you mentioned.
>
> Best Regards,
> Jose
>
> -----Original Message-----
> From: Julie Prestopnik via RT [mailto:met_help at ucar.edu]
> Sent: Thursday, March 24, 2016 1:11 PM
> To: Jose Garcia-Rivera <GarciaJ at imsg.com>
> Subject: Re: [rt.rap.ucar.edu #75641] Retrieving 3-h precipitation
from
> GDAS prepbufr for verification
>
> Hi Jose.
>
> The PB2NC tool is only set up to retrieve observations of type P, Q,
T, Z,
> U, and V from PREPBUFR files.  There may be other observations
types, such
> as precip contained within the PREPBUFR files, but PB2NC is not able
to
> retrieve them.  At some point, we would like to enhance PB2NC to do
a more
> complete retrieval of observations from PREPBUFR files but currently
lack
> the the time and funding to do so.
>
> In the United States, NCEP provides StageII and StageIV
precipitation
> analyses which are a combination of radar and rain gauge data.
Links to
> those datasets are posted here:
> http://www.dtcenter.org/met/users/downloads/observation_data.php
>
> I hope that helps!
>
> Julie
>
> On Thu, Mar 24, 2016 at 10:43 AM, Jose Garcia-Rivera via RT <
> met_help at ucar.edu> wrote:
>
> >
> > Thu Mar 24 10:43:28 2016: Request 75641 was acted upon.
> > Transaction: Ticket created by GarciaJ at imsg.com
> >        Queue: met_help
> >      Subject: Retrieving 3-h precipitation from GDAS prepbufr for
> > verification
> >        Owner: Nobody
> >   Requestors: GarciaJ at imsg.com
> >       Status: new
> >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=75641
> > >
> >
> >
> > Dear Met Help,
> >
> > I've been working on running point_stat verification using GDAS
obs
> > and NMMB forecast for precipitation (3-h). However, I can't
retrieve
> > scores. I don't know if the issue comes from pb2nc or point_stat
> configuration files.
> >
> > pb2nc
> >
> >
> >
//////////////////////////////////////////////////////////////////////
> > //////////
> >
> > //
> > // Observation values to retain or derive // obs_grib_code = [
"RH",
> > "TMP", "HGT", "WIND", "APCP" ];
> >
> >
> >
//////////////////////////////////////////////////////////////////////
> > //////////
> >
> >
> > Point stat
> >
> > //
> > // Forecast and observation fields to be verified // fcst = {
> >    message_type = [ "ADPSFC" ];
> >    sid_exc      = [];
> >
> >    field = [
> >       {
> >         name       = "TMP";
> >         level      = [ "Z2" ];
> >         cat_thresh = [ >293.0 ];
> >       },
> >       {
> >         name       = "RH";
> >         level      = [ "Z2" ];
> >         cat_thresh = [ >50.0 ];
> >       },
> >       {
> >         name       = "WIND";
> >         level      = [ "Z10" ];
> >         cat_thresh = [ >8.0 ];
> >       },
> >       {
> >         name       = "APCP";
> >         level      = [ "A03" ];
> >         cat_thresh = [ >5.0 ];
> >       }
> >
> >    ];
> >
> > }
> > obs = fcst;
> >
> >
> > Results from point_stat
> > [garciaj at login prepbufr_obs]$ ./point_stat 3km_nmbprs_d01.06
> > newtest18z.nc PointStat_4vars DEBUG 1: Default Config File:
> > /work/apps/pgi_14.10/SANDY/met-
5.1/share/met/config/PointStatConfig_de
> > fault DEBUG 1: User Config File: PointStat_4vars
> > GSL_RNG_TYPE=mt19937
> > GSL_RNG_SEED=102167638
> > DEBUG 1: Forecast File: 3km_nmbprs_d01.06 DEBUG 1: Observation
File:
> > newtest18z.nc DEBUG 2:
> > DEBUG 2:
> >
----------------------------------------------------------------------
> > ----------
> > DEBUG 2:
> > DEBUG 2: Reading data for TMP/Z2.
> > DEBUG 2: For TMP/Z2 found 1 forecast levels and 0 climatology
levels.
> > DEBUG 2:
> > DEBUG 2:
> >
----------------------------------------------------------------------
> > ----------
> > DEBUG 2:
> > DEBUG 2: Reading data for RH/Z2.
> > DEBUG 2: For RH/Z2 found 1 forecast levels and 0 climatology
levels.
> > DEBUG 2:
> > DEBUG 2:
> >
----------------------------------------------------------------------
> > ----------
> > DEBUG 2:
> > DEBUG 2: Reading data for WIND/Z10.
> > DEBUG 2: For WIND/Z10 found 1 forecast levels and 0 climatology
levels.
> > DEBUG 2:
> > DEBUG 2:
> >
----------------------------------------------------------------------
> > ----------
> > DEBUG 2:
> > DEBUG 2: Reading data for APCP/A03.
> > DEBUG 2: For APCP/A03 found 1 forecast levels and 0 climatology
levels.
> > DEBUG 2:
> > DEBUG 2:
> >
----------------------------------------------------------------------
> > ----------
> > DEBUG 2:
> > DEBUG 2: Searching 58004 observations from 25765 messages.
> > DEBUG 2:
> > DEBUG 2:
> >
----------------------------------------------------------------------
> > ----------
> > DEBUG 2:
> > DEBUG 2: Processing TMP/Z2 versus TMP/Z2, for observation type
ADPSFC,
> > over region FULL, for interpolation method NEAREST(1), using 3220
pairs.
> > DEBUG 2: Computing Categorical Statistics.
> > DEBUG 2: Computing Continuous Statistics.
> > DEBUG 2:
> > DEBUG 2:
> >
----------------------------------------------------------------------
> > ----------
> > DEBUG 2:
> > DEBUG 2: Processing RH/Z2 versus RH/Z2, for observation type
ADPSFC,
> > over region FULL, for interpolation method NEAREST(1), using 3163
pairs.
> > DEBUG 2: Computing Categorical Statistics.
> > DEBUG 2: Computing Continuous Statistics.
> > DEBUG 2:
> > DEBUG 2:
> >
----------------------------------------------------------------------
> > ----------
> > DEBUG 2:
> > DEBUG 2: Processing WIND/Z10 versus WIND/Z10, for observation type
> > ADPSFC, over region FULL, for interpolation method NEAREST(1),
using
> 3135 pairs.
> > DEBUG 2: Computing Categorical Statistics.
> > DEBUG 2: Computing Continuous Statistics.
> > DEBUG 2:
> > DEBUG 2:
> >
----------------------------------------------------------------------
> > ----------
> > DEBUG 2:
> > DEBUG 2: Processing APCP/A03 versus APCP/A03, for observation type
> > ADPSFC, over region FULL, for interpolation method NEAREST(1),
using 0
> pairs.
> > DEBUG 2:
> > DEBUG 2:
> >
----------------------------------------------------------------------
> > ----------
> > DEBUG 2:
> > DEBUG 1: Output file:
> > ./point_stat_2015082012_12hr_060000L_20150820_180000V.stat
> > DEBUG 1: Output file:
> > ./point_stat_2015082012_12hr_060000L_20150820_180000V_cts.txt
> > DEBUG 1: Output file:
> > ./point_stat_2015082012_12hr_060000L_20150820_180000V_cnt.txt
> >
> >
> >
> > Thanks in advance for the help,
> > Jose
> >
> >
> > This e-mail, including attachments, may include confidential
and/or
> > proprietary information, and may be used only by the person or
entity
> > to which it is addressed. If the reader of this e-mail is not the
> > intended recipient or his or her authorized agent, the reader is
> > hereby notified that any dissemination, distribution or copying of
> > this e-mail is prohibited. If you have received this e-mail in
error,
> > please notify the sender by replying to this message and delete
this
> e-mail immediately.
> >
> >
>
>
> --
> Julie Prestopnik
> National Center for Atmospheric Research Research Applications
Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
> This e-mail, including attachments, may include confidential and/or
> proprietary information, and may be used only by the person or
entity to
> which it is addressed. If the reader of this e-mail is not the
intended
> recipient or his or her authorized agent, the reader is hereby
notified
> that any dissemination, distribution or copying of this e-mail is
> prohibited. If you have received this e-mail in error, please notify
the
> sender by replying to this message and delete this e-mail
immediately.
>
>
>


--
Julie Prestopnik
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

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


More information about the Met_help mailing list