sources_reanalysis: Reanalysis data sources

View source: R/sources_reanalysis.R

sources_reanalysisR Documentation

Reanalysis data sources

Description

Data sources providing data from global reanalysis models.

Usage

sources_reanalysis(name, formats, time_resolutions, ...)

Arguments

name

character vector: only return data sources with name or id matching these values

formats

character: for some sources, the format can be specified. See the list of sources above for details

time_resolutions

character: for some sources, the time resolution can be specified. See the list of sources above for details

...

: additional source-specific parameters. See the list of sources above for details

Details

  • "NCEP-DOE Reanalysis 2": NCEP-DOE Reanalysis 2 is an improved version of the NCEP Reanalysis I model that fixed errors and updated paramterizations of of physical processes. Accepts time_resolution values of "6 hour", "day", and/or "month" (default). The 6-hourly data is the original output time resolution. Daily and monthly averages are calculated from the 6-hourly model output

  • "NCEP/NCAR Reanalysis 1": The NCEP/NCAR Reanalysis 1 project is using a state-of-the-art analysis/forecast system to perform data assimilation using past data from 1948 to the present. Only the monthly data are so far included here

  • "CCMP Wind Product V2": The Cross-Calibrated Multi-Platform (CCMP) gridded surface vector winds are produced using satellite, moored buoy, and model wind data, and are a Level-3 ocean vector wind analysis product. The V2 CCMP processing combines Version-7 RSS radiometer wind speeds, QuikSCAT and ASCAT scatterometer wind vectors, moored buoy wind data, and ERA-Interim model wind fields using a Variational Analysis Method (VAM) to produce four maps daily of 0.25 degree gridded vector winds

The returned tibble contains more information about each source.

Value

a tibble with columns as specified by bb_source

References

See the doc_url and citation field in each row of the returned tibble for references associated with these particular data sources

See Also

sources_altimetry, sources_biological, sources_meteorological, sources_ocean_colour, sources_oceanographic, sources_sdm, sources_seaice, sources_sst, sources_topography

Examples

## Not run: 
## define a configuration and add the monthly NCEP2 data to it
cf <- bb_config("/my/file/root") %>%
  bb_add(sources_reanalysis("NCEP-DOE Reanalysis 2",time_resolution="month"))

## End(Not run)

AustralianAntarcticDivision/blueant documentation built on March 9, 2024, 4:07 p.m.