You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bufr encoder reject the value of 15 as "out of range" for the descriptor 20011.
Even if 20011 is 4 bits width. The WMO 306 vI2 Code Flag document clearly specify code 15 as valid and signify "Cloud cover is indiscernible for reasons other than fog or other meteorological
phenomena, or observation is not made"
show the same issue? Because if not, it seems more like a problem of the code generator trying to blindly follow the documentation instead of realizing that "15" is just a fancy way to say "missing".
It might be necessary for the encoder to realize that all-ones is the same as bufr_missing_int() and bypass the range check.
The bufr encoder reject the value of 15 as "out of range" for the descriptor 20011.
Even if 20011 is 4 bits width. The WMO 306 vI2 Code Flag document clearly specify code 15 as valid and signify "Cloud cover is indiscernible for reasons other than fog or other meteorological
phenomena, or observation is not made"
Imported from Launchpad using lp2gh.
The text was updated successfully, but these errors were encountered: