Notebook %This notebook demonstrates the use of the workpackage template, replace with your own. \documentclass[english]{workpackage}[1996/06/02] % input the common preamble content (required by the ipnb2latex converter) \input{header.tex} % then follows the rest of the preamble to be placed before the begin document % this preamble content is special to the documentclass you defined above. \WPproject{Computational Radiometry} % project name \WPequipment{} % equipment name \WPsubject{08 MODTRAN File Processing} % main heading \WPconclusions{} \WPclassification{} \WPdocauthor{CJ Willers} \WPcurrentpackdate{\today} \WPcurrentpacknumber{} % work package number \WPdocnumber{} % this doc number hosts all the work packages \WPprevpackdate{} % work package which this one supersedes \WPprevpacknumber{} % work package which this one supersedes \WPsuperpackdate{} % work package which comes after this one \WPsuperpacknumber{} % work package which comes after this one \WPdocontractdetails{false} \WPcontractname{} % contract name \WPorderno{} % contract order number \WPmilestonenumber{} % contract milestone number \WPmilestonetitle{} % contract milestone title \WPcontractline{} % contract milestone line number \WPdocECPnumber{} % ecp\ecr number \WPdistribution{} % this is entered just before the end{document} \newcommand{\atendofdoc}{ \bibliographystyle{IEEEtran} \bibliography{references} } %and finally the document begin. \begin{document} \WPlayout \chapter{Abbreviations} % unnumbered, show in TOC \label{sec:Abbreviations} \input{abbrev.tex}
\begin{lstlisting} FREQ_CM-1, COMBIN_TRANS, H2O_TRANS, UMIX_TRANS, O3_TRANS, TRACE_TRANS, N2_CONT, H2O_CONT, MOLEC_SCAT, AER+CLD_TRANS, HNO3_TRANS, AER+CLD_abTRNS, -LOG_COMBIN, CO2_TRANS, CO_TRANS, CH4_TRANS, N2O_TRANS, O2_TRANS, NH3_TRANS, NO_TRANS, NO2_TRANS, SO2_TRANS, CLOUD_TRANS, CFC11_TRANS, CFC12_TRANS, CFC13_TRANS, CFC14_TRANS, CFC22_TRANS, CFC113_TRANS, CFC114_TRANS, CFC115_TRANS, CLONO2_TRANS, HNO4_TRANS, CHCL2F_TRANS, CCL4_TRANS, N2O5_TRANS \end{lstlisting}
\begin{lstlisting} FREQ,TOT_TRANS, PTH_THRML, THRML_SCT, SURF_EMIS, *SOL_SCAT*, *SING_SCAT*, GRND_RFLT, *DRCT_RFLT*, TOTAL_RAD, *REF_SOL*, *SOL@OBS*, DEPTH, DIR_EM, *TOA_SUN*, BBODY_T[K] \end{lstlisting}
\begin{lstlisting} SOL_SCAT, SING_SCAT, DRCT_RFLT, REF_SOL,SOL@OBS, TOA_SUN \end{lstlisting}
\begin{lstlisting} FREQ, TOT_TRANS, PTH_THRML, THRML_SCT, SURF_EMIS, SOL_SCAT, SING_SCAT, GRND_RFLT, DRCT_RFLT, TOTAL_RAD, REF_SOL, SOL@OBS, DEPTH, DIR_EM, TOA_SUN, BBODY_T[K] \end{lstlisting}
\begin{lstlisting} FREQ, TRANS, SOL_TR, SOLAR, DEPTH \end{lstlisting}