Variables not included in standard outputs

Shin

New member
Hi, all

I am currently using WRF V4.4(em_ream).
I have done a simple test calculation using HRRR data as input data.
The variables required in my study are
------------------------------------------
[3D]
・3 components of velocity(m/s)
・Temperature(K)
・Relative humidity(%)
・Altitude (m) corresponding to each pressure levels
[2D]
・Ground heat flux(W/s^2)
・Friction velocity(m/s)
・Boundary layer thickness(m)
・Surface pressure(Pa)
------------------------------------------

Of these, only the followings are found in the standard outputs.
・3 components of velocity (U,V,W)
・Ground heat flux (GRDFLX)
・Boundary layer thickness (PBLH)

How can I obtain the other variables?
Or are these outputs not possible with WRF?
 
Depending on your plotting software you can use either python, ncl, or grads to calculate these values.




Also to see a list of all variables in the wrf output file you can use the ncdump command to view variables.
Bash:
ncdump -h
I'm glad to inform you that the problem is now solved!
Thank you!
 
Back
Top