wetLeaf Subroutine

public subroutine wetLeaf(dels, cansat, tlfy, gbhu, gbhf, ghwet, mp, CLAI_thresh, CCAPP, CRmair, reducedLAIdue2snow, sum_rad_rniso, sum_rad_gradis, canopy_fevw, canopy_fevw_pot, canopy_fhvw, canopy_fwet, canopy_cansto, air_rlam, air_dsatdk, met_tvair, met_tk, met_dva, air_psyc)

Uses

  • proc~~wetleaf~~UsesGraph proc~wetleaf wetLeaf module~cable_def_types_mod cable_def_types_mod proc~wetleaf->module~cable_def_types_mod module~cable_climate_type_mod cable_climate_type_mod module~cable_def_types_mod->module~cable_climate_type_mod

Arguments

Type IntentOptional Attributes Name
real, intent(in) :: dels
real, intent(in), DIMENSION(:) :: cansat
real, intent(in), DIMENSION(:) :: tlfy
real(kind=r_2), intent(in), DIMENSION(:,:) :: gbhu
real(kind=r_2), intent(in), DIMENSION(:,:) :: gbhf
real(kind=r_2), intent(out), DIMENSION(:) :: ghwet
integer, intent(in) :: mp
real, intent(in) :: CLAI_thresh
real, intent(in) :: CCAPP
real, intent(in) :: CRmair
real :: reducedLAIdue2snow(mp)
real, intent(in) :: sum_rad_rniso(mp)
real, intent(in) :: sum_rad_gradis(mp)
real, intent(inout) :: canopy_fevw(mp)
real, intent(inout) :: canopy_fevw_pot(mp)
real, intent(inout) :: canopy_fhvw(mp)
real, intent(inout) :: canopy_fwet(mp)
real, intent(in) :: canopy_cansto(mp)
real, intent(in) :: air_rlam(mp)
real, intent(in) :: air_dsatdk(mp)
real, intent(in) :: met_tvair(mp)
real, intent(in) :: met_tk(mp)
real, intent(in) :: met_dva(mp)
real, intent(in) :: air_psyc(mp)

Called by

proc~~wetleaf~~CalledByGraph proc~wetleaf wetLeaf proc~define_canopy define_canopy proc~define_canopy->proc~wetleaf proc~cbm cbm proc~cbm->proc~define_canopy proc~mpidrv_worker~2 mpidrv_worker proc~mpidrv_worker~2->proc~cbm proc~serialdrv serialdrv proc~serialdrv->proc~cbm program~cable_offline_driver cable_offline_driver program~cable_offline_driver->proc~serialdrv