-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjas_empty.tex
More file actions
135 lines (111 loc) · 3.32 KB
/
jas_empty.tex
File metadata and controls
135 lines (111 loc) · 3.32 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
% DOUBLE SPACE VERSION FOR SUBMISSION TO THE AMS
\documentclass[12pt]{article}
\usepackage{ametsoc,epsfig,rotating,color,amsmath,graphicx,pdflscape}
\usepackage{lineno,color}\linenumbers
\usepackage[titletoc,title]{appendix}
\usepackage{titlesec}
%
\begin{document}
%
%\linenumbers
%\documentclass[10pt]{article}
%\usepackage{ametsoc2col}
\newcommand{\cred}[1]{{\color{red}{ #1}}}
\newcommand{\cgrey}[1]{{\color{lightgray} #1}}
\newcommand{\cblue}[1]{{\color{blue} #1}}
\newcommand{\myabstract}{
This is the abstract of the test branch version. Another change to see how I can see differences between files. }
%
%\begin{document}
\title{\textbf{\large{Title}}}
%
% Author names, with corresponding author information.
% [Update and move the \thanks{...} block as appropriate.]
%
\author
{Stephan R. de Roode\thanks{Corresponding author address: Stephan R. de Roode, s.r.deroode@tudelft.nl, Department of Geoscience and Remote Sensing, Delft University of Technology, Delft, The Netherlands.} ,
Author 2\thanks{\textit{The Beach}}
\\
\\
\\
\\
\date{Version of \today}
}
% The following block of code will handle the formatting of the title page depnding on whether
% we are formatting a double column (dc) author draft or a single column paper for submission.
% AUTHORS SHOULD SKIP OVER THIS... There is nothing to do in this section of code.
\ifthenelse{\boolean{dc}}
{
\twocolumn[
\begin{@twocolumnfalse}
\amstitle
% Start Abstract (Enter your Abstract above. Do not enter any text here)
\begin{center}
\begin{minipage}{13.0cm}
\begin{abstract}
\myabstract
\newline
\begin{center}
\rule{38mm}{0.2mm}
\end{center}
\end{abstract}
\end{minipage}
\end{center}
\end{@twocolumnfalse}
]
}
{
\amstitle
\begin{abstract}
\myabstract
\end{abstract}
\newpage
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% MAIN BODY OF PAPER
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Introduction}
Stratocumulus
\subsection{Summary }
%
%
%
\begin{figure*}[ht]
\includegraphics[width=40pc]{wolk.pdf}
\caption{Text.}
\label{fig:test}
\end{figure*}
%
%
\begin{table*}
\begin{tabular}{ l l l l l l}
\hline
& & ASTEX & Fast & Reference & Slow \\
\hline
latitude & $^0$N & 34 & 25 & 25 & 25 \\
longitude & $^0$W & 25 & 125 & 125 & 125 \\
date & & 13 June & 15 July & 15 July & 15 July \\
Div & 10$^{-6}$ s$^{-1}$ & - & 1.9 & 1.86 & 1.84 \\
z$_{\mathrm{Div}}$ & km & 1.6 & 2 & 2 & 2 \\
\hline
\end{tabular}
\caption{Details of the simulations. Div represents the large-scale divergence of the horizontal mean wind velocities, which is constant in time and constant up to a height of z$_{\mathrm{Div}}$, except for the ASTEX case in which the divergence varies with time.}
\label{tab:set_up}
\end{table*}
\begin{acknowledgment}
The investigations were done
\end{acknowledgment}
\titleformat{\section}{\large\bfseries}{\appendixname~\thesection .}{0.5em}{}
\renewcommand{\theequation}{A-\arabic{equation}}
% redefine the command that creates the equation no.
\setcounter{equation}{0} % reset counter
\begin{appendices}
\section{A mixed-layer model for the subcloud layer}
The budget equation for
\end{appendices}
\ifthenelse{\boolean{dc}}
{}
{\clearpage}
\bibliographystyle{ametsoc}
\bibliography{cumulus}
\end{document}