Skip to contents

Create sim_conds object with conditions for simulation

Usage

make_conds(start_date, end_date, lat, long, path = NULL)

Arguments

start_date

start date of simulation in YYYY-MM-DD format

end_date

end date of simulation in YYYY-MM-DD format

lat

latitude of site in decimal degrees

long

longitude of site in decimal degrees

path

pathway to SILO weather data. If null (default) data for the selected dates are downloaded

Value

object of class sim_conds with the following arguments:

  • env: dataframe containing mean temperature and rainfall for each day of the simulation

  • sim_length: length of simulation in days

  • start_date: start date of simulation in YYYY-MM-DD format

See also