bruno_ribeiro
New member
Hi All,
I run MPAS with a convection-allowing mesh (60 to 3 km mesh) with the ~3 km area over South America. The 1-h maximum updraft helicity variable in the diag.*.nc files appears to be accounting for the maximum value of updraft helicity, but in the Southern Hemisphere cyclonic supercells are associated with negative updraft helicity, so that the 1-h accumulated updraft helicity should be searching for minima instead of maxima. I took a look at the post-processing code (convective_diagnostics.F) and it appears to be the case, indeed. The maximum value of updraft helicity is being assigned for each cell (see code line below).
updraft_helicity_max(iCell) = max( updraft_helicity_max(iCell),uph)
Is my assessment right? And, if so, is there a way to search for the minima in updraft helicity field when in the Southern Hemisphere?
Thanks!
Bruno Ribeiro
I run MPAS with a convection-allowing mesh (60 to 3 km mesh) with the ~3 km area over South America. The 1-h maximum updraft helicity variable in the diag.*.nc files appears to be accounting for the maximum value of updraft helicity, but in the Southern Hemisphere cyclonic supercells are associated with negative updraft helicity, so that the 1-h accumulated updraft helicity should be searching for minima instead of maxima. I took a look at the post-processing code (convective_diagnostics.F) and it appears to be the case, indeed. The maximum value of updraft helicity is being assigned for each cell (see code line below).
updraft_helicity_max(iCell) = max( updraft_helicity_max(iCell),uph)
Is my assessment right? And, if so, is there a way to search for the minima in updraft helicity field when in the Southern Hemisphere?
Thanks!
Bruno Ribeiro