Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
khider committed Jun 14, 2024
2 parents bcb1536 + 251be1d commit a8b3e05
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 993 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,5 @@ dmypy.json

# Ephemeral .nfs files
.nfs*

.DSStore
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This Project Pythia Cookbook covers paleoclimate model-data comparison using spa

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).

Recently, [Steinman et al. (2022)](https://www.pnas.org/doi/full/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.
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.

## Authors

Expand Down
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ copyright: "2024"

execute:
# To execute notebooks via a Binder instead, replace 'cache' with 'binder'
execute_notebooks: cache
execute_notebooks: off
timeout: 600
allow_errors: False # cells with expected failures must set the `raises-exception` cell tag

Expand All @@ -27,7 +27,7 @@ parse:

sphinx:
config:
linkcheck_ignore: ["https://doi.org/*", "https://zenodo.org/badge/*"] # don't run link checker on DOI links since they are immutable
linkcheck_ignore: ["https://doi.org/*", "https://zenodo.org/badge/*","https://linkedearth.graphdb.mint.isi.edu/"] # don't run link checker on DOI links since they are immutable
nb_execution_raise_on_error: true # raise exception in build if there are notebook errors (this flag is ignored if building on binder)
html_favicon: notebooks/images/icons/favicon.ico
html_last_updated_fmt: "%-d %B %Y"
Expand Down
Binary file added notebooks/.virtual_documents/.DS_Store
Binary file not shown.
83 changes: 0 additions & 83 deletions notebooks/.virtual_documents/cesmLME.ipynb

This file was deleted.

Loading

0 comments on commit a8b3e05

Please sign in to comment.