SIGMOID_SIGMA<-"sigma parameter of the sigmoid contamination function"
SIGMOID_KAPPA<-"kappa parameter of the sigmoid contamination function"
INFECTIOUS_PERIOD_VAR<-"variance of the infectious period duration"
INFECTIOUS_PERIOD_EXP<-"maximal expected duration of the infectious period"
LATENT_PERIOD_VAR<-" variance of the latent period duration"
LATENT_PERIOD_EXP<-"minimal expected duration of the latent period"
PROPAGULE_PROD_RATE<-"maximal expected effective propagule production rate of an infectious host per time step"
INFECTION_RATE<-"maximal expected infection rate of a propagule on a healthy host"
SURVIVAL_PROB<-"probability for a propagule to survive the off-season"
INOCULUM<-"initial probability for the first host (whose index is 0) to be infectious (i.e. state I) at the beginning of the simulation."
GENERATE_LANDSCAPE<-"Generates a landscape composed of fields where croptypes are allocated with controlled proportions and spatio-temporal aggregation."
RUN_SIMULATION<-"Run the simulation, depending of the parameters it can be long"
STOP_SIMULATION<-"Force to stop the simulation"
EXPORT_SIMULATION<-"Download a GPKG containing most of the parameters"
ROTATION_PERIOD<-"Croptypes rotation period in years. Will switch between 0 and 1 croptypes and 0 and 2 croptypes each period time. 0 mean no rotation."