within_canopy Subroutine

public subroutine within_canopy(mp, CRMH2o, Crmair, CTETENA, CTETENB, CTETENC, CLAI_thresh, CCAPP, CTFRZ, rad, rough, air, met, veg, canopy, ssnow, gbhu, gbhf, qstvair, rt0, rhlitt, relitt)

Uses

  • proc~~within_canopy~~UsesGraph proc~within_canopy within_canopy module~cable_common_module cable_common_module proc~within_canopy->module~cable_common_module module~cable_def_types_mod cable_def_types_mod proc~within_canopy->module~cable_def_types_mod module~cbl_qsat_module cbl_qsat_module proc~within_canopy->module~cbl_qsat_module module~cable_runtime_opts_mod cable_runtime_opts_mod module~cable_common_module->module~cable_runtime_opts_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
integer, intent(in) :: mp
real, intent(in) :: CRMH2o
real, intent(in) :: Crmair
real, intent(in) :: CTETENA
real, intent(in) :: CTETENB
real, intent(in) :: CTETENC
real, intent(in) :: CLAI_thresh
real, intent(in) :: CCAPP
real, intent(in) :: CTFRZ
type(radiation_type), intent(inout) :: rad
type(roughness_type), intent(inout) :: rough
type(air_type), intent(inout) :: air
type(met_type), intent(inout) :: met
type(veg_parameter_type), intent(inout) :: veg
type(canopy_type), intent(inout) :: canopy
type(soil_snow_type), intent(inout) :: ssnow
real(kind=r_2), intent(in), DIMENSION(:,:) :: gbhu
real(kind=r_2), intent(in), DIMENSION(:,:) :: gbhf
real, intent(inout) :: qstvair(mp)
real, intent(in), DIMENSION(mp) :: rt0
real, intent(in), DIMENSION(mp) :: rhlitt
real, intent(in), DIMENSION(mp) :: relitt

Calls

proc~~within_canopy~~CallsGraph proc~within_canopy within_canopy proc~qsatfjh2 qsatfjh2 proc~within_canopy->proc~qsatfjh2

Called by

proc~~within_canopy~~CalledByGraph proc~within_canopy within_canopy proc~define_canopy define_canopy proc~define_canopy->proc~within_canopy 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