"MET/v12.0.0-beta4 and METPLUS/v6.0.0-beta4" can not find a matched FCST VAR in GEFSv12.3 grib2 output #2607
-
GEFSv12 grib2 output contains several AOTK records with different aerosol types, aerosol size, and optical wavelength, e.g.,
The matching condition was created to find AOTK from record 5 and they were suggested by the DTC, i.e.,
and they worked to find matching FCST VAR in met/v11.0.2 and metplus/v5.0.1. But they failed to find a matching FCST VAR in met/v12.0.0-beta4 and metplus/v6.0.0-beta4. I do not know when the problem started. I can only tell from the last stat output that it was using met/v11.0.2. A simple testing seems to indicate that "FCST_VAR1_OPTIONS = GRIB2_process=62000;GRIB2_ipdtmpl_index = [ 2, 10 ]; GRIB2_ipdtmpl_val = [ 62000, 545 ]" prevents PointStat from finding a matched FCST VAR. The data used in the PointStat are too large to drop here. The data, log output, and config files can be found in https://www.emc.ncep.noaa.gov/mmb/hchuang/dtc_discussion. PointStat_fcstGEFSAero_obsAERONET_FULL.conf.txt |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Thank you for starting this discussion with DTC, @Ho-ChunHuang-NOAA! |
Beta Was this translation helpful? Give feedback.
-
And thank you for your question. The good news is this issue is easily fixed and the explanation is relatively straight forward as well. To confirm this issue and solution, I went ahead and tested 2 commands of Plot-Data-Plane against both MET 11.0.3 and MET 12.0.0 beta4: one command included the GRIB2_process variable,
and the second command omitted it,
As you discovered, the newest beta of MET (12.0.0-beta4) errors out with the first command, unable to find any matches in the file. This is the correct behavior, as I'm not quite sure how the |
Beta Was this translation helpful? Give feedback.
-
@j-opatz I am able to performed one test and it passed. I am in a process of setup 2nd test with different input. Please stay tune for my finding. |
Beta Was this translation helpful? Give feedback.
-
@j-opatz I have finished my test. The revised "data description"; |
Beta Was this translation helpful? Give feedback.
Hi @Ho-ChunHuang-NOAA,
And thank you for your question. The good news is this issue is easily fixed and the explanation is relatively straight forward as well.
The punchline is your usage of
GRIB2_process
is incorrect/unnecessary; your usage ofGRIB2_ipdtmpl_index
andGRIB2_ipdtmpl_val
is sufficient to pull out the correct line of AOTK.To confirm this issue and solution, I went ahead and tested 2 commands of Plot-Data-Plane against both MET 11.0.3 and MET 12.0.0 beta4: one command included the GRIB2_process variable,