dtcenter / MET

Model Evaluation Tools
https://dtcenter.org/community-code/model-evaluation-tools-met
Apache License 2.0
74 stars 22 forks source link

Bugfix 2867 point2grid qc flag main v11.1 #2878

Closed hsoh-u closed 2 months ago

hsoh-u commented 2 months ago

Expected Differences

No changes except log messages: The adjusted count was wrong and adjusted high, medium, and low counts were not displayed.

DEBUG 4:    AOD QC: high=8092 medium=6910, low=47149, no_retrieval=0
DEBUG 4:    ADP QC: high=4 medium=87, low=62050, no_retrieval=10, adjusted=47142

==>

DEBUG 4:    AOD QC: high=8092 medium=6910, low=47149, no_retrieval=0
DEBUG 4:    ADP QC: high=0 (4), medium=24 (87), low=62117 (62050), no_retrieval=10
DEBUG 4:    adjusted: high to medium=0, high to low=4, medium to low=63, total=67

Pull Request Testing

Same at https://github.com/dtcenter/MET/pull/2874

It's carried over from https://github.com/dtcenter/MET/pull/2874

It's carried over from https://github.com/dtcenter/MET/pull/2874

Pull Request Checklist

See the METplus Workflow for details.