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

Frontogenesis with NCL

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

lquitian

Member
Good morning,

I would like to know if there is a way to calculate the Frontogenesis field with NCL.
Is there any direct variable from the model that could be used for this issue, e.g., thermal front parameter?

Thanks in advance.

Best regards,
Lara
 
Hi Lara,

There is nothing specifically "frontogenesis" that you can pull from NCL. wrf_user_getvar will help get diagnostics and the documentation has a list of variables you can get:

http://www.ncl.ucar.edu/Document/Functions/WRF_arw/wrf_user_getvar.shtml

Also, here is a list of other wrf-specific functions that can help calculate certain variables:

http://www.ncl.ucar.edu/Document/Functions/wrf.shtml
 
Top