Update_Photosynthesis_Capacity Subroutine

public subroutine Update_Photosynthesis_Capacity(bounds, fn, filterp, dayl_factor, atm2lnd_inst, temperature_inst, canopystate_inst, photosyns_inst, surfalb_inst, solarabs_inst, waterstate_inst, frictionvel_inst)

Arguments

Type IntentOptional Attributes Name
type(bounds_type), intent(in) :: bounds
integer, intent(in) :: fn
integer, intent(in) :: filterp(fn)
real(kind=r8), intent(in) :: dayl_factor(bounds%begp:)
type(atm2lnd_type), intent(in) :: atm2lnd_inst
type(temperature_type), intent(inout) :: temperature_inst
type(CanopyState_type), intent(inout) :: canopystate_inst
type(photosyns_type), intent(inout) :: photosyns_inst
type(surfalb_type), intent(in) :: surfalb_inst
type(solarabs_type), intent(inout) :: solarabs_inst
type(waterstate_type), intent(inout) :: waterstate_inst
type(frictionvel_type), intent(inout) :: frictionvel_inst