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

I would like to add a variable that is not in UPP, how can I do that?

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.

Users can add a new variable following the the guide, which details the step-by-step procedure and includes examples using an example dataset also provided.

https://dtcenter.org/sites/default/files/community-code/add-new-upp-variable.pdf

Users may add a variable from their WRF output to pass through for output. They can also calculate a new variable, provided all necessary variables are read into UPP. The calculation may be done in the main routine for that variable (step 6 in the guide), or as a call to a new routine that does the calculation.
 
Top