Skip to content

This scrapes, visualizes, and analyses time series Greenland Blocking Index data from noaa.gov

Notifications You must be signed in to change notification settings

JepsonNomad/GBI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

GBI

Intent

This is a short block of R code to download and investigate the Greenland Blocking Index (GBI). Data is extracted from https://www.esrl.noaa.gov/psd/data/correlation/gbi.ncep.day. The GBI is a measure of high-pressure blocking expressed as meters above sea level, reflecting the mean geopotential height of 500 hPa over the region bounded by 60-80 deg N and 20-80 deg W. For further information see Hanna et al 2016 Int J Climatology.

Dependencies

Code uses RCurl and ggplot2 to to download and visualise the data.

Returns

Returns daily, monthly, and annual GBI values as individual data.frames and visualizes all three in one plot.

About

This scrapes, visualizes, and analyses time series Greenland Blocking Index data from noaa.gov

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages