My workflow for model sensitivity analysis follows your excellent guide.
I am testing sensitivity to k_param, ic0_param, sdr_max, and l_max. To do this, I am interating the script over (one at a time)
[0.12,0.25,0.5,0.75,1,5,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,30,40,50,100]
My question is: what is the range I ought to be testing - here, for all 4 parameters I am testing over the parameter space: 0.12 - 100, which might be excessive (and I have done it, and it seems excessive).
As an example, for k_param, the guide encourages start at 2, and alter by 10% (I assume 0.2) per run to analyse sensitivity to k_param. In my set I have gone to 100 but it makes me wonder: what are the theoretical bounds for the 4 parameters (k_param, ic0_param, sdr_max, and l_max).