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
Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.
|