function PAR=PAR_SI % % define model parameters and values PAR.case = '1'; PAR.depth = 1.0; % vertical dimension of the volume (m) % infection rate by contact with infectious individuals % [infected produced/susceptible animal/day] PAR.Iinfect = 0.001 ; % mortality rate of infected [1/day] PAR.Imort = 0.005; % background (natural) mortality rate of susceptibles [1/day]. NOT in this % model %PAR.Bmort = 0.0001;