wrap_photosynthesis Subroutine

public subroutine wrap_photosynthesis(this, nc, bounds, fn, filterp, esat_tv, eair, oair, cair, rb, dayl_factor, atm2lnd_inst, temperature_inst, canopystate_inst, photosyns_inst)

Type Bound

hlm_fates_interface_type

Arguments

Type IntentOptional Attributes Name
class(hlm_fates_interface_type), intent(inout) :: this
integer, intent(in) :: nc
type(bounds_type), intent(in) :: bounds
integer, intent(in) :: fn
integer, intent(in) :: filterp(fn)
real(kind=r8), intent(in) :: esat_tv(bounds%begp:)
real(kind=r8), intent(in) :: eair(bounds%begp:)
real(kind=r8), intent(in) :: oair(bounds%begp:)
real(kind=r8), intent(in) :: cair(bounds%begp:)
real(kind=r8), intent(in) :: rb(bounds%begp:)
real(kind=r8), intent(in) :: dayl_factor(bounds%begp:)
type(atm2lnd_type), intent(in) :: atm2lnd_inst
type(temperature_type), intent(in) :: temperature_inst
type(CanopyState_type), intent(inout) :: canopystate_inst
type(photosyns_type), intent(inout) :: photosyns_inst