CanopyTemperature Subroutine

public subroutine CanopyTemperature(bounds, num_nolakec, filter_nolakec, num_nolakep, filter_nolakep, clm_fates, atm2lnd_inst, canopystate_inst, soilstate_inst, frictionvel_inst, waterstate_inst, waterflux_inst, energyflux_inst, temperature_inst)

Arguments

Type IntentOptional Attributes Name
type(bounds_type), intent(in) :: bounds
integer, intent(in) :: num_nolakec
integer, intent(in) :: filter_nolakec(:)
integer, intent(in) :: num_nolakep
integer, intent(in) :: filter_nolakep(:)
type(hlm_fates_interface_type), intent(inout) :: clm_fates
type(atm2lnd_type), intent(in) :: atm2lnd_inst
type(CanopyState_type), intent(inout) :: canopystate_inst
type(soilstate_type), intent(inout) :: soilstate_inst
type(frictionvel_type), intent(inout) :: frictionvel_inst
type(waterstate_type), intent(inout) :: waterstate_inst
type(waterflux_type), intent(inout) :: waterflux_inst
type(energyflux_type), intent(inout) :: energyflux_inst
type(temperature_type), intent(inout) :: temperature_inst