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

where to find meta variables

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.

chao1981+

New member
New to WRF, just want to output data to analysis.
I need the meta variables, including the lat,lon, sea mask, surface height multiplied by gravitational constant, and cosine of instantaneous zenith angle.
Wonder from which part of the code I can output these variables?
 
wrfout files contain xlat, xlong, landsea (landmask), terrain height (HGT) and cosine of zenith angle (COSZEN). The above variables except COSZEN are also included in met_em and geo_em files.
 
Top