CALC_GAMMASAT Subroutine

public subroutine CALC_GAMMASAT(klon, temp, qtot, pressure, gammasat, dgammasatdt)

Uses

  • proc~~calc_gammasat~2~~UsesGraph proc~calc_gammasat~2 CALC_GAMMASAT module~lmdz_lscp_ini lmdz_lscp_ini proc~calc_gammasat~2->module~lmdz_lscp_ini

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(out), DIMENSION(klon) :: gammasat
real, intent(out), DIMENSION(klon) :: dgammasatdt

Calls

proc~~calc_gammasat~2~~CallsGraph proc~calc_gammasat~2 CALC_GAMMASAT proc~calc_qsat_ecmwf~2 CALC_QSAT_ECMWF proc~calc_gammasat~2->proc~calc_qsat_ecmwf~2

Contents