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
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