calc_root_moist_stress Subroutine

public subroutine calc_root_moist_stress(bounds, nlevgrnd, fn, filterp, canopystate_inst, energyflux_inst, soilstate_inst, temperature_inst, waterstate_inst, soil_water_retention_curve)

Arguments

Type IntentOptional Attributes Name
type(bounds_type), intent(in) :: bounds
integer, intent(in) :: nlevgrnd
integer, intent(in) :: fn
integer, intent(in) :: filterp(:)
type(CanopyState_type), intent(in) :: canopystate_inst
type(energyflux_type), intent(inout) :: energyflux_inst
type(soilstate_type), intent(inout) :: soilstate_inst
type(temperature_type), intent(in) :: temperature_inst
type(waterstate_type), intent(inout) :: waterstate_inst
class(soil_water_retention_curve_type), intent(in) :: soil_water_retention_curve