Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.51 KB

README.org

File metadata and controls

20 lines (17 loc) · 1.51 KB

GHCNv4_ERA5_comparison

Comparison between GHCNv4 datasets (NOAA) and the ERA5 reanalysis (ECMWF).

Table of Contents

Tools description

GHCNv4_automatic_download.py

GHCNv4_ERA5_combination.py

  • Matching between GHCNv4 datasets automatically downloaded with GHCNv4_automatic_download.py and ERA5 datasets.
  • Possibility to store results in a pickle file (.pkl) and therefore keep the initial (varying) temporal coverage of GHCNv4 datasets.
  • Option to plot a simple visualisation of temperature differences between GHCNv4 and ERA5 time series.
  • Function is run using multiprocessing to drastically decrease computation time.