-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathexample.tex
More file actions
executable file
·32 lines (23 loc) · 820 Bytes
/
Copy pathexample.tex
File metadata and controls
executable file
·32 lines (23 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
\documentclass{article}
\usepackage{graphicx}
\usepackage{amsmath}
\begin{document}
\title{What is an earth system model?}
\author{Jonny Williams}
\maketitle
\begin{abstract}
An earth system model is basically a traditional physical climate model with additional biogeochemical (earth system) components. In the case of our research, we use atmospheric chemistry, ice sheets (like Greenland) and marine ecosystem dynamics.
\end{abstract}
\section{Definition}
\begin{equation}
\begin{split}
%1+2+3+4+8x+7 & =1+2+3+4+4x+35 \\
%& \Rightarrow x=7
earth\ system\ model &= climate\ model\ +\ biogeochemistry \\
&= atmosphere\ +\ ocean\ +\ sea\ ice\ +\ land\ surface \\
&+ atmospheric\ chemistry\ +\ ice\ sheets\ + marine\ ecosystem\ dynamics
\end{split}
\end{equation}
\section{Conclusion}
That's it!
\end{document}