CALC_QSAT_ECMWF Subroutine

public subroutine CALC_QSAT_ECMWF(klon, temp, qtot, pressure, tref, phase, flagth, qs, dqs)

Uses

  • proc~~calc_qsat_ecmwf~2~~UsesGraph proc~calc_qsat_ecmwf~2 CALC_QSAT_ECMWF module~yomcst_mod_h yomcst_mod_h proc~calc_qsat_ecmwf~2->module~yomcst_mod_h module~yoethf_mod_h yoethf_mod_h proc~calc_qsat_ecmwf~2->module~yoethf_mod_h

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: klon
real, intent(in), DIMENSION(klon) :: temp
real, intent(in), DIMENSION(klon) :: qtot
real, intent(in), DIMENSION(klon) :: pressure
real, intent(in) :: tref
integer, intent(in) :: phase
logical, intent(in) :: flagth
real, intent(out), DIMENSION(klon) :: qs
real, intent(out), DIMENSION(klon) :: dqs

Called by

proc~~calc_qsat_ecmwf~2~~CalledByGraph proc~calc_qsat_ecmwf~2 CALC_QSAT_ECMWF proc~icefrac_lscp_turb~2 ICEFRAC_LSCP_TURB proc~icefrac_lscp_turb~2->proc~calc_qsat_ecmwf~2 proc~calc_gammasat~2 CALC_GAMMASAT proc~calc_gammasat~2->proc~calc_qsat_ecmwf~2

Contents