Skip to content

Commit 7c2aa98

Browse files
committed
Publications and AGU
1 parent 5230d44 commit 7c2aa98

File tree

5 files changed

+99
-9
lines changed

5 files changed

+99
-9
lines changed

content/Blog/AGU23.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
title: "DataWave at AGU 2023"
3+
date: 2023-12-18
4+
author: "Niku Darafshi"
5+
featured: true
6+
draft: false
7+
weight: 20
8+
location: "San Francisco"
9+
featured_image:: '/images/wave.jpeg'
10+
11+
---
12+
{{< rawhtml >}}
13+
<div>
14+
<img src="/Blog/images/Datawave_AGU.png" alt="image" style=";width:100%;height:100%">
15+
16+
<p> Between Dec. 11th - Dec. 15th, twelve members of the DataWave group came together for the 2023 AGU conference in San Francisco.
17+
</p>
18+
</div>
19+
{{< /rawhtml >}}
20+
<!--more-->
21+
{{< rawhtml >}}
22+
<div>
23+
Throughout the week, affiliates of our group presented new research and chaired different sessions. Below is a list of DataWave presenters and their respective research titiles. Please feel free to reach out to a presenter if you are interested in talking more about their work.
24+
</p>
25+
<h4> AGU DataWave Presentations: </h4>
26+
</p>
27+
"Machine Learning Subgrid-Scale Parameterizations for Earth System Modeling," Session, Conveners: <b>Laura Mansfield</b> & <b>Minah Yang</b>.
28+
<p>
29+
"Extratropical Large-Scale Atmospheric Circulation Variability," Session, Conveners: <b>Aman Gupta</b>, <b>Pedram Hassanzadeh</b>, & <b>Aditi Sheshadri</b>.
30+
<p>
31+
"Influence of obstacle effect on convectively generated gravity wave drag in the lowermost stratosphere," Talk, <b>Martina Bramberger</b>.
32+
<p>
33+
"Can AI-based climate models learn rare, extreme weather events?," Talk, <b>Pedram Hassanzadeh</b>.
34+
<p>
35+
"Explainable Offline-Online Training of Neural Networks for Parameterization: A 1D Gravity Wave-QBO Testbed," Talk, <b>Hamid Pahlavan</b>.
36+
</p>
37+
"Balloon Borne Observation of Tropical Gravity Waves: Phase Speed and Vector Momentum Flux," Talk, <b>Milena Corcos</b>.
38+
<p>
39+
"Understanding instabilities of neural weather models: Towards seamless weather to climate prediction," Talk, <b>Ashesh Chattopadhyay</b>.
40+
<p>
41+
"A framework for stability and convergence analysis of deep neural solvers for multi-scale nonlinear PDEs," Talk, <b>Pedram Hassanzadeh</b>.
42+
<p>
43+
"Extracting Gravity Waves from a Multi-year Global High Resolution Simulation using Spectral Filters," Poster, <b>Minah Yang</b>.
44+
<p>
45+
"Inertia-Gravity Wave Energy Spectra and Propagation Directions Estimated from Loon Balloon Data," Poster, <b>Brian Green</b>.
46+
</p>
47+
"Uncertainty Quantification of a Machine Learning Gravity Wave Parameterization," Poster, <b>Laura Mansfield</b>.
48+
</p>
49+
"Learning Closed-form Equations for Subgrid-scale Closures from High-fidelity Data: Promises and Challenges," Poster, <b>Karan Jakhar</b>.
50+
<p>
51+
"Utilizing Bayesian History Matching for the calibration of a gravity wave parameterization," Poster, <b>Robert King</b>.
52+
</p>
53+
"Non-local Machine Learning-based Gravity Wave Parameterization Trained on a Kilometer-scale Global Climate Model," Poster, <b>Aman Gupta</b>.
54+
</p>
55+
"Using Loon to systematically observe horizontal gravity wave properties," Poster, <b>Isabella Dula</b>.
56+
</p>
57+
"Revisiting Stratospheric Eddy Diffusivity Using New Observational Capabilities," Poster, <b>Catherine Wilka</b>.
58+
</p>
59+
"Importance of Internal Gravity Waves to Global Stratospheric Variability and Climatology as Revealed by ERA5," Poster, <b>Aman Gupta</b>.
60+
</p>
61+
62+
{{< /rawhtml >}}
2.75 MB
Loading
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
date: 2023-11-23
3+
description: " "
4+
featured_image: "/images/Data_Images/Hardiman_ML.png"
5+
title: "Machine Learning for Nonorographic Gravity Waves in a Climate Model"
6+
title2: " "
7+
---
8+
## Authors:
9+
***Steven Hardiman***, ***Adam Scaife***, Annelize Niekerk, Rachel Prudden, Aled Owen, Samantha Adams, Tom Dunstan, Nick Dunstone, and Sam Madge
10+
11+
[Read the full paper here](https://doi.org/10.1175/AIES-D-22-0081.1)
12+
## Abstract:
13+
There is growing use of machine learning algorithms to replicate subgrid parameterization schemes in global climate models. Parameterizations rely on approximations; thus, there is potential for machine learning to aid improvements. In this study, a neural network is used to mimic the behavior of the nonorographic gravity wave scheme used in the Met Office climate model, important for stratospheric climate and variability.
14+
<!--more-->
15+
The neural network is found to require only two of the six inputs used by the parameterization scheme, suggesting the potential for greater efficiency in this scheme. Use of a one-dimensional mechanistic model is advocated, allowing neural network hyperparameters to be chosen based on emergent features of the coupled system with minimal computational cost, and providing a testbed prior to coupling to a climate model. A climate model simulation, using the neural network in place of the existing parameterization scheme, is found to accurately generate a quasi-biennial oscillation of the tropical stratospheric winds, and correctly simulate the nonorographic gravity wave variability associated with El Niño–Southern Oscillation and stratospheric polar vortex variability. These internal sources of variability are essential for providing seasonal forecast skill, and the gravity wave forcing associated with them is reproduced without explicit training for these patterns.
16+
17+
## Significance Statement:
18+
Climate simulations are required for providing advice to government, industry, and society regarding the expected climate on time scales of months to decades. Machine learning has the potential to improve the representation of some sources of variability in climate models that are too small to be directly simulated by the model. This study demonstrates that a neural network can simulate the variability due to atmospheric gravity waves that is associated with El Niño–Southern Oscillation and with the tropical and polar regions of the stratosphere. These details are important for a model to produce more accurate predictions of regional climate.

content/team/_index.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ description: "Meet the Team"
3232
name="Claudia Stephan "
3333
title="Head of Task 2"
3434
role="High-resolution Model Simulations of Gravity Waves"
35-
website="https://mpimet.mpg.de/en/staff/claudia-stephan"
36-
institute="Group Leader, Max Planck Institute for Meteorology"
35+
website="https://www.iap-kborn.de/home/"
36+
institute="Prof., Leibniz Institute of Atmospheric Physics"
3737
workdesc="High-resolution model simulations with the ICON model to study the generation of gravity waves by orographic and convective sources, and their three-dimensional resolved propagation through the atmosphere." >}}
3838

3939
<!-- name="Ulrich Achatz" -->
@@ -53,7 +53,7 @@ description: "Meet the Team"
5353
title="Co-Head of Task 4"
5454
role=" Machine Learning-based Parameterization of Gravity Waves "
5555
website="http://pedram.rice.edu/director/"
56-
institute="Assistant Prof., Rice University"
56+
institute="Assistant Prof., University of Chicago"
5757
workdesc="Turbulent flows using numerical, mathematical, statistical, and machine learning methods, guided by observational and experimental data." >}}
5858

5959
<!-- name="Alberto Arribas" -->
@@ -203,15 +203,15 @@ description: "Meet the Team"
203203
institute="NYU"
204204
workdesc="Geophysical Fluid Dynamics" >}}
205205

206-
<!-- Laura Köhler -->
206+
<!-- Yanmichel Morfa -->
207207
{{< Profile_Creator
208-
imgpath="/images/team/Laura_Kohler.jpg"
209-
name="Laura Köhler"
208+
imgpath="/images/team/Raj_Rani.jpg"
209+
name="Yanmichel Morfa-Avalos"
210210
title="Postdoctoral Researcher"
211211
role=""
212-
website="https://mpimet.mpg.de/en/science/independent-research-groups/cloud-wave-coupling"
213-
institute="MPI"
214-
workdesc="High-resolution global ICON simulations for training and assessing ML approaches on GW, comparison of superpressure balloon data with the models." >}}
212+
website="https://www.iap-kborn.de/home/"
213+
institute="Leibniz Institute of Atmospheric Physics"
214+
workdesc="" >}}
215215

216216
<!-- Laura Mansfield -->
217217
{{< Profile_Creator
@@ -355,6 +355,16 @@ description: "Meet the Team"
355355
institute=" NYU "
356356
workdesc=" " >}}
357357

358+
<!-- Laura Köhler
359+
{{< Profile_Creator
360+
imgpath="/images/team/Laura_Kohler.jpg"
361+
name="Laura Köhler"
362+
title="Postdoctoral Researcher"
363+
role=""
364+
website="https://mpimet.mpg.de/en/science/independent-research-groups/cloud-wave-coupling"
365+
institute="MPI"
366+
workdesc="High-resolution global ICON simulations for training and assessing ML approaches on GW, comparison of superpressure balloon data with the models." >}} -->
367+
358368
<!-- Aled Owen
359369
{{< Profile_Creator
360370
imgpath="/images/team/Aled_Owen.jpg"
315 KB
Loading

0 commit comments

Comments
 (0)