biometeo: biometeo

Description Usage Arguments Value Author(s)

Description

Biometeo is the function to instantiate a S3 object related to environmental parameter that to be used in biomodel function. It require firstly a meteodata object and biocontainer object as arguments.

Usage

1
2
3
4
biometeo(meteo, i_biocontainer, startday = 1, deltatmax = 0,
  deltatmin = 0, deltatmed = 0, tresh_rain = 4, weigth_k = 5,
  CPPmin = 11.5, datemax = 110, bounddays = 10, varjd = 10,
  truncated = FALSE, timezone = "Europe/Rome")

Arguments

startday

integer Index of date when simulation starts. Default is 1.

deltatmax

numeric Mean Error Bias considered for maximum air temperature. Default is 0.

deltatmin

numeric Mean Error Bias considered for minimum air temperature. Default is 0.

deltatmed

numeric Mean Error Bias considered for mean air temperature. Default is 0.

weigth_k

numeric Weighting Paraemter to take into account dry spell impact See also weigthdry. Default is 5.

datemax

integer Julian day of maxim date of spring diapause awekaning . Default is 110 4th April.

bounddays

numeric Days of incertainty for diapause emergency period bounds. Default is 10.

varjd

numeric Days of variance for diapause emergency courbes. Default is 10.

truncated

logical Modeling with truncated gaussian respecting the limits. Default is FALSE.

timezone

character Timezone. Default is Europe/Rome.

meteodata

object rAedesim meteodata object.

biocontainer

object rAedesim biocontainer object

tresh_rain_dry

numeric Rain threshold for effective precipitation. Default is 4.

Value

Return a biometeo object.

Author(s)

Istituto di Biometeorologia Firenze Italy Alfonso crisci a.crisci@ibimet.cnr.it ASL LUCCA Marco Selmi marco.selmi@uslnordovest.toscana.it


alfcrisci/rAedesSim documentation built on May 10, 2019, 8:59 a.m.