Skip to content

Commit 0b4db33

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 201f276 commit 0b4db33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

portal/posts/new-cookbooks.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags: cook-off
77

88
# Hello world, new Cookbooks!
99

10-
The Project Pythia team is excited to announce the publication of new community-contributed Cookbooks from our successful [2024 Pythia Cook-Off hackathon](https://projectpythia.org/pythia-cookoff-2024/), which was held June 11 - 14 2024, at the NCAR Mesa Lab in Boulder, Colorado and online.
10+
The Project Pythia team is excited to announce the publication of new community-contributed Cookbooks from our successful [2024 Pythia Cook-Off hackathon](https://projectpythia.org/pythia-cookoff-2024/), which was held June 11 - 14 2024, at the NCAR Mesa Lab in Boulder, Colorado and online.
1111

1212
[Cookbooks](https://cookbooks.projectpythia.org) are geoscience-flavored collections of tutorials, recipes, and reproducible example workflows for Python-based data analysis and visualization. Cookbooks are supported by a rich computational infrastructure enabling collaborative authoring, automated health-checking, and interactive use.
1313

@@ -60,7 +60,7 @@ This Cookbook covers paleoclimate model-data comparison using spatio-temporal pa
6060

6161
Paleoclimate observations obtained from tree rings or the geochemical composition of speleothems, ice and sediments provide an out-of-sample validation of climate models. However, comparing the output of climate models directly with the paleoclimate observations is difficult: (1) they are often expressed in different quantities (i.e., temperature vs ring width), (2) paleoclimate observations have large time uncertainties, (3) paleoclimate observations often incorporate more than one environmental signal (i.e., temperature AND moisture).
6262

63-
Recently, [Steinman et al. (2022)](https://doi.org/10.1073/pnas.2120015119) used PCA analysis to compare model and data output. Here, we use a similar approach with the [CESM Last Millennium simulation](https://www2.cesm.ucar.edu/models/cesm1.2/) and proxy records stored on the [LiPDverse](https://lipdverse.org). This repository contains paleoclimate datasets that have been curated by the community and are archived in a standard format, facilitating analysis.
63+
Recently, [Steinman et al. (2022)](https://doi.org/10.1073/pnas.2120015119) used PCA analysis to compare model and data output. Here, we use a similar approach with the [CESM Last Millennium simulation](https://www2.cesm.ucar.edu/models/cesm1.2/) and proxy records stored on the [LiPDverse](https://lipdverse.org). This repository contains paleoclimate datasets that have been curated by the community and are archived in a standard format, facilitating analysis.
6464

6565

6666
**Contributors:**
@@ -119,7 +119,7 @@ This Cookbook covers accessing, regridding, and visualizing the [ECMWF Reanalysi
119119

120120
The ERA-5 represents the current state-of-the-art meteorological reanalysis, extending from well back into the 20th century to the present. While the data is freely-available for download by archival centers such as [Copernicus](https://www.copernicus.eu/en) and [RDA](https://rda.ucar.edu/), the data format and directory structure are typically not well-suited for interactive exploration. Specifically, parameters of interest are stored in individual files, for a limited period of time.
121121

122-
A team at Google Cloud and Research has made interactive exploration much more tenable by representing the data in [Zarr](https://zarr.readthedocs.io/en/stable/) format.
122+
A team at Google Cloud and Research has made interactive exploration much more tenable by representing the data in [Zarr](https://zarr.readthedocs.io/en/stable/) format.
123123

124124
This Cookbook demonstrates how to do the following:
125125

@@ -153,7 +153,7 @@ This Cookbook demonstrates how to do the following:
153153
- 29% graduate
154154
- 14% postdoc
155155
- 43% faculty or staff
156-
- Gender of attendees:
156+
- Gender of attendees:
157157
- 59% men
158158
- 30% women
159159
- 11% other

0 commit comments

Comments
 (0)