Skip to content

Commit

Permalink
draft of paper.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvbalwada committed Sep 20, 2023
1 parent 83397b7 commit c469c00
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
9 changes: 9 additions & 0 deletions paper.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@inproceedings{lorenz1996predictability,
title={Predictability: A problem partly solved},
author={Lorenz, Edward N},
booktitle={Proc. Seminar on predictability},
volume={1},
number={1},
year={1996},
organization={Reading}
}
12 changes: 8 additions & 4 deletions paper.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'Learning Machine Learning with Lorenz96'
title: 'Learning Machine Learning with Lorenz-96'
tags:
- Python
- Machine Learning
Expand Down Expand Up @@ -124,14 +124,18 @@ date: 20 September 2023
bibliography: paper.bib
---
# Summary
Machine learning (ML) is a rapidly growing field that is starting to touch all aspects of our lives, and science is not immune to this. In fact, recent work is suggesting that combining ML and with conventional scientific problems may lead to new break throughs that might have seemed too distant till a few years ago. One such age old problem is that of turbulence closures in fluid flows (described later). This closure or parameterization problem is particularly relevant for environmental fluids, which span a large range of scales from the size of the planet down to millimeters, and remains a big challenge in the way of improving forecasts of weather and projections of climate.

The climate system is composed of many interacting components (e.g., ocean, atmosphere, ice) and is described by complex nonlinear equations. To simulate, understand and predict climate, these equations are solved numerically under a number of simplifications, therefore leading to errors. The errors are the result of numerics used to solve the equations and the lack of appropriate representations of processes occurring below the resolution of the climate model grid (i.e., subgrid processes).

# Citations
The goal of this book is to conceptualize the problems associated with climate models within a simple and computationally accessible framework. We will introduce the readers to climate modeling by using a simple tool, the @Lorenz:1995 (L96) two-timescale model. We discuss the numerical aspects of the L96 model, the approximate representation of subgrid processes (known as parameterizations or closures), and simple data assimilation problems (a data-model fusion method). We then use the L96 results to demonstrate how to learn subgrid parameterizations from data with machine learning, and then test the parameterizations offline (apriori) and online (aposteriori), with a focus on the interpretability of the results. This book is written primarily for climate scientists and physicst, who are looking for a gentle introduction to how they can incorporate machine learning into their work. But, it may also help machine learning scientists learn about the parameterization problem in a framework that is relatively simple to understand and use.

# Figures
The material in this jupyter book is presented over five sections. The first section, *Lorenz 96 and General Circulations Models*, describes the Lorenz-96 model and how it can work as a simple analogue to much more complex general circulation models used for simulation ocean and atmosphere dynamics. This section also introduces the essence of the parameterization or closure problem. In the second section, *Neural Networks with Lorenz-96*, we introduce the basics of machine learning, how fully connected neural networks can be used to approache the parameterization task, and how these neural networks can be optimized and intepreted. No model, even the well parameterized ones, is perfect and the way we keep computer models close to reality is by guiding them with the help of observational data. This task is referred to as data assimilation. In the third section, *Data Assimilation with Lorenz-96*, we use the L96 model to quickly introduce the concepts from data assimilation, and show how machine learning can be used to learn data assimilation increments to help reduce model biases. While neural networks can be great functional approximators, they are usually quite opaque and it is hard to figure out exactly what they have learnt. Equation discovery is a class of machine learning techniques that tries to estimate the function to be estimated in terms of an equation, rather than as a set of weights for a neural network. This approach produces a result that is far more interpretable, and can potentially even help discover novel physics. These techniques are presented in the fourth section, *Equation Discovery with Lorenz-96*. Finally, we describe a few more machine learning in section five, *Other ML approaches for Lorenz-96*, with the acknowledgement that there are many more techniques in the fast growing ML literature and we have no intention of providing a comprehensive summary of the field.

# Acknowledgements
The book was created by and as part of M2LInES, an international collaboration supported by Schmidt Futures, to improve climate models with scientific machine learning. The original goal for this notebooks in this jupyter book was for our team to work together and learn from each other; in particular, to get up to speed on the key scientific aspects of our collaboration (parameterizations, machine learning, data assimilation, uncertainty quantification) and to develop new ideas. This was done as a series of tutorials, each of which were led by a few team members and occured with a frequency of roughly once every 2 weeks for about 6-7 months. This jupyter book is a collection of the notebooks that were used during these tutorials, which have only slightly been edited for some continuity and clarity. Ultimately, we are happy to share these resources with the scientific community, to introduce our research ideas and foster the use of machine learning techniques for tackling climate science problems.


# Acknowledgements
This work is supported by the generosity of Eric and Wendy Schmidt by recommendation of Schmidt Futures, as part of its Virtual Earth System Research Institute (VESRI).

# References

0 comments on commit c469c00

Please sign in to comment.