Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

wrfout omega direction

Elaine_wrf

New member
Dear help,
I output a diagnostic for vertical velocity, whose unit is Pa/s
w = getvar(wrf_list, 'omega', timeidx=ALL_TIMES, method='cat')
I wonder if w>0,mean upward direction or downward direction
Thanks a lot
Yours sincerely.
 
Omega is positive downward (since if pressure is increasing, this means that we are descending). Basically, omega is opposite (in direction) to vertical velocity.

So: omega - positive; vertical velocity - negative and opposite, omega - negative, vertical velocity - positive.
 
Top