Model Mathematics

Component: environment

Component: H1

ddtime H1 =- beta_I H1 + A

Component: H2

ddtime H2 = beta_I H1 - beta_C H2

Component: A

A = A_max 1.0 -- lamda time - t_on 1.0 -- lamda t_off - t_on if time < t_off time t_on A_max - alpha time - t_off if time t_off 0.0 otherwise

Component: model_parameters

beta_I =ln 2.0 tau_I beta_C =ln 2.0 tau_C alpha =ln 2.0 tau_alpha lamda =ln 2.0 tau_lamda