Subversion Repositories lagranto.wrf

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 michaesp 1
\documentclass[a4paper,10pt]{article}
2
\usepackage[utf8x]{inputenc}
3
 
4
%opening
5
\title{Lagranto - Tutorial and Reference}
6
\author{Michael Sprenger and Heini Wernli}
7
 
8
\begin{document}
9
 
10
\maketitle
11
 
12
 
13
\section{Introduction}
14
 
15
 
16
\section{Installation}
17
 
18
 
19
 
20
\section{Tutorial - A Complete Lagranto Run}
21
 
22
\subsection{Meteorological Data}
23
 
24
The following files are mandatory for a Lagranto calculation covering the time period from 00\,UTC 19891020 to 18\,UTC 19981020:
25
 
26
\vspace{0.5cm}
27
\begin{minipage}{13cm}
28
\begin{verbatim}
29
ml_cst
30
P19891020_00
31
P19891020_06
32
P19891020_12
33
P19891020_18
34
P19891021_00
35
S19891020_00
36
S19891020_06
37
S19891020_12
38
S19891020_18
39
\end{verbatim}
40
\end{minipage}
41
 
42
\vspace{0.5cm}
43
\noindent
44
The meteorological fields on the primary P files are at least: zonal wind (U, in m/s); meridional wind (V, in m/s); vertical wind (OMEGA, in Pa/s); 
45
surface pressure (PS, in hPa). Additional fields might be available on the P files, e.g. temperature (T), specific
46
humidity (Q),... Further secondary fields can be saved in the S files, which must have the same grid structure as the P files.
47
In the example the following fields are saved on the S files: potential temperature (TH, in K); Ertel potential vorticity (PV, in pvu); relative humidity (in \%). 
48
Furthermore, the surface pressure (PS) is also saved on the S files; it must be exactly identical to the one in the P files. The horizontal and vertical grid of
49
the meteorological fields are specified in the (global) attributes of the P, S and constants file ml\_cst (the header of the 
50
netCDF files are given in Appendix A).
51
 
52
\noindent
53
 
54
 
55
 
56
 
57
\subsection{Start Positions}
58
 
59
\subsection{Trajectory Calculation}
60
 
61
\subsection{Tracing Meteorological Fields}
62
 
63
\subsection{Selecting Trajectories}
64
 
65
\subsection{Trajectory Densities}
66
 
67
\subsection{Interface Script}
68
 
69
 
70
 
71
\section{Reference}
72
 
73
\subsection{Trajectory Files}
74
 
75
\subsection{Core Programs}
76
 
77
\subsection{Tools}
78
 
79
 
80
 
81
 
82
\section{Appendix}
83
 
84
\subsection{Meteorological fields - netCDF files}
85
 
86
The following example gives a
87
 
88
 
89
 
90
 
91
 
92
 
93
 
94
 
95
\end{document}