Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

Code Block
languagepy
w_sat = saturation_mixing_ratio(t, p)
q_sat = w_sat / (1 + w_sat)


Related articles

Content by Label
showLabelsfalse
max5
spacesUDOC
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("grib","division","zero") and type = "page" and space = "UDOC"
labelsheight grib interpolation vertical

...