get_qsat Function

public function get_qsat(ta, ps, sig) result(qsat)

Computes saturation specific humidity.

Arguments

Type IntentOptional AttributesName
real, intent(in) :: ta(ix,il)

Absolute temperature

real, intent(in) :: ps(ix,il)

Normalized pressure (p/1000 hPa)

real, intent(in) :: sig

Sigma level

Return Value real (ix,il)

Saturation specific humidity in g/kg


Called by

proc~~get_qsat~~CalledByGraph proc~get_qsat get_qsat proc~get_surface_fluxes get_surface_fluxes proc~get_surface_fluxes->proc~get_qsat proc~spec_hum_to_rel_hum spec_hum_to_rel_hum proc~spec_hum_to_rel_hum->proc~get_qsat proc~set_forcing set_forcing proc~set_forcing->proc~get_qsat proc~rel_hum_to_spec_hum rel_hum_to_spec_hum proc~rel_hum_to_spec_hum->proc~get_qsat program~speedy speedy program~speedy->proc~set_forcing proc~initialize initialize program~speedy->proc~initialize proc~initialize->proc~set_forcing proc~get_physical_tendencies get_physical_tendencies proc~get_physical_tendencies->proc~get_surface_fluxes

Contents

None