Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ford committed Apr 14, 2024
1 parent f0e38b1 commit d4dd988
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This Project Pythia Cookbook covers empirical orthogonal function analysis and i

## Motivation

Empirical orthogonal function (EOF) analysis is an essential tool for studying the variability of the atmosphere-ocean system. Meteorological and oceanographic data is noisy and multidimensional, but an EOF analysis allows us to pull out patterns from the data that might otherwise be difficult to find. The goal of this cookbook is to provide background and context to the analysis alongside practical examples of carrying out the analysis using Python packages.

## Authors

Expand All @@ -23,14 +24,13 @@ This Project Pythia Cookbook covers empirical orthogonal function analysis and i

## Structure

This cookbook currently has one section that covers the basics of EOF analysis.

### Foundations



### Applications


This section includes two notebooks:
- Introduction to EOFs
- Finding Climate Modes with EOFs

## Running the Notebooks

Expand Down

0 comments on commit d4dd988

Please sign in to comment.