Fail to find matching pair of PMTF/A23 #1833
Replies: 2 comments 2 replies
-
@Ho-ChunHuang-NOAA, I see you have a question about configuring METplus to verify PMTF data. Thanks for posting your sample data to the FTP site. That makes it much easier to debug. I grabbed that data and see what's going on here. Here's the output from wgrib2:
Note that the second record contains an AVERAGE computed between hours 23 and 46. And the third record is between hours 47 and 70. Both records 2 and 3 are computed over a 23 hour averaging period. Because of the way this data is stored in the GRIB2 file, requesting "A23" will match both of these records, but they're just valid at different times. You can see that by running plot_data_plane:
That produces this warning message:
I see in your log file that you're specifying a valid time, like this:
That should work, but the valid time you're requesting doesn't actually match the data in the file. See the valid time of the data by running wgrib2 with the
You requested the 16th, but the 2nd and 3rd records are for the 17th and 18th. Note that specifying the
If you're trying to match the first record, that's difficult. This data is not stored well in the GRIB2 file:
It's specified as an accumulation, but the first time of that accumulation is NOT specified and has a value of -2147483647. Is that the one you're actually trying to read? |
Beta Was this translation helpful? Give feedback.
-
Hi, John:
Thanks.
Yes, the first record is FCST hours -1 to 22, so we have 04z to 04z for
the entire day. I tried to run the verification for the date of 20220916
it will find the first record, verification date of, 20220917 it will find
the 2nd record, but verification date of 20220918, it can not find the
third record. I don't really know what happened.
If I skip A23 and simply use L1, will the 3 record been found one by one?
Ho-Chun Huang, Ph.D.
|
Beta Was this translation helpful? Give feedback.
-
I have a grib2 file with 3 days of forecast. The point_stat failed because of not finding the PMTF/A23 from this forecasting output. The $WGRIB2 command and degrib2 command seem to indicate the time period is correct so I need help of why it can not find the record with description of "PMTF/A23" Thank you.
Error log output
master_metplus.log.20220923190853.log
Can not upload grib2 file so please go to
https://www.emc.ncep.noaa.gov/mmb/hchuang/ftp/ to get
aqm.t06z.ave_24hr_pm25.793.grib2
It is the /lfs/h2/emc/ptmp/ho-chun.huang/com/aqm/v70c3/cs.20220815/aqm.t06z.ave_24hr_pm25.793.grib2 in the error log file.
Beta Was this translation helpful? Give feedback.
All reactions