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

Calculating Omega or W-wind from 3D fields

bwallace

New member
Hi all,

I've been stuck on a problem the last few weeks that I'm hoping somebody more knowledgable here might be able to help answer. I'm trying to pull out a realistic estimate of vertical motion from WRF model output. Unfortunately, the output that I'm using does not contain a w-wind or omega field, but I do have 3D U, V, T, and HGT (along with some of the standard 2D fields).

Using the 3D fields, I've tried solving for the forcing terms in the traditional QG-Omega equation, but ran into difficulties trying to invert the laplacian in order to isolate omega. I figure there must be an easier way to do this that I'm missing such as vertically integrating the continuity equation, but I'm finding it very difficult to actually find any information on what the best practices for estimating omega/w-wind are.

My questions are:
1. Would anybody be able to offer some insight into how this quantity is calculated within the WRF model? This leads into question #2:
2. Is there a way of solving for this or approximating it by post-processing model output?

Any papers, resources, or implemented solutions to this problem (in a language like Python) would be much appreciated! Thank you!
 
Please take a look at the code dyn_em/module_big_step_utilities_em.F, in which you can find the subroutine "calc_ww_cp", which shows how ww is calculate din WRF.

Hope this is helpful for you.
 
Thanks for the response. Judging by the WRF code in that subroutine, it does look like the WRF model solves for omega by vertically integrating the continuity equation. This is good to know! Thanks again!
 
Top