True if there are icing conditions in the thunderstorm layer. Boolean. Read-only.
Example
IF CLOUD_THUNDER_TOP > 35000 AND CLOUD_THUNDER_ICING = FALSE THEN
PRINT "Don't believe there is no icing in those storms."
ENDIF