Fix hydrometeor classification product selection

This commit is contained in:
Dan Paulat 2024-01-11 22:35:16 -06:00
parent 0c8d6eae1f
commit e4aa0c7b75

View file

@ -52,8 +52,9 @@ static const std::unordered_map<int, std::string> level3ProductCodeMap_ {
{159, "DZD"},
{161, "DCC"},
{163, "DKD"},
{165, "DHD"},
{165, "DHC"},
{166, "ML"},
{177, "HHC"},
{180, "TDR"},
{182, "TDV"}};