AdjustDeltaHeatForDeltaLiq Subroutine

public subroutine AdjustDeltaHeatForDeltaLiq(bounds, delta_liq, liquid_water_temp1, liquid_water_temp2, delta_heat)

Arguments

Type IntentOptional Attributes Name
type(bounds_type), intent(in) :: bounds
real(kind=r8), intent(in) :: delta_liq(bounds%begg:)
real(kind=r8), intent(in) :: liquid_water_temp1(bounds%begg:)
real(kind=r8), intent(in) :: liquid_water_temp2(bounds%begg:)
real(kind=r8), intent(inout) :: delta_heat(bounds%begg:)