HadGEM2_ES: HadGEM2-ES temperature and forcing dataset.

HadGEM2_ESR Documentation

HadGEM2-ES temperature and forcing dataset.

Description

This is the HadGEM2-ES temperature dataset. Also includes radiative forcing data obtained by combining the HadGEM2-ES forcing data and Hansen et al. (2010) such that the 18-yr moving averages are equal. The forcing slope coefficient when assuming a 1% annual increase of CO2, which is used to estimate the TCR, is 2.9.

Usage

data(HadGEM2_ES)

Format

The data is a list that contains these objects:

Year

Time index denoting the year of the observations.

Temperature

Annual global mean surface temperature.

Forcing

Annual adjusted radiative forcing.

References

Collins, W. J., Bellouin, N., Doutriaux-Boucher, M., Gedney, N., Halloran, P., Hinton, T., Hughes, J., Jones, C. D., Joshi, M., Liddicoat, S., Martin, G., O'Connor, F., Rae, J., Senior, C., Sitch, S., Totterdell, I., Wiltshire, A., and Woodward, S. 2011: Development and evaluation of an Earth-System model – HadGEM2, Geosci. Model Dev., 4, 1051–1075, https://doi.org/10.5194/gmd-4-1051-2011.

The HadGEM2 Development Team: Martin, G. M., Bellouin, N., Collins, W. J., Culverwell, I. D., Halloran, P. R., Hardiman, S. C., Hinton, T. J., Jones, C. D., McDonald, R. E., McLaren, A. J., O'Connor, F. M., Roberts, M. J., Rodriguez, J. M., Woodward, S., Best, M. J., Brooks, M. E., Brown, A. R., Butchart, N., Dearden, C., Derbyshire, S. H., Dharssi, I., Doutriaux-Boucher, M., Edwards, J. M., Falloon, P. D., Gedney, N., Gray, L. J., Hewitt, H. T., Hobson, M., Huddleston, M. R., Hughes, J., Ineson, S., Ingram, W. J., James, P. M., Johns, T. C., Johnson, C. E., Jones, A., Jones, C. P., Joshi, M. M., Keen, A. B., Liddicoat, S., Lock, A. P., Maidens, A. V., Manners, J. C., Milton, S. F., Rae, J. G. L., Ridley, J. K., Sellar, A., Senior, C. A., Totterdell, I. J., Verhoef, A., Vidale, P. L., and Wiltshire, A. 2011: The HadGEM2 family of Met Office Unified Model climate configurations, Geosci. Model Dev., 4, 723–757, https://doi.org/10.5194/gmd-4-723-2011.

Examples

# Load data
data(HadGEM2_ES, package = "INLA.climate")

#Plot temperature
plot(HadGEM2_ES$Year, HadGEM2_ES$Temperature)

#Plot forcing
plot(HadGEM2_ES$Year, HadGEM2_ES$Forcing)


eirikmn/INLA.climate documentation built on Feb. 6, 2023, 11:41 a.m.