From 3385fbd87880d456c1aabd6d2d893c5c6ccb9deb Mon Sep 17 00:00:00 2001 From: "Jed O. Kaplan" Date: Thu, 29 Aug 2024 17:32:48 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36d8c51..2d9ba7b 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ -# co2spline +# A spline fit to atmospheric CO2 records from Antarctic ice cores and measured concentrations for the last 25,000 years + +This repository contains a netCDF (version 4) file containing a best-estimate of past atmospheric CO2 concentrations based on a spline fit through available ice core records and observations. For further technical details on the construction of th dataset, see the file ARVE_tech_report2_co2spline.pdf that is part of this repository. + +Further details of the file format will be provided in future releases.