WRF icon indicating copy to clipboard operation
WRF copied to clipboard

Add reflectivity calculation back to WSM6 scheme

Open weiwangncar opened this issue 1 year ago • 3 comments

TYPE: bug fix

KEYWORDS: radar reflectivity, WSM6

SOURCE: reported by Gabriel Cassol of Sigma Meteorologia, Brazil, internal

DESCRIPTION OF CHANGES: Problem: When moving WSM6 to MMM shared physics directory, the calculation of radar reflectivity was left out.

Solution: The calculation of radar reflectivity is added back in the WSM6 scheme.

ISSUE: For use when this PR closes an issue. Fixes https://github.com/wrf-model/WRF/issues/2096

LIST OF MODIFIED FILES: M phys/module_mp_wsm6.F

TESTS CONDUCTED:

  1. The reflectivity is computed now when namelist do_radar_ref is set to 1.
  2. Are the Jenkins tests all passing?

RELEASE NOTE: Fixed the bug of missing radar reflectivity in WSM6 scheme when do_radar_ref is set to 1.

weiwangncar avatar Aug 21 '24 03:08 weiwangncar

@Nowohier Unicons was one of the icon packs which was really a breaking change. It was from v2 to v4 of the Unicons project. So I used the new main type Line, Solid and Thinline to make it clear for the end user. The Line type is mostly the old one which was in v2 of Unicons and v4.11 of MahApps.IconPacks.

punker76 avatar Aug 17 '24 12:08 punker76

This is also not working in 5.1.0

<iconPacks:PackIconFontAwesome Kind="CogSolid" />


Suplanus avatar Apr 15 '25 12:04 Suplanus

This is also not working in 5.1.0 <iconPacks:PackIconFontAwesome Kind="CogSolid" /> @Suplanus

Change to <iconPacks:FontAwesome Kind="CogSolid" />

https://github.com/MahApps/MahApps.Metro.IconPacks/wiki/Breaking-change-1.9.x----2.0

BirukTes avatar May 29 '25 07:05 BirukTes