The Walsh and Chapman Sea Ice Data Set provides a long record of Arctic sea ice concentrations on a monthly basis for 1870-2011. Historical observations were gridded and combined with satellite-derived sea ice concentrations for the recent decades. Mostly climatologies before the 1950s. The Walsh and Chapman sea ice data set is the main input data set into the HadiSST sea ice analysis for the Northern Hemisphere for 1870-1978.
The temporal and spatial inhomogeneities in the data sources that went into the construction of this dataset require that any historical analysis of the data is done with caution and an understanding of the limitations of the data.
There are three periods for which the sources of the data change fundamentally:
1972-1998: Satellite period - hemispheric coverage, state-of-the-art data accuracy
1953-1971: Hemispheric observations - complete coverage from a variety of sources. The observational reliability varies with each source, but is generally accurate.
1870-1952: Climatology with increasing amounts of observed data throughout the period.
Because most of the direct observations of sea ice (1870-1971 period) are from ships at sea, they are generally the most complete near the ice edge. The conditions north of the ice edge are often assumed to be 100% covered during this period. The satellite era has shown otherwise with concentrations between 70-90% frequently occurring well north of the ice edge in the post-1972 data. For this reason, we recommend using a measure of ice extent, when doing historical comparisons of hemispheric sea ice coverage for periods which include data prior to 1972. This is done by assuming that all grid points with ice concentrations greater than some threshold (15% is commonly used) is assumed completely covered by sea ice.
Regional or grid point analyses may benefit by using the concentration data as it is distributed but the completeness of the historical record will vary regionally. Please contact Bill Chapman (chapman@atmos.uiuc.edu) if you have a question regarding the inventory of data included in this dataset for a specific region.
Arctic Monthly Sea Ice Concentrations: 1870 - 2008
Mid-month values of sea ice concentration for the Arctic are digitized on a standard 1-degree grid (cylindrical projection) to provide a "relatively uniform set of sea ice extent for all longitudes, as a basis for hemispheric scale studies of observed sea ice fluctuations" (Walsh, 1978).
These data are a compilation of data from many sources integrated into a single gridded product by John Walsh and Bill Chapman, University of Illinois. The sources of data for each grid cell have changed over the years from infrequent land/sea observations, to observationally derived charts, to satellite data for the most recent decades. Temporal and spatial gaps within observed data are filled with a climatology or other statistically derived data.
Please note that large portions of the pre-1953, and almost all of the pre-1900 data is either climatology or interpolated data and the user is cautioned to use this data with care.
Data format:
The Arctic sea ice concentrations are a gridded ASCII dataset. The domain is global, though concentrations are provided only for the Northern Hemisphere. This was done to facilitate merging the sea ice data with other global climate and oceanographic datasets. The data can be read with the following FORTRAN code segment:
real xice(360,180)
do iyear=1870,1998
do imonth=1,12
read (10,4000) nyear,nmonth,nday
read (10,4010) ((xice(ilon,ilat),ilon=1,360),ilat=1,180)
end do
end do
4000 format(i4,i3,i3)
4001 format(10f8.2)
Data values are either -1.0 for a land grid cell or in the range 0.0 - 100.0 for ice concentration (%).
Data Sources:
The data sources for the ice concentrations vary spatially and temporally. There are eight basic data sources for the ice concentrations:
1. Danish Meteorological Institute
2. Japan Meteorological Agency
3. Naval Oceanographic Office (NAVOCEANO)
4. Kelly ice extent grids (based upon Danish Ice Charts)
5. Walsh and Johnson/Navy-NOAA Joint Ice Center
6. Navy-NOAA Joint Ice Center Climatology
7. Temporal extension of Kelly data (see note below)
8. Nimbus-7 SMMR Arctic Sea Ice Concentrations or
DMSP SSM/I Sea Ice Concentrations using the NASA Team Algorithm
Data extensions:
(a) Temporal extension of Kelly ice extent analyses:
Sea ice extent data is provided by Kelly, et. al. 1988. The ice extent data is compiled for the months April-August for the majority of the period 1901-1956. In this dataset, we utilize the Kelly data to create an ice concentration data source for the early period of record. This data is given very low priority in the hierarchy of available data so that if there are data from any sources (except climatology), we replace the extended Kelly data with this new source data. The modification of the Kelly data is done in two parts: (1) conversion from ice extent to ice concentrations, and (2) temporal extension of the available data.
(1) We add a marginal sea ice zone to the Kelly ice extent data by computing average ice concentration drop-off rates for the period during which there are satellite observations. These drop-off rates indicate the rate at which ice concentrations decrease as a function of distance from open water and distance from 10/10 ice concentrations. The drop off rates vary with season; the summer melt season drop-off rate is about 0.5 that of the freeze-up season. We apply these drop-off rates to the Kelly ice extent data to create a marginal sea ice zone.
(2) Regional sea ice anomalies have been shown to persist for many months and even seasons (Chapman and Walsh, 1991). We attempt to capitalize on this persistence by extending the ice anomaly data from (1) forward and backward in time to fill in the months September-March for each year in the 1901-1956 period. We compute lagged autocorrelations for the period of satellite observations and use the autocorrelations as weighting functions in the temporally extended data. For example, an anomaly for November is made by summing the anomalies of the proceeding August and the subsequent April weighted by the -3 month lag autocorrelation and the +5 month lag autocorrelations, respectively.
We have attempted to stretch the useful information included in the Kelly ice extent data to extract as much information as possible from the data. We feel that the addition of these extensions make a more complete and detailed dataset useful for most applications.
(b) Satellite derived data updates to Walsh sea ice database
During October, 1996, updates were made to the Walsh sea ice database. The database previously contained data through December, 1990. Updates to this dataset are, and will continue to be made using ice concentrations obtained via the SSMI sources using the NASA Team algorithm.
In order to maintain a consistent data source for the last part of the period, all data from October, 1978 through December, 1998 are from the SMMR/ SSMI sources. Data from previous versions of this data set were replaced by SMMR and SSM/I data from Oct. 1978 - Dec. 1990.
Chapman, William & National Center for Atmospheric Research Staff (Eds). Last modified 20 Aug 2013. "The Climate Data Guide: Walsh and Chapman Northern Hemisphere Sea Ice." Retrieved from https://climatedataguide.ucar.edu/climate-data/walsh-and-chapman-northern-hemisphere-sea-ice.
Funding: NSF | National Science Foundation
Based at: NCAR | National Center for Atmospheric Research
A Project of: Climate Analysis Section in Climate and Global Dynamics Laboratory
Created by: Climate Data Guide PIs and Staff
1 Comments
Walsh and Chapman Northern Hemisphere Sea Ice
Before posting your own comment, you may wish to review the comments policy, and consider the fact that your real name and primary affiliation will appear with your comment. All submitted comments are subject to approval; they will not immediately appear. If you cannot see the form to add a new comment, you must login.1
January 23, 2015 - 4:34pmof says:
Beware that the data set downloadable from http://arctic.atmos.uiuc.edu/SEAICE/ice.1870-2011.gz contains what seem to be bad data values (-20.0), especially in later years. I don't see any documentation explaining such values.