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

Change the behavior of -qc option for regrid_data_plane #1168

Closed
hsoh-u opened this issue Jul 18, 2019 · 2 comments
Closed

Change the behavior of -qc option for regrid_data_plane #1168

hsoh-u opened this issue Jul 18, 2019 · 2 comments
Assignees
Labels
priority: medium Medium Priority type: enhancement Improve something that it is currently doing
Milestone

Comments

@hsoh-u
Copy link
Collaborator

hsoh-u commented Jul 18, 2019

This is a request from Ho-Chun Huang (https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=91097).

Current implemantation:

"-qc 0" is to use ADO with quality flag=0 ONLY
"-qc 1" is to use ADO with quality flag=1 ONLY
"-qc 2" is to use ADO with quality flag=2 ONLY
"-qc 1,2" is to use ADO with quality flag=1 or 2 ONLY

If it is the case, then I think it might have to be changed to

-qc 0, is to use ADO with quality flag<=0, i.e., quality flag=0.
-qc 1, is to use ADO with quality flag<=1, i.e., quality flag=0 and quality
flag=1.
-qc 2, is to use ADO with quality flag<=2, i.e., quality flag=0, 1, and 2
(All AOD)

@hsoh-u hsoh-u added type: enhancement Improve something that it is currently doing component: application code priority: medium Medium Priority labels Jul 18, 2019
@hsoh-u hsoh-u added this to the MET 9.0 milestone Jul 18, 2019
@Ho-ChunHuang-NOAA
Copy link

Using current functionality of regrid_data_plane, I confirmed that

AOD quality flag<=0 is equivalent to "-qc 0"
AOD quality flag<=1 is equivalent to "-qc 0,1"
AOD quality flag<=2 is equivalent to "-qc 0,1,2"

Therefore, maybe there is no need to change the behavior of -qc option for regrid_data_plane. It would be helpful if the description of using -qc can be expanded (to include the way to perform qc**<=**#) in User's Guide.

@hsoh-u hsoh-u changed the title Change the bahavior of -qc option for regrid_data_plane Change the behavior of -qc option for regrid_data_plane Jul 19, 2019
@hsoh-u hsoh-u self-assigned this Jul 19, 2019
@hsoh-u
Copy link
Collaborator Author

hsoh-u commented Jul 19, 2019

The requester agreed that comma separated quality value list with -qc option meets his requirement.
-qc 0,1 is for QC value equal or less than 1
-qc 0,1,2 is for QC value equal or less than 2

@hsoh-u hsoh-u closed this as completed Jul 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: medium Medium Priority type: enhancement Improve something that it is currently doing
Projects
None yet
Development

No branches or pull requests

2 participants