ComputeHeatNonLake Subroutine

public subroutine ComputeHeatNonLake(bounds, num_nolakec, filter_nolakec, urbanparams_inst, soilstate_inst, temperature_inst, waterstate_inst, soilhydrology_inst, heat, heat_liquid, cv_liquid)

Arguments

Type IntentOptional Attributes Name
type(bounds_type), intent(in) :: bounds
integer, intent(in) :: num_nolakec
integer, intent(in) :: filter_nolakec(:)
type(urbanparams_type), intent(in) :: urbanparams_inst
type(soilstate_type), intent(in) :: soilstate_inst
type(temperature_type), intent(in) :: temperature_inst
type(waterstate_type), intent(in) :: waterstate_inst
type(soilhydrology_type), intent(in) :: soilhydrology_inst
real(kind=r8), intent(inout) :: heat(bounds%begc:)
real(kind=r8), intent(inout) :: heat_liquid(bounds%begc:)
real(kind=r8), intent(inout) :: cv_liquid(bounds%begc:)