Criteria¶
Chaotic. The models need to feature chaotic systems that we see in nature
Coupled. The methods should be able to allow us to train parameterizations. This can manifest itself as a missing term within the PDE itself. It can also manifest itself as a multistate system whereby we only observe one state, e.g., a multilayer PDE.
2D Spatiotemporal Structure.
Scale.
Level I¶
- Simple Chaotic ODEs
Lorenz 63¶
Good For:
- Great for prototyping
- Interpretable
- Low Engineering Efforts
- Chaotic Nature
Bad For:
- No Spatiotemporal Structure
- Testing High-Dimensional Capabilities
- Testing Scale
- Parameterizations
Lorenz 96¶
Good For:
- Great for prototyping
- Interpretable
- Low Engineering Efforts
- Chaotic Nature
- 1D Spatiotemporal Structure
Bad For:
- 2D Spatiotemporal Structure
- Testing High-Dimensional Capabilities
- Testing Scale
- Testing Coupled Parameterizations
Lorenz 96 (2 Level)¶
Level II¶
- Simple Ocean PDEs
Quasi-Geostrophic Equations¶
SSH is linked to the QG equations via the stream function which we can write this as:
This adds some additional interpretation how the vorticity term can be interpreted when dealing with the SSH over the globe.
We also have . See [Amraoui et al. (2023)Guillou et al. (2021)] for more information about this term.
Shallow Water Equations¶
Level III¶
Simple Stacked Ocean PDEs
These are PDE's that exhibit the spatiotemporal structures that are closer to what we are accustomed to seeing in the real world. These models also allow us to incorporate hidden processes. This is done by having stacked models from level II which try to model processes that we cannot directly observe from satellite observations.
Stacked QG¶
We are going to be using the formulation that is described in the Q-GCM model. The manual can be found here. We write the multi-layer QG equations in terms of the vorticity term, , and the stream function term, . We consider the stream function and the potential vorticity to be stacked isopycnal layers.
where the and are forcing terms for each layer, . The vorticity term is defined as
where is the dynamic topography and is the -plane approximation. The term that links each of the layers together, , is a tri-diagonal matrix that can be written as
Stacked SW¶
- Amraoui, S., and Didier Auroux, Blum, J., & and, E. C. (2023). Back-and-forth nudging for the quasi-geostrophic ocean dynamics with altimetry: Theoretical convergence study and numerical experiments with the future SWOT observations. Discrete and Continuous Dynamical Systems - S, 16(2), 197–219. 10.3934/dcdss.2022058
- Guillou, F. L., Metref, S., Cosme, E., Ubelmann, C., Ballarotta, M., Sommer, J. L., & Verron, J. (2021). Mapping Altimetry in the Forthcoming SWOT Era by Back-and-Forth Nudging a One-Layer Quasigeostrophic Model. Journal of Atmospheric and Oceanic Technology, 38(4), 697–710. 10.1175/jtech-d-20-0104.1