Preprints
https://doi.org/10.5194/egusphere-2023-2098
https://doi.org/10.5194/egusphere-2023-2098
26 Sep 2023
 | 26 Sep 2023

cfr (v2023.9.14): a Python package for climate field reconstruction

Feng Zhu, Julien Emile-Geay, Gregory J. Hakim, Dominique Guillot, Deborah Khider, Robert Tardif, and Walter A. Perkins

Abstract. Climate field reconstruction (CFR) refers to the estimation of spatiotemporal climate fields (such as surface temperature) from a collection of pointwise paleoclimate proxy datasets. The climate fields can provide rich information on climate dynamics and provide an out-of-sample validation of climate models. However, most CFR workflows are complex and timeconsuming, as they involve: (i) preprocessing of the proxy records, climate model simulations, and instrumental observations, (ii) application of one or more statistical methods, and (iii) analysis and visualization of the reconstruction results. Historically, this process has lacked transparency and accessibility, limiting reproducibility and experimentation by non-specialists. This article presents an open-source and object-oriented Python package called cfr that aims to make CFR workflows easy to understand and conduct, saving climatologists from technical details and facilitating efficient and reproducible research. It provides user-friendly utilities for common CFR tasks such as proxy and climate data analysis and visualization, proxy system modeling, and modularized workflows for multiple reconstruction methods, enabling methodological intercomparisons within the same framework. The package is supported with an extensive documentation of the application interface (API) and a growing number of tutorial notebooks illustrating its usage. As an example, we present two cfr-driven reconstruction experiments using the PAGES 2k temperature database: applying the last millennium reanalysis (LMR) paleoclimate data assimilation (PDA) framework and the Graphical Expectation-Maximization (GraphEM) algorithm, respectively.

Feng Zhu, Julien Emile-Geay, Gregory J. Hakim, Dominique Guillot, Deborah Khider, Robert Tardif, and Walter A. Perkins

Status: closed

Comment types: AC – author | RC – referee | CC – community | EC – editor | CEC – chief editor | : Report abuse
  • RC1: 'Comment on egusphere-2023-2098', Anonymous Referee #1, 29 Dec 2023
  • RC2: 'Comment on egusphere-2023-2098', Anonymous Referee #2, 01 Jan 2024
  • AC1: 'Comment on egusphere-2023-2098', Feng Zhu, 27 Jan 2024

Status: closed

Comment types: AC – author | RC – referee | CC – community | EC – editor | CEC – chief editor | : Report abuse
  • RC1: 'Comment on egusphere-2023-2098', Anonymous Referee #1, 29 Dec 2023
  • RC2: 'Comment on egusphere-2023-2098', Anonymous Referee #2, 01 Jan 2024
  • AC1: 'Comment on egusphere-2023-2098', Feng Zhu, 27 Jan 2024
Feng Zhu, Julien Emile-Geay, Gregory J. Hakim, Dominique Guillot, Deborah Khider, Robert Tardif, and Walter A. Perkins

Model code and software

cfr (v2023.9.14): a Python package for Climate Field Reconstruction Feng Zhu, Julien Emile-Geay, Gregory J. Hakim, Dominique Guillot, Deborah Khider, Robert Tardif, and Walter A. Perkins https://zenodo.org/record/8347162

Feng Zhu, Julien Emile-Geay, Gregory J. Hakim, Dominique Guillot, Deborah Khider, Robert Tardif, and Walter A. Perkins

Viewed

Total article views: 679 (including HTML, PDF, and XML)
HTML PDF XML Total BibTeX EndNote
404 252 23 679 19 22
  • HTML: 404
  • PDF: 252
  • XML: 23
  • Total: 679
  • BibTeX: 19
  • EndNote: 22
Views and downloads (calculated since 26 Sep 2023)
Cumulative views and downloads (calculated since 26 Sep 2023)

Viewed (geographical distribution)

Total article views: 661 (including HTML, PDF, and XML) Thereof 661 with geography defined and 0 with unknown origin.
Country # Views %
  • 1
1
 
 
 
 
Latest update: 26 Apr 2024
Download
Short summary
Climate field reconstruction encompasses methods that estimate the evolution of climate in space and time based on natural archives. It is useful to investigate climate variations and validate climate models, but its implementation and use can be difficult for non-experts. This paper introduces a user-friendly Python package called "cfr" to make these methods more accessible, thanks to the computational and visualization tools that facilitate efficient and reproducible research on past climates.