inst/extdata/get_satellite_data/Replicate_EMT/get_wind_data.R

## FUNCTIONS

# are in get_EMT_functions.R

## DATA

# Winds
# 6-hr 1987-2011
# https://coastwatch.pfeg.noaa.gov/erddap/griddap/jplCcmpL3Wind6Hourly
# 5 day averages 1987-2011
# https://coastwatch.pfeg.noaa.gov/erddap/griddap/jplCcmp35aWindPentad_LonPM180.html
# 10m winds monthly ave 1997-present FNMOC
# https://coastwatch.pfeg.noaa.gov/erddap/griddap/erdlasFnWind10
# 2009-present daily winds ASCAT
# https://coastwatch.pfeg.noaa.gov/erddap/griddap/erdQAwind1day
# 1999-2009 QuikSCAT daily
# https://coastwatch.pfeg.noaa.gov/erddap/griddap/erdQSwind1day.html
# 1999-2009 QuikSCAT monthly wind stress
# https://coastwatch.pfeg.noaa.gov/erddap/griddap/erdQSstressmday.html

# Search for QuikSCAT
# https://coastwatch.pfeg.noaa.gov/erddap/search/index.html?page=1&itemsPerPage=1000&searchFor=QuikSCAT

# This is the one used in the George paper from APDRC server
# QSCAT 1999-2009 Monthly wind on 0.25 grid
# http://apdrc.soest.hawaii.edu/erddap/griddap/hawaii_soest_ac64_2013_0c5f.html
# ASCAT daily wind on 0.25 grid
# http://apdrc.soest.hawaii.edu/erddap/griddap/hawaii_soest_a6ab_91f7_b38f.html

# NOAA SWFSC ERD
# ASCAT daily 0.25 grid, 2009- Metrop-A & B
# https://coastwatch.pfeg.noaa.gov/erddap/griddap/erdQAwindmday.html
# https://coastwatch.pfeg.noaa.gov/erddap/griddap/erdQBwindmday.html

# CCMP is a product that integrates various wind datasets into 1
# monthly .25 grid; 1987-2011
# https://coastwatch.pfeg.noaa.gov/erddap/griddap/jplCcmp35aWindMonthly.html

# FNMOC wind 1997-present monthly 1 deg grid
# https://coastwatch.pfeg.noaa.gov/erddap/griddap/erdlasFnWind10.html
# FNMOC pressure 6-hr 1 deg grid
# https://coastwatch.pfeg.noaa.gov/erddap/griddap/erdlasFnPres6.html
# FNMOC wind, pressure, tau, emt for this month
# https://coastwatch.pfeg.noaa.gov/erddap/griddap/erdlasFnTransMon.html
eeholmes/SardineForecast documentation built on July 17, 2021, 2:56 a.m.