ArcticSeaIce

ArcticSeaIce service provides access to NOAA PSL monthly Arctic sea ice data. For more information, check out https://psl.noaa.gov/data/timeseries/monthly/NHICE/.

RPCS

ArcticSeaIce.getMonthlyIceArea(startyear: Number?, endyear: Number?)

Get the monthly Arctic sea ice area data in millions of square kilometers.

If startyear or endyear is provided, only measurements within the given range will be returned.

Arguments:

  • startyear: Number? (Number) - first year of data to include

  • endyear: Number? (Number) - last year of data to include

Returns: List<Array> (List) - Monthly data points

ArcticSeaIce.getMonthlyIceExtent(startyear: Number?, endyear: Number?)

Get the monthly Arctic sea ice extent data in millions of square kilometers.

If startyear or endyear is provided, only measurements within the given range will be returned.

Arguments:

  • startyear: Number? (Number) - first year of data to include

  • endyear: Number? (Number) - last year of data to include

Returns: List<Array> (List) - Monthly data points