| | |
| | | } |
| | | if (condition.indexOf("雨") != -1) { |
| | | supplement = ",但降雨有利于对颗粒物的沉降、冲刷,改善污染状况"; |
| | | }else{ |
| | | supplement =""; |
| | | } |
| | | winfowTextSource = "<p style='height: 22px;line-height: 22px'>压强升高气温降低,会因冷空气带来的颗粒物,导致污染上升" + supplement + "</p>"; |
| | | } else if (month == 3 || month == 4 || month == 5) { |
| | |
| | | } |
| | | if (condition.indexOf("雨") != -1) { |
| | | supplement = ",但降雨有利于对颗粒物的沉降、冲刷,改善污染状况"; |
| | | }else{ |
| | | supplement =""; |
| | | } |
| | | winfowTextSource = "<p style='height: 22px;line-height: 22px'>地面逆温频率的增加使污染物在近地层不断积累" + supplement + "</p>"; |
| | | } else if (month == 6 || month == 7) { |
| | |
| | | } |
| | | if (condition.indexOf("雨") != -1) { |
| | | supplement = ",同时降雨有利于对颗粒物的沉降、冲刷,改善污染状况"; |
| | | }else{ |
| | | supplement =""; |
| | | } |
| | | winfowTextSource = "<p style='height: 22px;line-height: 22px'>夏季的气温条件不易发生逆温,利于污染物扩散" + supplement + "</p>"; |
| | | } else if (month == 8 || month == 9 || month == 10 || month == 11) { |
| | |
| | | } |
| | | if (condition.indexOf("雨") != -1) { |
| | | supplement = ",但降雨有利于对颗粒物的沉降、冲刷,改善污染状况"; |
| | | }else{ |
| | | supplement =""; |
| | | } |
| | | winfowTextSource = "<p style='height: 22px;line-height: 22px'>大气扩散条件不好使污染物聚集,增大了气态污染物向二次颗粒物转化的机会" + supplement + "</p>"; |
| | | } |