function PAR=PAR_SID % % define model parameters and values PAR.case = '1'; PAR.depth = 1.0; % vertical dimension of the volume (m) % infection rate by contact with dead infectious individuals % [infected produced/susceptible animal/day] PAR.Dinfect = 0.01 ; % 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; % removal rate of dead [1/day] PAR.Ddecay = 0.2 ;