lmdz_thermcell_qsat Module


Used by

  • module~~lmdz_thermcell_qsat~~UsedByGraph module~lmdz_thermcell_qsat lmdz_thermcell_qsat proc~thermcell_plume_6a thermcell_plume_6A proc~thermcell_plume_6a->module~lmdz_thermcell_qsat proc~thermcell_main~2 thermcell_main proc~thermcell_main~2->module~lmdz_thermcell_qsat proc~thermcell_main thermcell_main proc~thermcell_main->module~lmdz_thermcell_qsat proc~thermcell_plume_5b thermcell_plume_5B proc~thermcell_plume_5b->module~lmdz_thermcell_qsat proc~thermcell_env thermcell_env proc~thermcell_env->module~lmdz_thermcell_qsat proc~thermcell_plume~2 thermcell_plume proc~thermcell_plume~2->module~lmdz_thermcell_qsat proc~thermcell_plume_5b~2 thermcell_plume_5B proc~thermcell_plume_5b~2->module~lmdz_thermcell_qsat proc~thermcell_env~2 thermcell_env proc~thermcell_env~2->module~lmdz_thermcell_qsat proc~thermcell_plume thermcell_plume proc~thermcell_plume->module~lmdz_thermcell_qsat proc~thermcell_plume_6a~2 thermcell_plume_6A proc~thermcell_plume_6a~2->module~lmdz_thermcell_qsat

Contents


Variables

Type Visibility Attributes Name Initial
real, public, parameter :: DDT0 = .01

Subroutines

public subroutine thermcell_qsat(klon, nlev, active, pplev, ztemp, zqta, zqsat)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: klon
integer, intent(in) :: nlev
logical :: active(klon,nlev)
real :: pplev(klon,nlev)
real :: ztemp(klon,nlev)
real :: zqta(klon,nlev)
real :: zqsat(klon,nlev)