Ticket #666: romsaf_ropp_ug_utils_jkn.tex

File romsaf_ropp_ug_utils_jkn.tex, 8.5 KB (added by Ian Culverwell, 4 years ago)

romsaf_ropp_ug_utils_jkn.tex

Line 
1%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2%
3% ROMSAF internal doc template modified by JKN DMI (Feb 2020), %
4%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
5%\documentclass[index=totoc,a4paper,vsreport,12pt]{romsaf10}
6\documentclass[index=totoc,a4paper,12pt]{romsaf10}
7%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
8% %
9% Packages %
10% %
11%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
12%\usepackage{draftwatermark}
13\renewcommand{\sf}{\normalfont \sffamily}
14\renewcommand{\bf}{\normalfont \bfseries}
15\usepackage{scrfootnote}
16\usepackage[english]{babel}
17\usepackage{color,soul}
18\usepackage{graphicx}
19\usepackage{longtable}
20\usepackage{tabularx}
21\usepackage{array}
22\usepackage{colortbl}
23\usepackage{booktabs}
24\usepackage{threeparttable}%%%[2007/10/08]
25\usepackage{multirow}
26\usepackage{multicol}
27\usepackage[figuresright]{rotating}
28\usepackage{fancyvrb}
29\usepackage[centertags]{amsmath}
30\usepackage{amssymb}
31\usepackage{mathptmx}
32\usepackage[numbers]{natbib}
33\usepackage{cmtools}
34\usepackage{setspace}
35\usepackage{relsize}
36\usepackage{makeidx}
37\usepackage{bibunits}
38\usepackage{bm}
39\usepackage{txfonts}
40\usepackage{float}
41\usepackage{hyperref}
42\restylefloat{figure}
43\usepackage[export]{adjustbox}
44%\usepackage[big,compact]{titlesec}
45\usepackage[tableposition=top]{caption}
46\usepackage[T1]{fontenc}
47\usepackage{lastpage}
48\usepackage{scrpage2}
49\usepackage{grffile}
50\usepackage{hhline}
51\restylefloat{figure}
52\usepackage{paralist}
53
54\DeclareOldFontCommand{\tt}{\normalfont\ttfamily}{\mathtt}
55
56%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
57% %
58% Title, document characteristics %
59% %
60%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
61\DocTitle{The Radio Occultation Processing Package (ROPP) \\
62Utilities Module User Guide}
63\DocShortTitle{ROPP\_UTILS User Guide}
64\DocReference{SAF/ROM/METO/UG/ROPP/008}
65\DocVersion{Version 10.0}
66\DocDate{31 March 2020}
67
68%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
69% %
70% Signature Table and Document Change Record %
71% %
72%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
73\PreparedBy{F. Warrick}{ROM SAF Project Team}{dd/mm/yy}{}
74\ReviewedBy{I. Culverwell}{ROM SAF Project Team}{dd/mm/yy}{}
75\ApprovedBy{K. B. Lauritsen}{ROM SAF Project Manager}{dd/mm/yy}{}
76
77\DocChange{Version 10.0}{31 Mar 2020}{FW}{New document for tenth full release (v10.0)}
78
79%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
80% %
81% Bibliography %
82% %
83%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
84
85\renewcommand{\bibsection}{\addsec{\refname}}
86\setlength{\parskip}{2mm}
87\cut{
88\newcommand{\biblabel}[0]{AD.} %this was for the Applicaple ref. list. Not functioning p.t.
89\renewcommand{\biblabel}[0]{RD.}
90\newcommand{\oldbibitem}[2][]{} % creating a tmp command
91\let\oldbibitem=\bibitem % copy the \bibitem command into tmp
92\newcounter{totalbibitem}
93\renewcommand{\bibitem}[1]{\oldbibitem[\biblabel\arabic{totalbibitem}]{#1}
94 \addtocounter{totalbibitem}{1}} \setcounter{totalbibitem}{1}
95\renewcommand{\bibsection}{\subsection{Reference Documents} The
96 following documents provide supplementary or background information,
97 and could be helpful in conjunction with this document: \\} %The bib section title
98}
99\newcommand{\formattedjobname}{\jobname}
100
101
102
103% Abbreviations
104% -------------
105
106\newcommand*{\ropp}{\texttt{ropp}}
107\newcommand*{\roppio}{\texttt{ropp\_io}}
108\newcommand*{\ropppp}{\texttt{ropp\_pp}}
109\newcommand*{\roppapps}{\texttt{ropp\_apps}}
110\newcommand*{\roppfm}{\texttt{ropp\_fm}}
111\newcommand*{\roppqc}{\texttt{ropp\_qc}}
112\newcommand*{\roppod}{\texttt{ropp\_1dvar}}
113\newcommand*{\ropput}{\texttt{ropp\_utils}}
114
115
116\newenvironment{packed_itemize}{
117\begin{itemize}
118 \setlength{\itemsep}{0pt}
119 \setlength{\parskip}{0pt}
120 \setlength{\parsep}{0pt}
121}{\end{itemize}}
122
123
124%If the document name comes out wrong, uncomment or overwrite :
125%\renewcommand{\formattedjobname}{template.version}
126
127
128
129
130%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
131% %
132% Some useful commands %
133% %
134%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
135\makeindex
136\begin{document}
137% Title
138% -----
139{
140\maketitle[1]
141}
142% Indented descriptions
143% ---------------------
144%\setkomafont{descriptionlabel}{\hspace{\labelsep}\sffamily\bfseries}
145% Footnotes in tables using the threeparttable style
146% --------------------------------------------------
147%\renewcommand{\TPTtagStyle}[1]{\textit{#1}}
148% If doc-change rec. exceeds the page, uncomment this line:
149% \DocumentChangeRecordExtra
150%linebreak needed here
151\romsafText
152\romsafIPR
153% Table of contents
154\renewcommand{\contentsname}{List of Contents}
155%\chapter*{}
156%\pagenumbering{roman}
157%\onehalfspace
158\tableofcontents
159\addcontentsline{toc}{chapter}{List of Contents}
160% Include individual chapters
161% ---------------------------
162%
163% Note: \input will insert contents of the specified files as they
164% are, while \include will also issue a \cleardoublepage after
165% each file (to ensure that chapters start on odd page
166% numbers).
167\cut{
168%\pagenumbering{arabic}
169% To keep the mandatory structure in mind I leave an example here.
170\chapter*{Executive Summary}
171\addcontentsline{toc}{chapter}{Executive Summary}
172Include Executive Summary here.
173\chapter{Introduction}
174\section{Purpose of document}
175This document describes how to produce itself. You may wonder how it
176was written in the first place.
177\section{Applicable and Reference documents}
178\subsection{Applicable documents}
179The following list contains documents with a direct bearing on the
180contents of this document.\\
181%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
182%You will have to edit the table below by hand, since bibtex would have
183%to be used in a very non-intuitive way in order to produce two different
184%reference lists.
185%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
186\begin{tabularx}{\textwidth}{Xp{\textwidth-18mm}}
187{[AD.1]} &
188EPS End-User Requirements Document (EURD)
189Ref: EPS/MIS/REQ/93001 Issue 4, Rev. 2, 13 October 1997
190(also Annex I to EUM/C/36/97/DOC/54) \\
191{[AD.2]} &
192Proposal for a Continuous Development and Operations Phase.
193Ref: SAF/GRAS/DMI/MGT/CDOP/001 Version 1.3 of 19 July 2006,
194as approved by Council in EUM/C/60/06/DOC/08 on 30 November 2006\\
195{[AD.3]} &
196SAF for GRAS Meteorology: CDOP Co-operation Agreement
197Ref: EUMETSAT Council document C/60/06/DOC/09 (Annex V)\\
198{[AD.4]} &
199ROM SAF Product Requirements Document (SAF/ROM/DMI/RQ/PRD/001)
200\end{tabularx}}
201%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
202% The auto generated romsaf051.bst file has been modified manually in
203% order to play with the redefined \bibitem command. The .bst must not
204% produce \bibitem[]{} commands, only \bibitem{}.
205%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
206\bibliographystyle{romsaf}
207%\bibliography{meteorology,romsaf_references}
208%\bibliography{template}
209
210% Define width used in appendix_use.tex
211\newlength\mywidthdescconf
212
213\include{ug_utils_intro}
214\include{ug_ropp_intro}
215\include{ug_utils}
216
217%\include{changes_log_appendices}
218%\input{datetime}
219%\input{coordinates}
220
221%\include{io_tools} utils tools (fortran, not cmd line)
222\include{appendix}
223
224
225\end{document}