[Met_help] [rt.rap.ucar.edu #64317] History for MET Point Stat issue with WRF (via p_interp) model data

John Halley Gotway via RT met_help at ucar.edu
Mon Nov 18 10:42:12 MST 2013


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

Good morning, I am attempting to run Point Stat using WRF model data processed by the p_interp program, but I am getting the following error when I attempt to run Point Stat:


*** Running Point-Stat on EPA WRF data ***
DEBUG 1: Default Config File: /opt/storage/high-speed/EMT2/METv4.1/METv4.1/data/config/PointStatConfig_default
DEBUG 1: User Config File: /opt/storage/high-speed/EMT2/METv4.1/METv4.1A/data/config/PointStatConfig_nc
ERROR  :
ERROR  : yyerror() -> syntax error in file "/opt/storage/high-speed/EMT2/METv4.1/METv4.1A/data/config/PointStatConfig_nc"
ERROR  :
ERROR  :    line   = 20
ERROR  :
ERROR  :    column = 11
ERROR  :
ERROR  :    text   = "["
ERROR  :
ERROR  :
ERROR  : fcst_field[] = [ "U10(0,*,*)", "V10(0,*,*)"  ];
ERROR  : __________^____________________________________
ERROR  :

The WRF data is in netcdf format, so I have attempted to construct the PointStatConfig file to read the netcdf format forecast model data, per the instructions in the Users Guide.  I have attached my PointStatConfig file for your review, and I would greatly appreciate any help you may be able to offer.

Thanks for your time,

Elliot Tardif, Meteorologist II
NC DENR, Division of Air Quality
Planning Section, Attainment Planning Branch
1641 Mail Service Center
Raleigh, NC 27699-1641
Phone/Fax:  919-707-8483
Email:  Elliot.Tardif at ncdenr.gov<mailto:Nick.Witcraft at ncdenr.gov>
Web  :  http://www.ncair.org<http://www.ncair.org/>

Email correspondence to and from this address is subject to the North Carolina Public Records Law and may be disclosed to third parties unless the content is exempt by statue or other regulation.



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

Subject: Re: [rt.rap.ucar.edu #64317] MET Point Stat issue with WRF (via p_interp) model data
From: John Halley Gotway
Time: Fri Nov 15 16:52:36 2013

Elliot,

I see that you're running METv4.1, but you're using the "fcst_field"
parameter in the confit file.  We made some major changes to the
confit
file structure in METv4.0.  The error you're getting is due to the
deprecated syntax.  Please try making a copy of a METv4 a confit file
and
editing it for your needs: METv4.1/data/confit/PointStatConfig_default

You can also read about the structure in METv4.1/data/confit/ReadMe

Please let me know if you continue to experience problems.

Thanks
John Halley Gotway
met_help at ucar.edu

>
> Fri Nov 15 09:25:52 2013: Request 64317 was acted upon.
> Transaction: Ticket created by elliot.tardif at ncdenr.gov
>        Queue: met_help
>      Subject: MET Point Stat issue with WRF (via p_interp) model
data
>        Owner: Nobody
>   Requestors: elliot.tardif at ncdenr.gov
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=64317 >
>
>
> Good morning, I am attempting to run Point Stat using WRF model data
> processed by the p_interp program, but I am getting the following
error
> when I attempt to run Point Stat:
>
>
> *** Running Point-Stat on EPA WRF data ***
> DEBUG 1: Default Config File:
> /opt/storage/high-
speed/EMT2/METv4.1/METv4.1/data/config/PointStatConfig_default
> DEBUG 1: User Config File:
> /opt/storage/high-
speed/EMT2/METv4.1/METv4.1A/data/config/PointStatConfig_nc
> ERROR  :
> ERROR  : yyerror() -> syntax error in file
> "/opt/storage/high-
speed/EMT2/METv4.1/METv4.1A/data/config/PointStatConfig_nc"
> ERROR  :
> ERROR  :    line   = 20
> ERROR  :
> ERROR  :    column = 11
> ERROR  :
> ERROR  :    text   = "["
> ERROR  :
> ERROR  :
> ERROR  : fcst_field[] = [ "U10(0,*,*)", "V10(0,*,*)"  ];
> ERROR  : __________^____________________________________
> ERROR  :
>
> The WRF data is in netcdf format, so I have attempted to construct
the
> PointStatConfig file to read the netcdf format forecast model data,
per
> the instructions in the Users Guide.  I have attached my
PointStatConfig
> file for your review, and I would greatly appreciate any help you
may be
> able to offer.
>
> Thanks for your time,
>
> Elliot Tardif, Meteorologist II
> NC DENR, Division of Air Quality
> Planning Section, Attainment Planning Branch
> 1641 Mail Service Center
> Raleigh, NC 27699-1641
> Phone/Fax:  919-707-8483
> Email:  Elliot.Tardif at ncdenr.gov<mailto:Nick.Witcraft at ncdenr.gov>
> Web  :  http://www.ncair.org<http://www.ncair.org/>
>
> Email correspondence to and from this address is subject to the
North
> Carolina Public Records Law and may be disclosed to third parties
unless
> the content is exempt by statue or other regulation.
>
>
>



------------------------------------------------
Subject: RE: [rt.rap.ucar.edu #64317] MET Point Stat issue with WRF (via p_interp) model data
From: Tardif, Elliot M
Time: Mon Nov 18 10:28:22 2013

Good morning John, thanks for your reply.  I have updated my config
file per your suggestion and it has resolved this particular issue.  I
am still having issues with getting p_interp output to work properly
in MET, but this appears to be an unrelated issue and I will take some
time to review it before I email you.

Thanks for your help,

Elliot

Elliot Tardif, Meteorologist II
NC DENR, Division of Air Quality
Planning Section, Attainment Planning Branch
1641 Mail Service Center
Raleigh, NC 27699-1641
Phone/Fax:  919-707-8483
Email:  Elliot.Tardif at ncdenr.gov
Web  :  http://www.ncair.org

Email correspondence to and from this address is subject to the North
Carolina Public Records Law and may be disclosed to third parties
unless the content is exempt by statue or other regulation.

-----Original Message-----
From: John Halley Gotway via RT [mailto:met_help at ucar.edu]
Sent: Friday, November 15, 2013 6:53 PM
To: Tardif, Elliot M
Subject: Re: [rt.rap.ucar.edu #64317] MET Point Stat issue with WRF
(via p_interp) model data

Elliot,

I see that you're running METv4.1, but you're using the "fcst_field"
parameter in the confit file.  We made some major changes to the
confit file structure in METv4.0.  The error you're getting is due to
the deprecated syntax.  Please try making a copy of a METv4 a confit
file and editing it for your needs:
METv4.1/data/confit/PointStatConfig_default

You can also read about the structure in METv4.1/data/confit/ReadMe

Please let me know if you continue to experience problems.

Thanks
John Halley Gotway
met_help at ucar.edu

>
> Fri Nov 15 09:25:52 2013: Request 64317 was acted upon.
> Transaction: Ticket created by elliot.tardif at ncdenr.gov
>        Queue: met_help
>      Subject: MET Point Stat issue with WRF (via p_interp) model
data
>        Owner: Nobody
>   Requestors: elliot.tardif at ncdenr.gov
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=64317
> >
>
>
> Good morning, I am attempting to run Point Stat using WRF model data
> processed by the p_interp program, but I am getting the following
> error when I attempt to run Point Stat:
>
>
> *** Running Point-Stat on EPA WRF data *** DEBUG 1: Default Config
> File:
> /opt/storage/high-
speed/EMT2/METv4.1/METv4.1/data/config/PointStatConf
> ig_default
> DEBUG 1: User Config File:
> /opt/storage/high-
speed/EMT2/METv4.1/METv4.1A/data/config/PointStatCon
> fig_nc
> ERROR  :
> ERROR  : yyerror() -> syntax error in file
> "/opt/storage/high-
speed/EMT2/METv4.1/METv4.1A/data/config/PointStatConfig_nc"
> ERROR  :
> ERROR  :    line   = 20
> ERROR  :
> ERROR  :    column = 11
> ERROR  :
> ERROR  :    text   = "["
> ERROR  :
> ERROR  :
> ERROR  : fcst_field[] = [ "U10(0,*,*)", "V10(0,*,*)"  ]; ERROR  :
> __________^____________________________________
> ERROR  :
>
> The WRF data is in netcdf format, so I have attempted to construct
the
> PointStatConfig file to read the netcdf format forecast model data,
> per the instructions in the Users Guide.  I have attached my
> PointStatConfig file for your review, and I would greatly appreciate
> any help you may be able to offer.
>
> Thanks for your time,
>
> Elliot Tardif, Meteorologist II
> NC DENR, Division of Air Quality
> Planning Section, Attainment Planning Branch
> 1641 Mail Service Center
> Raleigh, NC 27699-1641
> Phone/Fax:  919-707-8483
> Email:  Elliot.Tardif at ncdenr.gov<mailto:Nick.Witcraft at ncdenr.gov>
> Web  :  http://www.ncair.org<http://www.ncair.org/>
>
> Email correspondence to and from this address is subject to the
North
> Carolina Public Records Law and may be disclosed to third parties
> unless the content is exempt by statue or other regulation.
>
>
>





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


More information about the Met_help mailing list