Hopefully this will explain your low max speed with Kevin's airfile, both aircraft.cfg's have the same engine thrust 7500 which is right for the Canberra but not B737.
Pd Aircraft.cfg [WEIGHT_AND_BALANCE]
[WEIGHT_AND_BALANCE]
max_gross_weight= 53000.000 <<<<<<<<<<<<
empty_weight= 23265.000 <<<<<<<<<<<<
reference_datum_position= 0.000, 0.000, 0.000
empty_weight_CG_position= 8.000, 0.000, 0.000
max_number_of_stations= 50
station_load.0= 22265.000, 0.000, 0.000, 0.000
;Moments of Inertia
empty_weight_pitch_MOI= 1272394.000
empty_weight_roll_MOI= 1272394.000
empty_weight_yaw_MOI= 2437024.000
empty_weight_coupled_MOI= 0.000
CG_forward_limit= 0.000
CG_aft_limit= 1.000
Kevin aircraft.cfg [WEIGHT_AND_BALANCE]
[WEIGHT_AND_BALANCE]
max_gross_weight = 46000 <<<<<<<<<<<<<<<
empty_weight = 22200 <<<<<<<<<<<<<<<
reference_datum_position = 0.0000, 0.0000, 0.0000 // (feet) distance from FlightSim Reference position: (1/4 chord, centerline, waterline)
empty_weight_CG_position = 0, 0, 0
CG_forward_limit = 0
CG_aft_limit = 1
max_number_of_stations = 3
station_load.0 = 200, 15, 0, 1, //Pilot
station_load.1 = 200, 17, 0, 0, //Navigator
station_load.2 = 0, 0, 0, 0, //Bomb bay Payload
empty_weight_pitch_MOI = 208000
empty_weight_roll_MOI = 99058
empty_weight_yaw_MOI = 252748
empty_weight_coupled_MOI = 0
Notice the differences in weight and the MOI's
PD aircraft.cfg [TurbineEngineData]
[TurbineEngineData]
fuel_flow_gain= 0.002
inlet_area= 12.000
rated_N2_rpm= 29920.000
static_thrust= 7500.000
afterburner_available= 0
reverser_available= 1
Kevin aircraft.cfg [TurbineEngineData]
[TurbineEngineData]
fuel_flow_gain = 0.002 //0.001
inlet_area = 4.0 //2.2169671888856
rated_N2_rpm = 7800
static_thrust = 7500
afterburner_available = 0
reverser_available = 0
Notice the inlet area this has a big effect on drag, only the thrust is the same.
PD aircraft.cfg [airplane_geometry]
[airplane_geometry]
wing_area= 1000.000 <<<<<<<<<<<<< BIG effect on drag
wing_span= 94.750 <<<<<<<<<<<<< Big effect on drag
wing_root_chord= 20.000 <<<<<<<<<<< Big effect on drag
wing_dihedral= 6.200
wing_incidence= -0.500
wing_twist= 0.000
oswald_efficiency_factor= 0.750
wing_winglets_flag= 0
wing_sweep= 10.000
wing_pos_apex_lon= 0.000
wing_pos_apex_vert= 0.000
htail_area= 750.000
htail_span= 28.000
htail_pos_lon= -33.000
htail_pos_vert= 0.000
htail_incidence= 2.100
htail_sweep= 30.000
vtail_area= 137.000
vtail_span= 7.000
vtail_sweep= 50.000
vtail_pos_lon= -31.000
vtail_pos_vert= 1.500
elevator_area= 112.900
aileron_area= 94.000
rudder_area= 56.200
elevator_up_limit= 22.500
elevator_down_limit= 19.500
aileron_up_limit= 30.000
aileron_down_limit= 30.000
rudder_limit= 26.000
elevator_trim_limit= 20.000
spoiler_limit= 60.000
spoilerons_available= 0
aileron_to_spoileron_gain= 3.000
min_ailerons_for_spoilerons= 10.000
min_flaps_for_spoilerons= 0.000
Horiz tail and vert tail area all to big and cause drag as does elevator and aileron area which is why you got such a low max speed
Kevin aircraft.cfg [airplane_geometry]
[airplane_geometry]
wing_area = 960.3 <<<<<<< What it should be, much less drag
wing_span = 63.96 <<<<<<< Likewise
wing_root_chord = 16.00 <<<<<<< Likewise
wing_dihedral = 5
wing_incidence = 1.0
wing_twist = -0.5
oswald_efficiency_factor = 0.90
wing_winglets_flag = 0
wing_sweep = 0
wing_pos_apex_lon = 4.0
wing_pos_apex_vert = 0
htail_area = 196.0
htail_span = 26.2
htail_pos_lon = -30.0
htail_pos_vert = 0
htail_incidence = 0
htail_sweep = 20
vtail_area = 70.0
vtail_span = 11.8
vtail_sweep = 0
vtail_pos_lon = -30.0
vtail_pos_vert = 6.0
elevator_area = 87.5
aileron_area = 69.1
rudder_area = 45.5
elevator_up_limit = 30
elevator_down_limit = 30
aileron_up_limit = 25
aileron_down_limit = 15
rudder_limit = 30
elevator_trim_limit = 20
spoiler_limit = 60
spoilerons_available = 0
aileron_to_spoileron_gain = 0
min_ailerons_for_spoilerons = 0
min_flaps_for_spoilerons = 0
PD aircraft.cfg [Reference Speeds]
[Reference Speeds]
flaps_up_stall_speed= 150.000
full_flaps_stall_speed= 120.000
cruise_speed= 490.000
Kevin aircraft.cfg [Reference Speeds]
[Reference Speeds]
flaps_up_stall_speed = 80.8
full_flaps_stall_speed = 65.2
cruise_speed = 380
max_indicated_speed = 565
max_mach = 0.8543
PD aircraft.cfg [Flaps.0]
[Flaps.0]
type= 1
span-outboard= 0.800
extending-time= 20.000
system_type= 1
damaging-speed= 250.000
blowout-speed= 300.000
lift_scalar= 1.000
drag_scalar= 1.500
pitch_scalar= 0.000
flaps-position.0= 0.000, 0.000
flaps-position.1= 1.000, 0.000
flaps-position.2= 2.000, 0.000
flaps-position.3= 5.000, 0.000
flaps-position.4= 10.000, 0.000
flaps-position.5= 15.000, 0.000
flaps-position.6= 25.000, 0.000
flaps-position.7= 30.000, 0.000
flaps-position.8= 40.000, 0.000
[Flaps.1]
type= 2<<<<<<<<<<<<<<<<<<<< Leading edge Slats
span-outboard= 0.800
extending-time= 2.000
system_type= 1
damaging-speed= 250.000
blowout-speed= 300.000
lift_scalar= 1.000
drag_scalar= 1.000
pitch_scalar= 0.000
flaps-position.0= 0.000, 0.000
flaps-position.1= 1.000, 0.000
[Flaps.2]
type= 2 <<<<<<<<< Leading edge slats
span-outboard= 0.800
extending-time= 3.000
system_type= 1
damaging-speed= 250.000
blowout-speed= 300.000
lift_scalar= 1.000
drag_scalar= 1.000
pitch_scalar= 0.000
flaps-position.0= 0.000, 0.000
flaps-position.1= 0.500, 0.000
flaps-position.2= 1.000, 0.000
Kevin aircraft.cfg [Flaps.0]
[flaps.0] //Trailing Edge Flaps
type = 1
span-outboard = 0.5
extending-time = 5
flaps-position.0 = 0
flaps-position.1 = 60, 159
damaging-speed = 175
blowout-speed = 192
system_type = 1
lift_scalar = 1
drag_scalar = 1
pitch_scalar = 1
A lot of difference between the 2, the aircraft.cfg that originally came with the download will fit a 737 as did the airfile, It was about 3 years ago Kevin did his flight dynamics and as he did not have a force feed back stick so I checked the FF bit for him removing a bit of flutter at high speed, ending up with a model that would fly a little faster than the max published speed with no flutter.
If you are happy with what you have ok but I would suggest you try both the airfile and the aircraft.cfg in Kevin's updated set where you will have a fairly accurate flight model