Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GRIB1_tri config file option to filter GRIB1 records based on the time range indicator value. #1263

Closed
JohnHalleyGotway opened this issue Feb 25, 2020 · 1 comment
Assignees
Labels
MET: Library Code priority: blocker Blocker requestor: NOAA/EMC NOAA Environmental Modeling Center type: enhancement Improve something that it is currently doing
Milestone

Comments

@JohnHalleyGotway
Copy link
Collaborator

This came up during the METplus NOAA telecon on 2/24/2020 when trying to differentiate between 2 GRIB1 records of PRATE where the only difference is the time range indicator:

wgrib /d1/johnhg/MET/MET_Help/row_data_20200224/prate.grb
1:0:d=20010500:PRATE:kpds5=59:kpds6=1:kpds7=0:TR=10:P1=0:P2=12:TimeU=1:sfc:12hr fcst:NAve=0
2:48954:d=20010500:PRATE:kpds5=59:kpds6=1:kpds7=0:TR=3:P1=6:P2=12:TimeU=1:sfc:6-12hr ave:NAve=0

@JohnHalleyGotway JohnHalleyGotway added type: enhancement Improve something that it is currently doing component: library code requestor: NOAA/EMC NOAA Environmental Modeling Center priority: blocker Blocker labels Feb 25, 2020
@JohnHalleyGotway JohnHalleyGotway added this to the MET 9.0 milestone Feb 25, 2020
@JohnHalleyGotway JohnHalleyGotway self-assigned this Feb 25, 2020
@JohnHalleyGotway JohnHalleyGotway changed the title Add GRIB_tri config file option to filter GRIB1/2 records based on the time range indicator value. Add GRIB1_tri config file option to filter GRIB1 records based on the time range indicator value. Feb 25, 2020
@JohnHalleyGotway
Copy link
Collaborator Author

Fixed in develop branch. The following commands now match records 1 and 2, resp:
plot_data_plane /d1/johnhg/MET/MET_Help/row_data_20200224/prate.grb prate.ps 'name="PRATE"; level="L0"; GRIB1_tri=3;'
plot_data_plane /d1/johnhg/MET/MET_Help/row_data_20200224/prate.grb prate.ps 'name="PRATE"; level="L0"; GRIB1_tri=10;'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MET: Library Code priority: blocker Blocker requestor: NOAA/EMC NOAA Environmental Modeling Center type: enhancement Improve something that it is currently doing
Projects
None yet
Development

No branches or pull requests

1 participant