subroutine set_heating(heating_in) logical, intent(in) :: heating_in heating = heating_in end subroutine set_heating