Skip to content

Commit da1e5ef

Browse files
committed
update data
1 parent c1a09b4 commit da1e5ef

File tree

15 files changed

+1608
-1545
lines changed

15 files changed

+1608
-1545
lines changed

R/data.R

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@
161161
#' the file. Units are degree Celcius.
162162
#'
163163
#' @details
164+
#' There are two SST data sets: AVHRR and ICOADS.
165+
#'
166+
#' \strong{AVHRR}
164167
#' For 1981 to 2003, We used the Pathfinder Version 5.2
165168
#' (L3C) monthly day and night product on a 0.0417 degree grid. These SST data use the Advanced Very-High Resolution
166169
#' Radiometer (AVHRR) instrument on the Pathfinder satellites. These data were provided by GHRSST
@@ -175,29 +178,44 @@
175178
#' Both SST data sets were downloaded from the NOAA ERDDAP server. See
176179
#' \url{https://coastwatch.pfeg.noaa.gov/erddap/info/erdAGsstamday/index.html} and
177180
#' \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+
179193
#' The R code used
180194
#' to download the data is in the \code{extdata/get_satelite_data} folder. See examples
181195
#' for how to find and view the files. The SST values were averaged across thirteen
182196
#' 1 degree by 1 degree boxes which roughly parallel the bathymetry.
183-
#' See the figure in the examples below which shows the boxes.
184197
#'
185198
#' @format A data frame with:
186199
#' \describe{
187200
#' \item{Year}{The year}
188201
#' \item{Month}{The month}
189202
#' \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.}
190204
#' }
191205
#'
192206
#' @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.
194208
#' This project was supported in part by a grant from the NOAA Climate Data Record
195209
#' (CDR) Program for satellites. The data were downloaded from NOAA CoastWatch-West
196210
#' Coast Regional Node and Southwest Fisheries Science Center's Environmental
197211
#' Research Division. To cite these data in a paper, please follow the instructions
198212
#' in the license and at this link:
199213
#' \url{https://coastwatch.pfeg.noaa.gov/erddap/information.html#citeDataset}
200214
#'
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+
#'
201219
#' \insertRef{Caseyetal2010}{SardineForecast}
202220
#'
203221
#' \insertRef{Waltonetal1998}{SardineForecast}

data/chl.rdata

27 Bytes
Binary file not shown.

data/enso.rdata

13 Bytes
Binary file not shown.

data/oilsardine_qtr.rdata

9 Bytes
Binary file not shown.

data/oilsardine_yr.rdata

-69 Bytes
Binary file not shown.

data/onset.rdata

9 Bytes
Binary file not shown.

data/seio_covariates_mon.rdata

97.7 KB
Binary file not shown.

data/seio_covariates_qtr.rdata

60.4 KB
Binary file not shown.

data/ssh.rdata

16 Bytes
Binary file not shown.

data/sst.rdata

28.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)