Hi , I am trying to use BO ionic model in my simulations with modified parameters from this paper (Weber, F. M., et al. "Adaptation of a minimal four-state cell model for reproducing atrial excitation properties." 2008 Computers in Cardiology. IEEE, 2008.).
Before running simulations I verified the availability of model and nomenclature of parameters using 'bench --imp BO --imp-info'
My issue: I am able to run simulations with the standard set of BO parameters available in CARP but when I try to modify the parameters (23 out of 28 parameters require scaling of the BO model parameters) , I get an error. CARP is not allowing allow me to change or scale beyond 16 parameters. Is there any workaround or syntax to overcome this limit of the max number of ionic channel conductance that can be scaled or prescribed by a value in a .par file ?
Please see the MWE extract from my .par file below for further clarity :
#IONIC SETUP
num_imp_regions = 1
#Myocardium
imp_region[0].im = BO
imp_region[0].im_param = "k_s=1.008,k_so=1.748,k_w_minus=135,tau_fi=0.0678,tau_o1=100,tau_o2=64.87,tau_s1=5.406,tau_s2=52.91,tau_si=6.978,tau_so1=53.54,tau_so2=8.03,tau_v1_minus=65.6,tau_v_pls=0.95,tau_w1_minus=170.8,tau_w2_minus=112.4,tau_w_inf=4.97,tau_w_pls=217,th_o=0.06,th_v_minus=0.172,th_w=0.33,u_s=0.814,u_u=1.02,u_w_minus=0.0744"
Once I run this, I am getting error that openCARP doesn't recognize tau_w_pls which is the 17th ionic parameters in the list. If I delete tau_w_pls , I get error regarding the next (17th) parameter in the list. Seems to be some max limit issue.
I would be thankful for your kind guidance and reply.