|
93 | 93 | #' @description Three precipition datasets off the SW coast of India. Two are satellite derived and one is based on land gauges. |
94 | 94 | #' |
95 | 95 | #' @details |
96 | | -#' The National Climatic Data Center provides basic information on the GPCP Precipitation dataset. The dataset consists of monthly precipitation estimates (average mm/day) from January 1979 to the present. The precipitation estimates merge several satellite and in situ sources into a final product. Data are provided on a 2.5 degree grid. The GPCP Precipitation data are provided by the NOAA/NCEI Global Precipitation Climatology Project and were downloaded from \url{https://www.ncei.noaa.gov/data/global-precipitation-climatology-project-gpcp-monthly}. Two boxes were defined, one off the Kerala coast and one off the Karnataka coast, and the average values of all grid points within these boxes were used. |
| 96 | +#' The National Climatic Data Center provides basic information on the GPCP Precipitation dataset. |
| 97 | +#' The dataset consists of monthly precipitation estimates (average mm/day) from January 1979 to |
| 98 | +#' the present. The precipitation estimates merge several satellite and in situ sources into a |
| 99 | +#' final product. Data are provided on a 2.5 degree grid. The GPCP Precipitation data are |
| 100 | +#' provided by the NOAA/NCEI Global Precipitation Climatology Project and were downloaded from |
| 101 | +#' \url{https://www.ncei.noaa.gov/data/global-precipitation-climatology-project-gpcp-monthly}. Two boxes were defined, one off the Kerala coast and one off the Karnataka coast, and the average values of all grid points within these boxes were used. |
97 | 102 | #' \preformatted{ |
98 | 103 | #' The boxes are |
99 | 104 | #' Kerala Lat(8.75, 11.25), Lon(73.25, 75.75) |
|
108 | 113 | #' \describe{ |
109 | 114 | #' \item{Year}{} |
110 | 115 | #' \item{Month}{} |
111 | | -#' \item{precip.gpcp.kerala}{Monthly GPCP precipitation in the box off the Kerala coast.} |
112 | | -#' \item{precip.gpcp.karnataka}{Monthly GPCP precipitation in the box off the Karnataka coast.} |
113 | | -#' \item{PrecipTRMM}{Monthly precipitation estimates from the Tropical Rainfall Measuring Mission (TRMM). Data are averaged in the boxes used for the other satellite data.} |
| 116 | +#' \item{precip.gpcp.kerala}{Monthly GPCP precipitation in the box off the Kerala coast. Units are average mm/day.} |
| 117 | +#' \item{precip.gpcp.karnataka}{Monthly GPCP precipitation in the box off the Karnataka coast. Units are average mm/day.} |
| 118 | +#' \item{PrecipTRMM}{Monthly precipitation estimates from the Tropical Rainfall Measuring Mission (TRMM). Data are averaged in the boxes 1 to 13 used for the other satellite data.} |
114 | 119 | #' \item{Precip.Kerala}{Monthly precipitation (mm) from landgauges.} |
115 | 120 | #' } |
116 | 121 | #' |
|
150 | 155 |
|
151 | 156 | #' Sea surface temperature data from remote-sensing products |
152 | 157 | #' |
153 | | -#' @description The SST satellite data were downloaded from the NOAA ERDDAP server using R Mendels |
154 | | -#' \code{rerddapXtracto} R package which uses the ropensci \code{rerddap} R package. The R code used |
| 158 | +#' @description The SST satellite data were downloaded from the NOAA ERDDAP server using Roy Mendelssohn's |
| 159 | +#' \strong{rerddapXtracto} R package which uses the ropensci\strong{rerddap} R package available on CRAN. The R code used |
155 | 160 | #' to download the data is in the \code{extdata/get_satelite_data} folder. See examples for how to find |
156 | | -#' the file. |
| 161 | +#' the file. Units are degree Celcius. |
157 | 162 | #' |
158 | 163 | #' @details |
159 | 164 | #' For 1981 to 2003, We used the Pathfinder Version 5.2 |
|
181 | 186 | #' \describe{ |
182 | 187 | #' \item{Year}{The year} |
183 | 188 | #' \item{Month}{The month} |
184 | | -#' \item{SST.1 to SST.13}{Average monthly SST averaged over boxes 1 to 13.} |
| 189 | +#' \item{SST.1 to SST.13}{Average monthly SST averaged over boxes 1 to 13. Units are degree Celcius.} |
185 | 190 | #' } |
186 | 191 | #' |
187 | 192 | #' @references |
|
197 | 202 | #' |
198 | 203 | #' \insertRef{Waltonetal1998}{SardineForecast} |
199 | 204 | #' |
| 205 | +#' \insertRef{rerddap}{SardineForecast} |
| 206 | +#' |
| 207 | +#' \insertRef{rerddapXtracto}{SardineForecast} |
| 208 | +#' |
200 | 209 | #' @examples |
201 | 210 | #' \dontrun{ |
202 | 211 | #' # Show the R code that downloaded the data |
|
213 | 222 |
|
214 | 223 | #' Chlorophyll-a data from remote-sensing products |
215 | 224 | #' |
216 | | -#' @description The CHL satellite data were downloaded from the NOAA ERDDAP server using R Mendels |
217 | | -#' \code{rerddapXtracto} R package which uses the ropensci \code{rerddap} R package. The R code used |
| 225 | +#' @description The CHL satellite data (mg/m$^3$) were downloaded from the NOAA ERDDAP server using |
| 226 | +#' Roy Mendelssohn's |
| 227 | +#' \strong{rerddapXtracto} R package which uses the ropensci\strong{rerddap} R packages available on CRAN. The R code used |
218 | 228 | #' to download the data is in the \code{extdata/get_satelite_data} folder. See examples for how to find |
219 | 229 | #' the file. |
220 | 230 | #' |
|
224 | 234 | #' Ocean Biology Processing Group in the Ocean Ecology Laboratory |
225 | 235 | #' at the NASA Goddard Space Flight Center. |
226 | 236 | #' |
227 | | -#' For 1997 to 2002, we used the Chlorophyll-a 2014.0 Reprocessing (R2014.0) product |
| 237 | +#' For September 1997 to 2002, we used the Chlorophyll-a 2014.0 Reprocessing (R2014.0) product |
228 | 238 | #' from the Sea-viewing Wide Field-of-view |
229 | 239 | #' Sensor (SeaWiFS) on the Orbview-2 satellite. These data are on a 0.1 degree grid. See reference below. |
230 | 240 | #' |
|
248 | 258 | #' \describe{ |
249 | 259 | #' \item{Year}{The year} |
250 | 260 | #' \item{Month}{The month} |
251 | | -#' \item{CHL.1 to CHL.13}{Average monthly CHL averaged over boxes 1 to 13.} |
| 261 | +#' \item{CHL.1 to CHL.13}{Average monthly CHL averaged over boxes 1 to 13. Units are mg/m$^3$.} |
252 | 262 | #' } |
253 | 263 | #' |
254 | 264 | #' @references |
|
263 | 273 | #' Spectroradiometer (MODIS) Aqua Chlorophyll Data; 2014 Reprocessing. |
264 | 274 | #' NASA OB.DAAC, Greenbelt, MD, USA. \url{https://dx.doi.org/10.5067/AQUA/MODIS/L3M/CHL/2014} |
265 | 275 | #' |
| 276 | +#' |
266 | 277 | #' \insertRef{Huetal2012}{SardineForecast} |
267 | 278 | #' |
| 279 | +#' \insertRef{rerddap}{SardineForecast} |
| 280 | +#' |
| 281 | +#' \insertRef{rerddapXtracto}{SardineForecast} |
| 282 | +#' |
268 | 283 | #' |
269 | 284 | #' @examples |
270 | 285 | #' \dontrun{ |
|
431 | 446 | #' @details |
432 | 447 | #' |
433 | 448 | #' The Wind-based monthly upwelling indices were downloaded from the NOAA ERDDAP server. The first is |
434 | | -#' 1999-2009 on a 0.125 degree grid. The second is 2009 to present on a 0.25 degree grid. |
435 | | -#' and the second is See |
| 449 | +#' 1999-2009 on a 0.125 degree grid. The second is 2009 to present on a 0.25 degree grid. Units are m/s. |
| 450 | +#' See |
436 | 451 | #' \url{https://coastwatch.pfeg.noaa.gov/erddap/info/erdQSstressmday/index.html} and |
437 | 452 | #' \url{https://coastwatch.pfeg.noaa.gov/erddap/info/erdQAstressmday/index.html}. |
438 | 453 | #' |
|
446 | 461 | #' |
447 | 462 | #' The Bakun index (The Bakun 1973) is calculated based upon Ekman's theory of mass transport |
448 | 463 | #' due to wind stress. The index is computed from the ektrx and ektry, which |
449 | | -#' are the x- and y- components of Ekman Transport obtained from the ERDDAP link |
450 | | -#' below, and coast_angle is 158 degrees for the India west coast near Kochi. |
| 464 | +#' are the x- and y- components of Ekman Transport (kg m$^{-1}$ s$^-1$) obtained from the ERDDAP link |
| 465 | +#' below, and coast_angle is 158 degrees for the India west coast near Kochi (74.5E 11.5N coast angle 158 degrees). |
451 | 466 | #' \url{https://coastwatch.pfeg.noaa.gov/erddap/info/erdlasFnWPr/index.html}. |
452 | 467 | #' The function to compute the Bakun index is |
453 | 468 | #' (from \url{https://oceanview.pfeg.noaa.gov/products/upwelling/bakun}) |
|
473 | 488 | #' \describe{ |
474 | 489 | #' \item{Year}{The year} |
475 | 490 | #' \item{Month}{The month} |
476 | | -#' \item{Wind.UPW.1 to Wind.UPW.5}{Average monthly UPW averaged over boxes 1 to 5.} |
477 | | -#' \item{SST.UPW.1 to SST.UPW.5}{Average monthly SST differential averaged over boxes 1 to 5.} |
478 | | -#' \item{Bakun.UPW}{Average monthly SST differential averaged over boxes 1 to 5.} |
| 491 | +#' \item{Wind.UPW.1 to Wind.UPW.5}{Average monthly wind-based upwelling index averaged over boxes 1 to 5. Units are m/s.} |
| 492 | +#' \item{SST.UPW.1 to SST.UPW.5}{Average monthly SST differential averaged over boxes 1 to 5. Units are degree Celcius.} |
| 493 | +#' \item{Bakun.UPW}{Bakun index at 74.5E 11.5N (near Kochi, India) at a coast angle of 158 degrees. Units are kg m$^{-1}$ s$^-1$.} |
479 | 494 | #' } |
480 | 495 | #' |
481 | 496 | #' @references |
|
0 commit comments