Update hydrometeor classification threshold

This commit is contained in:
Dan Paulat 2024-01-10 00:56:06 -06:00
parent 587dbb7f1f
commit 0c8d6eae1f

View file

@ -365,6 +365,11 @@ uint16_t ProductDescriptionBlock::threshold() const
case 176:
threshold = p->halfword(37);
break;
case 165:
case 177:
threshold = 10;
break;
}
return threshold;