|
161 | 161 | #' the file. Units are degree Celcius. |
162 | 162 | #' |
163 | 163 | #' @details |
| 164 | +#' There are two SST data sets: AVHRR and ICOADS. |
| 165 | +#' |
| 166 | +#' \strong{AVHRR} |
164 | 167 | #' For 1981 to 2003, We used the Pathfinder Version 5.2 |
165 | 168 | #' (L3C) monthly day and night product on a 0.0417 degree grid. These SST data use the Advanced Very-High Resolution |
166 | 169 | #' Radiometer (AVHRR) instrument on the Pathfinder satellites. These data were provided by GHRSST |
|
175 | 178 | #' Both SST data sets were downloaded from the NOAA ERDDAP server. See |
176 | 179 | #' \url{https://coastwatch.pfeg.noaa.gov/erddap/info/erdAGsstamday/index.html} and |
177 | 180 | #' \url{https://coastwatch.pfeg.noaa.gov/erddap/info/erdPH2sstamday/index.html}. |
178 | | -#' |
| 181 | +#' |
| 182 | +#' \strong{ICOADS} |
| 183 | +#' The SST was extracted from the International Comprehensive Ocean-Atmosphere Data Set (ICOADS) |
| 184 | +#' collection of surface marine data |
| 185 | +#' Data from 1960 onward were used, which are on a 1°x1° grid. |
| 186 | +#' |
| 187 | +#' The ICOADS SST data were downloaded from the NOAA ERDDAP server. |
| 188 | +#' \url{https://coastwatch.pfeg.noaa.gov/erddap/info/esrlIcoads1ge/index.html} |
| 189 | +#' More information on the ICOADS data are available at |
| 190 | +#' \url{https://coastwatch.pfeg.noaa.gov/erddap/info/esrlIcoads1ge/index.html} |
| 191 | + |
| 192 | + |
179 | 193 | #' The R code used |
180 | 194 | #' to download the data is in the \code{extdata/get_satelite_data} folder. See examples |
181 | 195 | #' for how to find and view the files. The SST values were averaged across thirteen |
182 | 196 | #' 1 degree by 1 degree boxes which roughly parallel the bathymetry. |
183 | | -#' See the figure in the examples below which shows the boxes. |
184 | 197 | #' |
185 | 198 | #' @format A data frame with: |
186 | 199 | #' \describe{ |
187 | 200 | #' \item{Year}{The year} |
188 | 201 | #' \item{Month}{The month} |
189 | 202 | #' \item{SST.1 to SST.13}{Average monthly SST averaged over boxes 1 to 13. Units are degree Celcius.} |
| 203 | +#' \item{SSTICOAD.1 to SSTICOAD.13}{Average monthly SST averaged over boxes 1 to 13. Units are degree Celcius.} |
190 | 204 | #' } |
191 | 205 | #' |
192 | 206 | #' @references |
193 | | -#' These data were provided by GHRSST and the US National Oceanographic Data Center. |
| 207 | +#' The AVHRR data were provided by GHRSST and the US National Oceanographic Data Center. |
194 | 208 | #' This project was supported in part by a grant from the NOAA Climate Data Record |
195 | 209 | #' (CDR) Program for satellites. The data were downloaded from NOAA CoastWatch-West |
196 | 210 | #' Coast Regional Node and Southwest Fisheries Science Center's Environmental |
197 | 211 | #' Research Division. To cite these data in a paper, please follow the instructions |
198 | 212 | #' in the license and at this link: |
199 | 213 | #' \url{https://coastwatch.pfeg.noaa.gov/erddap/information.html#citeDataset} |
200 | 214 | #' |
| 215 | +#' The ICOADS data were provided by the NOAA/OAR/ESRL PSD, Boulder, Colorado, USA, |
| 216 | +#' from their Web site at http://www.esrl.noaa.gov/psd/ (and downloaded via NOAA's |
| 217 | +#' CoastWatch data server.) |
| 218 | +#' |
201 | 219 | #' \insertRef{Caseyetal2010}{SardineForecast} |
202 | 220 | #' |
203 | 221 | #' \insertRef{Waltonetal1998}{SardineForecast} |
|
0 commit comments