-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
15 lines (15 loc) · 1.38 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Package: PWCfilegenerator
Type: Package
Title: Weather file for the models Pesticide in Water Calculator (PWC) and Pesticide Root Zone Model (PRZM5).
Version: 0.1.0
Authors@R: c(person("Florencia", "D'Andrea", email = "forencia.dandrea@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0041-097X")), person("Julie", "Brodeur", email = "celine.brodeur@inta.gob.ar", role = c("ctb"), comment = c(ORCID = "0000-0001-5408-6645")))
Description: The goal of the function PWCfilegenerator::PWC_fg() is to convert a weather dataset to the input file format needed to run the models Pesticide in Water Calculator (PWC) v1.52 and Pesticide Root Zone Model (PRZM5) v5.02.
PWC and PRZM5 are mathematical models used for pesticide fate modelling and are free to download from the USEPA website. These models are employed for regulatory purposes as part of surface water exposure characterization during pesticide risk assessment.
Although PWC has a simple and intuitive interface, the weather files required to run the model are only available for North America, making it difficult for users lacking programming skills to run the model in other countries. The package PWCfilegenerator v0.1.0 facilitates the construction of weather files in PWC format from common databases
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
gdata (>= 2.18.0),
lubridate (>= 1.7.4)
RoxygenNote: 6.1.1