[Met_help] [rt.rap.ucar.edu #75425] History for Can't get data from obs

John Halley Gotway via RT met_help at ucar.edu
Fri Apr 1 12:22:45 MDT 2016


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

while I run mode,get the following message:

[laps at laps_dataserver met-5.0]$ ./bin/mode  wrfprs_d02.2015072712
bjanc_qpe_2015072712_acc3.nc  scripts/config/MODEConfig_APCP_03 -outdir
out/mode -v 2
DEBUG 1: Default Config File:
/home/laps/met-5.0/share/met/config/MODEConfig_default
DEBUG 1: Match Config File: scripts/config/MODEConfig_APCP_03
DEBUG 1: Merge Config File: scripts/config/MODEConfig_APCP_03
DEBUG 1: Forecast File: wrfprs_d02.2015072712
DEBUG 1: Observation File: bjanc_qpe_2015072712_acc3.nc
ERROR  :
ERROR  : process_fcst_obs_files() -> can't get data from file
"bjanc_qpe_2015072712_acc3.nc"
ERROR  :


The obs file I make is from radar qpe to NetCDF file , use ncdump check obs
file message like this:

[laps at laps_dataserver met-5.0]$ ncdump -h bjanc_qpe_2015072712_acc3.nc
netcdf bjanc_qpe_2015072712_acc3 {
dimensions:
         lat = 171 ;
         lon = 198 ;
variables:
         float lat(lat, lon) ;
                   lat:long_name = "latitude" ;
                   lat:units = "degrees_north" ;
                   lat:standard_name = "latitude" ;
         float lon(lat, lon) ;
                   lon:long_name = "longitude" ;
                   lon:units = "degrees_east" ;
                   lon:standard_name = "longitude" ;
         float APCP_03(lat, lon) ;
                   APCP_03:grib_code = 61 ;
                   APCP_03:units = "kg/m^2" ;
                   APCP_03:long_name = "Total precipitation" ;
                   APCP_03:level = "SFC" ;
                   APCP_03:_FillValue = -2.f ;
                   APCP_03:init_time = 90000 ;
                   APCP_03:init_time_ut = 1437944400 ;
                   APCP_03:valid_time = 120000 ;
                   APCP_03:valid_time_ut = 1437955200 ;
                   APCP_03:accum_time = "3 hours" ;
                   APCP_03:accum_time_sec = 10800 ;

// global attributes:
                   :FileOrigins = "__" ;
                   :RunCommand = "__" ;
                   :Projection = "Lambert Conformal" ;
                   :p1_deg = "60.000000 degrees_north" ;
                   :p2_deg = "30.000000 degrees_north" ;
                   :p0_deg = "37.628000 degrees_north" ;
                   :l0_deg = "112.661000 degrees_east" ;
                   :lcen_deg = "116.000000 degrees_east" ;
                   :d_km = "3.000000 km" ;
                   :r_km = "6367.470000 km" ;
                   :nx = "198 grid_points" ;
                   :ny = "171 grid_points" ;
}








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

Subject: Can't get data from obs
From: John Halley Gotway
Time: Tue Mar 08 10:19:55 2016

Hello,

I see that you're having trouble running the MODE tool.  I notice
you've
set up your NetCDF observation file to look like the output of the
pcp_combine tool.  But you're specifying the grid information in the
way
that it was specified in MET version 2.0, which was released back in
2010.

We updated the grid definition information in MET version 3.0 and
later
releases.  While it should be able to read the older format, we don't
routinely test that functionality.

Can you please send me your MODE configuration file:
scripts/config/MODEConfig_APCP_03

And I'll take a look for issues in there.  If that doesn't resolve it,
I'll
ask you to send me your NetCDF observation file (bjanc_qpe_2015072712_
acc3.nc) which should help resolve things.

Thanks,
John Halley Gotway
met_help at ucar.edu





On Mon, Mar 7, 2016 at 7:59 PM, hgao via RT <met_help at ucar.edu> wrote:

>
> Mon Mar 07 19:59:23 2016: Request 75425 was acted upon.
> Transaction: Ticket created by hgao at ium.cn
>        Queue: met_help
>      Subject: Can't get data from obs
>        Owner: Nobody
>   Requestors: hgao at ium.cn
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=75425 >
>
>
> while I run mode,get the following message:
>
> [laps at laps_dataserver met-5.0]$ ./bin/mode  wrfprs_d02.2015072712
> bjanc_qpe_2015072712_acc3.nc  scripts/config/MODEConfig_APCP_03
-outdir
> out/mode -v 2
> DEBUG 1: Default Config File:
> /home/laps/met-5.0/share/met/config/MODEConfig_default
> DEBUG 1: Match Config File: scripts/config/MODEConfig_APCP_03
> DEBUG 1: Merge Config File: scripts/config/MODEConfig_APCP_03
> DEBUG 1: Forecast File: wrfprs_d02.2015072712
> DEBUG 1: Observation File: bjanc_qpe_2015072712_acc3.nc
> ERROR  :
> ERROR  : process_fcst_obs_files() -> can't get data from file
> "bjanc_qpe_2015072712_acc3.nc"
> ERROR  :
>
>
> The obs file I make is from radar qpe to NetCDF file , use ncdump
check obs
> file message like this:
>
> [laps at laps_dataserver met-5.0]$ ncdump -h
bjanc_qpe_2015072712_acc3.nc
> netcdf bjanc_qpe_2015072712_acc3 {
> dimensions:
>          lat = 171 ;
>          lon = 198 ;
> variables:
>          float lat(lat, lon) ;
>                    lat:long_name = "latitude" ;
>                    lat:units = "degrees_north" ;
>                    lat:standard_name = "latitude" ;
>          float lon(lat, lon) ;
>                    lon:long_name = "longitude" ;
>                    lon:units = "degrees_east" ;
>                    lon:standard_name = "longitude" ;
>          float APCP_03(lat, lon) ;
>                    APCP_03:grib_code = 61 ;
>                    APCP_03:units = "kg/m^2" ;
>                    APCP_03:long_name = "Total precipitation" ;
>                    APCP_03:level = "SFC" ;
>                    APCP_03:_FillValue = -2.f ;
>                    APCP_03:init_time = 90000 ;
>                    APCP_03:init_time_ut = 1437944400 ;
>                    APCP_03:valid_time = 120000 ;
>                    APCP_03:valid_time_ut = 1437955200 ;
>                    APCP_03:accum_time = "3 hours" ;
>                    APCP_03:accum_time_sec = 10800 ;
>
> // global attributes:
>                    :FileOrigins = "__" ;
>                    :RunCommand = "__" ;
>                    :Projection = "Lambert Conformal" ;
>                    :p1_deg = "60.000000 degrees_north" ;
>                    :p2_deg = "30.000000 degrees_north" ;
>                    :p0_deg = "37.628000 degrees_north" ;
>                    :l0_deg = "112.661000 degrees_east" ;
>                    :lcen_deg = "116.000000 degrees_east" ;
>                    :d_km = "3.000000 km" ;
>                    :r_km = "6367.470000 km" ;
>                    :nx = "198 grid_points" ;
>                    :ny = "171 grid_points" ;
> }
>
>
>
>
>
>
>
>

------------------------------------------------
Subject: [rt.rap.ucar.edu #75425] Can't get data from obs
From: hgao
Time: Tue Mar 08 18:56:36 2016

the obs file I made by the fortran code in the accessory.

Thanks a lot

Hua

[rt.rap.ucar.edu #75425]


-----邮件原件-----
发件人: John Halley Gotway via RT [mailto:met_help at ucar.edu]
发送时间: 2016年3月9日 1:20
收件人: hgao at ium.cn
抄送: met_help at mailman.ucar.edu
主题: Re: [rt.rap.ucar.edu #75425] Can't get data from obs

Hello,

I see that you're having trouble running the MODE tool.  I notice
you've
set up your NetCDF observation file to look like the output of the
pcp_combine tool.  But you're specifying the grid information in the
way
that it was specified in MET version 2.0, which was released back in
2010.

We updated the grid definition information in MET version 3.0 and
later
releases.  While it should be able to read the older format, we don't
routinely test that functionality.

Can you please send me your MODE configuration file:
scripts/config/MODEConfig_APCP_03

And I'll take a look for issues in there.  If that doesn't resolve it,
I'll
ask you to send me your NetCDF observation file (bjanc_qpe_2015072712_
acc3.nc) which should help resolve things.

Thanks,
John Halley Gotway
met_help at ucar.edu





On Mon, Mar 7, 2016 at 7:59 PM, hgao via RT <met_help at ucar.edu> wrote:

>
> Mon Mar 07 19:59:23 2016: Request 75425 was acted upon.
> Transaction: Ticket created by hgao at ium.cn
>        Queue: met_help
>      Subject: Can't get data from obs
>        Owner: Nobody
>   Requestors: hgao at ium.cn
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=75425 >
>
>
> while I run mode,get the following message:
>
> [laps at laps_dataserver met-5.0]$ ./bin/mode  wrfprs_d02.2015072712
> bjanc_qpe_2015072712_acc3.nc  scripts/config/MODEConfig_APCP_03
-outdir
> out/mode -v 2
> DEBUG 1: Default Config File:
> /home/laps/met-5.0/share/met/config/MODEConfig_default
> DEBUG 1: Match Config File: scripts/config/MODEConfig_APCP_03
> DEBUG 1: Merge Config File: scripts/config/MODEConfig_APCP_03
> DEBUG 1: Forecast File: wrfprs_d02.2015072712
> DEBUG 1: Observation File: bjanc_qpe_2015072712_acc3.nc
> ERROR  :
> ERROR  : process_fcst_obs_files() -> can't get data from file
> "bjanc_qpe_2015072712_acc3.nc"
> ERROR  :
>
>
> The obs file I make is from radar qpe to NetCDF file , use ncdump
check obs
> file message like this:
>
> [laps at laps_dataserver met-5.0]$ ncdump -h
bjanc_qpe_2015072712_acc3.nc
> netcdf bjanc_qpe_2015072712_acc3 {
> dimensions:
>          lat = 171 ;
>          lon = 198 ;
> variables:
>          float lat(lat, lon) ;
>                    lat:long_name = "latitude" ;
>                    lat:units = "degrees_north" ;
>                    lat:standard_name = "latitude" ;
>          float lon(lat, lon) ;
>                    lon:long_name = "longitude" ;
>                    lon:units = "degrees_east" ;
>                    lon:standard_name = "longitude" ;
>          float APCP_03(lat, lon) ;
>                    APCP_03:grib_code = 61 ;
>                    APCP_03:units = "kg/m^2" ;
>                    APCP_03:long_name = "Total precipitation" ;
>                    APCP_03:level = "SFC" ;
>                    APCP_03:_FillValue = -2.f ;
>                    APCP_03:init_time = 90000 ;
>                    APCP_03:init_time_ut = 1437944400 ;
>                    APCP_03:valid_time = 120000 ;
>                    APCP_03:valid_time_ut = 1437955200 ;
>                    APCP_03:accum_time = "3 hours" ;
>                    APCP_03:accum_time_sec = 10800 ;
>
> // global attributes:
>                    :FileOrigins = "__" ;
>                    :RunCommand = "__" ;
>                    :Projection = "Lambert Conformal" ;
>                    :p1_deg = "60.000000 degrees_north" ;
>                    :p2_deg = "30.000000 degrees_north" ;
>                    :p0_deg = "37.628000 degrees_north" ;
>                    :l0_deg = "112.661000 degrees_east" ;
>                    :lcen_deg = "116.000000 degrees_east" ;
>                    :d_km = "3.000000 km" ;
>                    :r_km = "6367.470000 km" ;
>                    :nx = "198 grid_points" ;
>                    :ny = "171 grid_points" ;
> }
>
>
>
>
>
>
>
>



------------------------------------------------
Subject: Can't get data from obs
From: hgao
Time: Tue Mar 08 18:58:11 2016

Sorry,I forgot the accessory.

-----邮件原件-----
发件人: John Halley Gotway via RT [mailto:met_help at ucar.edu]
发送时间: 2016年3月9日 1:20
收件人: hgao at ium.cn
抄送: met_help at mailman.ucar.edu
主题: Re: [rt.rap.ucar.edu #75425] Can't get data from obs

Hello,

I see that you're having trouble running the MODE tool.  I notice
you've
set up your NetCDF observation file to look like the output of the
pcp_combine tool.  But you're specifying the grid information in the
way
that it was specified in MET version 2.0, which was released back in
2010.

We updated the grid definition information in MET version 3.0 and
later
releases.  While it should be able to read the older format, we don't
routinely test that functionality.

Can you please send me your MODE configuration file:
scripts/config/MODEConfig_APCP_03

And I'll take a look for issues in there.  If that doesn't resolve it,
I'll
ask you to send me your NetCDF observation file (bjanc_qpe_2015072712_
acc3.nc) which should help resolve things.

Thanks,
John Halley Gotway
met_help at ucar.edu





On Mon, Mar 7, 2016 at 7:59 PM, hgao via RT <met_help at ucar.edu> wrote:

>
> Mon Mar 07 19:59:23 2016: Request 75425 was acted upon.
> Transaction: Ticket created by hgao at ium.cn
>        Queue: met_help
>      Subject: Can't get data from obs
>        Owner: Nobody
>   Requestors: hgao at ium.cn
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=75425 >
>
>
> while I run mode,get the following message:
>
> [laps at laps_dataserver met-5.0]$ ./bin/mode  wrfprs_d02.2015072712
> bjanc_qpe_2015072712_acc3.nc  scripts/config/MODEConfig_APCP_03
-outdir
> out/mode -v 2
> DEBUG 1: Default Config File:
> /home/laps/met-5.0/share/met/config/MODEConfig_default
> DEBUG 1: Match Config File: scripts/config/MODEConfig_APCP_03
> DEBUG 1: Merge Config File: scripts/config/MODEConfig_APCP_03
> DEBUG 1: Forecast File: wrfprs_d02.2015072712
> DEBUG 1: Observation File: bjanc_qpe_2015072712_acc3.nc
> ERROR  :
> ERROR  : process_fcst_obs_files() -> can't get data from file
> "bjanc_qpe_2015072712_acc3.nc"
> ERROR  :
>
>
> The obs file I make is from radar qpe to NetCDF file , use ncdump
check obs
> file message like this:
>
> [laps at laps_dataserver met-5.0]$ ncdump -h
bjanc_qpe_2015072712_acc3.nc
> netcdf bjanc_qpe_2015072712_acc3 {
> dimensions:
>          lat = 171 ;
>          lon = 198 ;
> variables:
>          float lat(lat, lon) ;
>                    lat:long_name = "latitude" ;
>                    lat:units = "degrees_north" ;
>                    lat:standard_name = "latitude" ;
>          float lon(lat, lon) ;
>                    lon:long_name = "longitude" ;
>                    lon:units = "degrees_east" ;
>                    lon:standard_name = "longitude" ;
>          float APCP_03(lat, lon) ;
>                    APCP_03:grib_code = 61 ;
>                    APCP_03:units = "kg/m^2" ;
>                    APCP_03:long_name = "Total precipitation" ;
>                    APCP_03:level = "SFC" ;
>                    APCP_03:_FillValue = -2.f ;
>                    APCP_03:init_time = 90000 ;
>                    APCP_03:init_time_ut = 1437944400 ;
>                    APCP_03:valid_time = 120000 ;
>                    APCP_03:valid_time_ut = 1437955200 ;
>                    APCP_03:accum_time = "3 hours" ;
>                    APCP_03:accum_time_sec = 10800 ;
>
> // global attributes:
>                    :FileOrigins = "__" ;
>                    :RunCommand = "__" ;
>                    :Projection = "Lambert Conformal" ;
>                    :p1_deg = "60.000000 degrees_north" ;
>                    :p2_deg = "30.000000 degrees_north" ;
>                    :p0_deg = "37.628000 degrees_north" ;
>                    :l0_deg = "112.661000 degrees_east" ;
>                    :lcen_deg = "116.000000 degrees_east" ;
>                    :d_km = "3.000000 km" ;
>                    :r_km = "6367.470000 km" ;
>                    :nx = "198 grid_points" ;
>                    :ny = "171 grid_points" ;
> }
>
>
>
>
>
>
>
>

------------------------------------------------
Subject: Can't get data from obs
From: hgao
Time: Mon Mar 14 03:33:07 2016

I find the reason,
forcast:
r_km = 6367.470000 km
while obs:
r_km = 6367.200000 km

On the other hand, would you please tell me how to draw map and
lat&long
information in mode .

Thanks again
Gaohua

-----邮件原件-----
发件人: hgao [mailto:hgao at ium.cn]
发送时间: 2016年3月9日 9:59
收件人: 'met_help at ucar.edu'
主题: [rt.rap.ucar.edu #75425] Can't get data from obs

Sorry,I forgot the accessory.

-----邮件原件-----
发件人: John Halley Gotway via RT [mailto:met_help at ucar.edu]
发送时间: 2016年3月9日 1:20
收件人: hgao at ium.cn
抄送: met_help at mailman.ucar.edu
主题: Re: [rt.rap.ucar.edu #75425] Can't get data from obs

Hello,

I see that you're having trouble running the MODE tool.  I notice
you've set
up your NetCDF observation file to look like the output of the
pcp_combine
tool.  But you're specifying the grid information in the way that it
was
specified in MET version 2.0, which was released back in 2010.

We updated the grid definition information in MET version 3.0 and
later
releases.  While it should be able to read the older format, we don't
routinely test that functionality.

Can you please send me your MODE configuration file:
scripts/config/MODEConfig_APCP_03

And I'll take a look for issues in there.  If that doesn't resolve it,
I'll
ask you to send me your NetCDF observation file (bjanc_qpe_2015072712_
acc3.nc) which should help resolve things.

Thanks,
John Halley Gotway
met_help at ucar.edu





On Mon, Mar 7, 2016 at 7:59 PM, hgao via RT <met_help at ucar.edu> wrote:

>
> Mon Mar 07 19:59:23 2016: Request 75425 was acted upon.
> Transaction: Ticket created by hgao at ium.cn
>        Queue: met_help
>      Subject: Can't get data from obs
>        Owner: Nobody
>   Requestors: hgao at ium.cn
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=75425
> >
>
>
> while I run mode,get the following message:
>
> [laps at laps_dataserver met-5.0]$ ./bin/mode  wrfprs_d02.2015072712
> bjanc_qpe_2015072712_acc3.nc  scripts/config/MODEConfig_APCP_03
> -outdir out/mode -v 2 DEBUG 1: Default Config File:
> /home/laps/met-5.0/share/met/config/MODEConfig_default
> DEBUG 1: Match Config File: scripts/config/MODEConfig_APCP_03 DEBUG
1:
> Merge Config File: scripts/config/MODEConfig_APCP_03 DEBUG 1:
Forecast
> File: wrfprs_d02.2015072712 DEBUG 1: Observation File:
> bjanc_qpe_2015072712_acc3.nc ERROR  :
> ERROR  : process_fcst_obs_files() -> can't get data from file
> "bjanc_qpe_2015072712_acc3.nc"
> ERROR  :
>
>
> The obs file I make is from radar qpe to NetCDF file , use ncdump
> check obs file message like this:
>
> [laps at laps_dataserver met-5.0]$ ncdump -h
bjanc_qpe_2015072712_acc3.nc
> netcdf bjanc_qpe_2015072712_acc3 {
> dimensions:
>          lat = 171 ;
>          lon = 198 ;
> variables:
>          float lat(lat, lon) ;
>                    lat:long_name = "latitude" ;
>                    lat:units = "degrees_north" ;
>                    lat:standard_name = "latitude" ;
>          float lon(lat, lon) ;
>                    lon:long_name = "longitude" ;
>                    lon:units = "degrees_east" ;
>                    lon:standard_name = "longitude" ;
>          float APCP_03(lat, lon) ;
>                    APCP_03:grib_code = 61 ;
>                    APCP_03:units = "kg/m^2" ;
>                    APCP_03:long_name = "Total precipitation" ;
>                    APCP_03:level = "SFC" ;
>                    APCP_03:_FillValue = -2.f ;
>                    APCP_03:init_time = 90000 ;
>                    APCP_03:init_time_ut = 1437944400 ;
>                    APCP_03:valid_time = 120000 ;
>                    APCP_03:valid_time_ut = 1437955200 ;
>                    APCP_03:accum_time = "3 hours" ;
>                    APCP_03:accum_time_sec = 10800 ;
>
> // global attributes:
>                    :FileOrigins = "__" ;
>                    :RunCommand = "__" ;
>                    :Projection = "Lambert Conformal" ;
>                    :p1_deg = "60.000000 degrees_north" ;
>                    :p2_deg = "30.000000 degrees_north" ;
>                    :p0_deg = "37.628000 degrees_north" ;
>                    :l0_deg = "112.661000 degrees_east" ;
>                    :lcen_deg = "116.000000 degrees_east" ;
>                    :d_km = "3.000000 km" ;
>                    :r_km = "6367.470000 km" ;
>                    :nx = "198 grid_points" ;
>                    :ny = "171 grid_points" ; }
>
>
>
>
>
>
>
>

------------------------------------------------
Subject: Can't get data from obs
From: John Halley Gotway
Time: Mon Mar 14 12:56:13 2016

Hua,

I apologize for the delay in getting back to you.  I'm glad you were
able
to find/fix the grid definition problem.

The map data included in the plots that MET creates is configurable.
Please try adding the following to the end of you MODE configuration
file:

++++++++++++++++++++++++++

map_data = {

   line_color = [ 25, 25, 25 ]; // rgb triple values, 0-255
   line_width = 0.5;
   line_dash  = "";

   source = [
      { file_name = "MET_BASE/map/update_2012/admin_detail_data"; }
   ];
}

++++++++++++++++++++++++++

That tells MODE what map data to include in the plots it creates.  I'm
not
sure what country your grid covers, but you could also look in this
directory for more detailed map data:
   ls met-5.1/data/map/update_2012/admin_by_country

You can list multiple map data files in the "source" array, separated
by
commas, and MODE will plot them all.

Or you can create your own lat/lon map data file and pass in its file
name.

Lastly, the default map data to be plotted is listed in this file:
met-5.1/data/config/ConfigMapData.  Please note that file gets copied
over
into the MET installation directory (share/met/config/ConfigMapData).
MODE
(and all the other MET plotting tools) read the default map data from
that
installed location.  By editing the installed default config file, the
MET
tools will all plot whatever map data files you specify.

Thanks,
John Halley Gotway



On Mon, Mar 14, 2016 at 3:33 AM, hgao via RT <met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=75425 >
>
> I find the reason,
> forcast:
> r_km = 6367.470000 km
> while obs:
> r_km = 6367.200000 km
>
> On the other hand, would you please tell me how to draw map and
lat&long
> information in mode .
>
> Thanks again
> Gaohua
>
> -----邮件原件-----
> 发件人: hgao [mailto:hgao at ium.cn]
> 发送时间: 2016年3月9日 9:59
> 收件人: 'met_help at ucar.edu'
> 主题: [rt.rap.ucar.edu #75425] Can't get data from obs
>
> Sorry,I forgot the accessory.
>
> -----邮件原件-----
> 发件人: John Halley Gotway via RT [mailto:met_help at ucar.edu]
> 发送时间: 2016年3月9日 1:20
> 收件人: hgao at ium.cn
> 抄送: met_help at mailman.ucar.edu
> 主题: Re: [rt.rap.ucar.edu #75425] Can't get data from obs
>
> Hello,
>
> I see that you're having trouble running the MODE tool.  I notice
you've
> set
> up your NetCDF observation file to look like the output of the
pcp_combine
> tool.  But you're specifying the grid information in the way that it
was
> specified in MET version 2.0, which was released back in 2010.
>
> We updated the grid definition information in MET version 3.0 and
later
> releases.  While it should be able to read the older format, we
don't
> routinely test that functionality.
>
> Can you please send me your MODE configuration file:
> scripts/config/MODEConfig_APCP_03
>
> And I'll take a look for issues in there.  If that doesn't resolve
it, I'll
> ask you to send me your NetCDF observation file
(bjanc_qpe_2015072712_
> acc3.nc) which should help resolve things.
>
> Thanks,
> John Halley Gotway
> met_help at ucar.edu
>
>
>
>
>
> On Mon, Mar 7, 2016 at 7:59 PM, hgao via RT <met_help at ucar.edu>
wrote:
>
> >
> > Mon Mar 07 19:59:23 2016: Request 75425 was acted upon.
> > Transaction: Ticket created by hgao at ium.cn
> >        Queue: met_help
> >      Subject: Can't get data from obs
> >        Owner: Nobody
> >   Requestors: hgao at ium.cn
> >       Status: new
> >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=75425
> > >
> >
> >
> > while I run mode,get the following message:
> >
> > [laps at laps_dataserver met-5.0]$ ./bin/mode  wrfprs_d02.2015072712
> > bjanc_qpe_2015072712_acc3.nc  scripts/config/MODEConfig_APCP_03
> > -outdir out/mode -v 2 DEBUG 1: Default Config File:
> > /home/laps/met-5.0/share/met/config/MODEConfig_default
> > DEBUG 1: Match Config File: scripts/config/MODEConfig_APCP_03
DEBUG 1:
> > Merge Config File: scripts/config/MODEConfig_APCP_03 DEBUG 1:
Forecast
> > File: wrfprs_d02.2015072712 DEBUG 1: Observation File:
> > bjanc_qpe_2015072712_acc3.nc ERROR  :
> > ERROR  : process_fcst_obs_files() -> can't get data from file
> > "bjanc_qpe_2015072712_acc3.nc"
> > ERROR  :
> >
> >
> > The obs file I make is from radar qpe to NetCDF file , use ncdump
> > check obs file message like this:
> >
> > [laps at laps_dataserver met-5.0]$ ncdump -h
bjanc_qpe_2015072712_acc3.nc
> > netcdf bjanc_qpe_2015072712_acc3 {
> > dimensions:
> >          lat = 171 ;
> >          lon = 198 ;
> > variables:
> >          float lat(lat, lon) ;
> >                    lat:long_name = "latitude" ;
> >                    lat:units = "degrees_north" ;
> >                    lat:standard_name = "latitude" ;
> >          float lon(lat, lon) ;
> >                    lon:long_name = "longitude" ;
> >                    lon:units = "degrees_east" ;
> >                    lon:standard_name = "longitude" ;
> >          float APCP_03(lat, lon) ;
> >                    APCP_03:grib_code = 61 ;
> >                    APCP_03:units = "kg/m^2" ;
> >                    APCP_03:long_name = "Total precipitation" ;
> >                    APCP_03:level = "SFC" ;
> >                    APCP_03:_FillValue = -2.f ;
> >                    APCP_03:init_time = 90000 ;
> >                    APCP_03:init_time_ut = 1437944400 ;
> >                    APCP_03:valid_time = 120000 ;
> >                    APCP_03:valid_time_ut = 1437955200 ;
> >                    APCP_03:accum_time = "3 hours" ;
> >                    APCP_03:accum_time_sec = 10800 ;
> >
> > // global attributes:
> >                    :FileOrigins = "__" ;
> >                    :RunCommand = "__" ;
> >                    :Projection = "Lambert Conformal" ;
> >                    :p1_deg = "60.000000 degrees_north" ;
> >                    :p2_deg = "30.000000 degrees_north" ;
> >                    :p0_deg = "37.628000 degrees_north" ;
> >                    :l0_deg = "112.661000 degrees_east" ;
> >                    :lcen_deg = "116.000000 degrees_east" ;
> >                    :d_km = "3.000000 km" ;
> >                    :r_km = "6367.470000 km" ;
> >                    :nx = "198 grid_points" ;
> >                    :ny = "171 grid_points" ; }
> >
> >
> >
> >
> >
> >
> >
> >
>
>

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


More information about the Met_help mailing list