diff --git a/R/to_as4wrf.R b/R/to_as4wrf.R index b1fdcce..b52165f 100644 --- a/R/to_as4wrf.R +++ b/R/to_as4wrf.R @@ -30,7 +30,7 @@ #' Metropolitan Area: a numerical study with the WRF-Chem model, Atmos. Chem. #' Phys., 16, 777-797, doi:10.5194/acp-16-777-2016, 2016. #' A good website with timezones is http://www.timezoneconverter.com/cgi-bin/tzc -#' The crs is the same as used by \code{\link{sf}} package +#' The crs is the same as used by \code{sf} package #' It returns a dataframe with id,, long, lat, pollutants, time_lt, time_utc #' and day-UTC-hour (dutch) #' The pollutants for the CBMZ are: e_so2, e_no, e_ald, e_hcho, e_ora2, e_nh3 diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index da988ab..dcaeeb1 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -7,4 +7,4 @@ articles: gallery2: gallery2.html gallery3: gallery3.html gallery5: gallery5.html -last_built: 2024-09-22T23:39Z +last_built: 2024-09-23T00:24Z diff --git a/docs/reference/eixport-package.html b/docs/reference/eixport-package.html index 1c557b1..c43942e 100644 --- a/docs/reference/eixport-package.html +++ b/docs/reference/eixport-package.html @@ -79,7 +79,7 @@

See also

Author

-

Maintainer: Sergio Ibarra-Espinosa sergio.ibarra@usp.br (ORCID)

+

Maintainer: Sergio Ibarra-Espinosa zergioibarra@gmail.com (ORCID)

Authors:

Other contributors:

diff --git a/docs/reference/wrf_add.html b/docs/reference/wrf_add.html index 7ea8920..f6e8374 100644 --- a/docs/reference/wrf_add.html +++ b/docs/reference/wrf_add.html @@ -113,7 +113,7 @@

Examples

wrf_add(file = files[1], name = "E_CO", POL = CO) } #> creating emission for domain 1 ... -#> output file: /tmp/RtmpB6wQOg/EMISS/wrfchemi_d01_2011-08-01_00:00:00 +#> output file: /tmp/Rtmp8Muxz2/EMISS/wrfchemi_d01_2011-08-01_00:00:00 diff --git a/docs/reference/wrf_get.html b/docs/reference/wrf_get.html index ae3edc6..152dd96 100644 --- a/docs/reference/wrf_get.html +++ b/docs/reference/wrf_get.html @@ -157,9 +157,9 @@

Examples

as_raster = TRUE) } -#> Warning: '/tmp/RtmpB6wQOg/EMISS' already exists +#> Warning: '/tmp/Rtmp8Muxz2/EMISS' already exists #> creating emission for domain 1 ... -#> output file: /tmp/RtmpB6wQOg/EMISS/wrfchemi_d01_2011-08-01_00:00:00 +#> output file: /tmp/Rtmp8Muxz2/EMISS/wrfchemi_d01_2011-08-01_00:00:00 diff --git a/docs/reference/wrf_grid.html b/docs/reference/wrf_grid.html index d4bebf0..eb178ff 100644 --- a/docs/reference/wrf_grid.html +++ b/docs/reference/wrf_grid.html @@ -97,7 +97,7 @@

Examples

gwrf <- wrf_grid(wrf) plot(gwrf, axes = TRUE) } -#> using grid info from: /tmp/RtmpkgkvzQ/temp_libpathc3542b99715f/eixport/extdata/wrfinput_d02 +#> using grid info from: /tmp/Rtmp6n6xMf/temp_libpathdc5b63e7c02d/eixport/extdata/wrfinput_d02 #> Number of lat points 51 #> Number of lon points 63 diff --git a/docs/reference/wrf_plot.html b/docs/reference/wrf_plot.html index 6805907..5233cf5 100644 --- a/docs/reference/wrf_plot.html +++ b/docs/reference/wrf_plot.html @@ -161,10 +161,10 @@

Examples

wrf_plot(files[1], "E_CO") } -#> Warning: '/tmp/RtmpB6wQOg/EMISS' already exists +#> Warning: '/tmp/Rtmp8Muxz2/EMISS' already exists #> creating emission for domain 1 ... -#> output file: /tmp/RtmpB6wQOg/EMISS/wrfchemi_d01_2011-08-01_00:00:00 -#> writing emissions: E_CO weight 1 on file /tmp/RtmpB6wQOg/EMISS/wrfchemi_d01_2011-08-01_00:00:00 +#> output file: /tmp/Rtmp8Muxz2/EMISS/wrfchemi_d01_2011-08-01_00:00:00 +#> writing emissions: E_CO weight 1 on file /tmp/Rtmp8Muxz2/EMISS/wrfchemi_d01_2011-08-01_00:00:00 #> [1] "Times" "XLAT" "XLONG" "E_ACET" "E_ALD2" "E_ALDX" "E_ALK3" #> [8] "E_ALK4" "E_ALK5" "E_BALD" "E_CCOOH" "E_CO" "E_CRES" "E_ECC" #> [15] "E_ECI" "E_ECJ" "E_ETH" "E_ETHA" "E_ETOH" "E_FORM" "E_GLY" @@ -173,7 +173,7 @@

Examples

#> [36] "E_NO3I" "E_NO3J" "E_OLE" "E_ORGC" "E_ORGI" "E_ORGJ" "E_PAR" #> [43] "E_PHEN" "E_PM10" "E_PM25I" "E_PM25J" "E_PROD2" "E_PSULF" "E_SO2" #> [50] "E_SO4C" "E_SO4I" "E_SO4J" "E_TERP" "E_TOL" "E_XYL" -#> /tmp/RtmpB6wQOg/EMISS/wrfchemi_d01_2011-08-01_00:00:00 +#> /tmp/Rtmp8Muxz2/EMISS/wrfchemi_d01_2011-08-01_00:00:00 #> E_CO: #> Max value: 2481.08618164062, Min value: 0 diff --git a/docs/reference/wrf_put.html b/docs/reference/wrf_put.html index 2807af7..20fdc69 100644 --- a/docs/reference/wrf_put.html +++ b/docs/reference/wrf_put.html @@ -130,9 +130,9 @@

Examples

name = "E_CO", POL = CO) } -#> Warning: '/tmp/RtmpB6wQOg/EMISS' already exists +#> Warning: '/tmp/Rtmp8Muxz2/EMISS' already exists #> creating emission for domain 1 ... -#> output file: /tmp/RtmpB6wQOg/EMISS/wrfchemi_d01_2011-08-01_00:00:00 +#> output file: /tmp/Rtmp8Muxz2/EMISS/wrfchemi_d01_2011-08-01_00:00:00 diff --git a/man/eixport-package.Rd b/man/eixport-package.Rd index f94065b..6e703d9 100644 --- a/man/eixport-package.Rd +++ b/man/eixport-package.Rd @@ -19,7 +19,7 @@ Useful links: } \author{ -\strong{Maintainer}: Sergio Ibarra-Espinosa \email{sergio.ibarra@usp.br} (\href{https://orcid.org/0000-0002-3162-1905}{ORCID}) +\strong{Maintainer}: Sergio Ibarra-Espinosa \email{zergioibarra@gmail.com} (\href{https://orcid.org/0000-0002-3162-1905}{ORCID}) Authors: \itemize{ diff --git a/man/to_as4wrf.Rd b/man/to_as4wrf.Rd index e43bf57..e1db10e 100644 --- a/man/to_as4wrf.Rd +++ b/man/to_as4wrf.Rd @@ -45,7 +45,7 @@ vehicular emissions on the formation of fine particles in the Sao Paulo Metropolitan Area: a numerical study with the WRF-Chem model, Atmos. Chem. Phys., 16, 777-797, doi:10.5194/acp-16-777-2016, 2016. A good website with timezones is http://www.timezoneconverter.com/cgi-bin/tzc -The crs is the same as used by \code{\link{sf}} package +The crs is the same as used by \code{sf} package It returns a dataframe with id,, long, lat, pollutants, time_lt, time_utc and day-UTC-hour (dutch) The pollutants for the CBMZ are: e_so2, e_no, e_ald, e_hcho, e_ora2, e_nh3