gcs().send_text(MAV_SEVERITY_INFO,"Thermal weak: W %f.3 R %f.3 th %f.1 alt %dm Mc %dm",(double)_ekf.X[0],(double)_ekf.X[1],(double)thermalability,(int32_t)alt,(int32_t)mcCreadyAlt);
}
}elseif(alt<_thermal_start_alt){
result=ALT_LOST;
if(result!=_cruise_criteria_msg_last){
gcs().send_text(MAV_SEVERITY_INFO,"Altitude lost from entry = %dm",(int32_t)_thermal_start_alt);