PPP_scale_factor should be calculated by a function with three default behaviors:
Either it reads a value from the config (PPP_scale_factor = 1.0)
If InfectionMalaria2Config::use_fixed_scale_factor: then use the value for fixed_scale_factor in the config
Enagage a function that calculates a PPP_scale_factor based on the set of indiviudal parameters we deem important for
The first_peak_value in InfectionMalaria2::get_infection() is effectively scaled by PPP_scale_factor and that value still falls between the clamped min and max of InfectionMalaria2::get_infection()
PPP_scale_factor should be calculated by a function with three default behaviors:
The first_peak_value in InfectionMalaria2::get_infection() is effectively scaled by PPP_scale_factor and that value still falls between the clamped min and max of InfectionMalaria2::get_infection()