You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

There is no direct Metview function for it. However, you can use saturation_mixing_ratio() and you can easily compute the specific humidity from it:

w = saturation_mixing_ratio(t, p)
q = w / (1 + w)


Related articles



  • No labels