There is no direct Metview function for it. However, you can use saturation_mixing_ratio() and you can easily compute the saturation specific humidity from it:
w_sat = saturation_mixing_ratio(t, p) q_sat = w_sat / (1 + w_sat) |
Related articles
Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.
|