| 1 |
|
| 2 |
%\subsubsection{File {\it input/data.pkg}} |
| 3 |
%\label{www:tutorials} |
| 4 |
|
| 5 |
This file, reproduced completely below, specifies the additional |
| 6 |
packages that the model uses for the experiment. Note that some |
| 7 |
packages are used by default (e.g.: {\it pkg/generic\_advdiff}) and |
| 8 |
some others are selected according to parameter in {\it input/data} |
| 9 |
(e.g.: {\it pkg/mom\_vecinv}). |
| 10 |
The additional packages that are used for this configuration are |
| 11 |
|
| 12 |
\begin{itemize} |
| 13 |
|
| 14 |
\item Line PUT_LINE_NB:useSHAP_FILT=, |
| 15 |
\begin{verbatim} |
| 16 |
useSHAP_FILT=.TRUE., |
| 17 |
\end{verbatim} |
| 18 |
This line selects the Shapiro filter \cite{Shapiro_70} |
| 19 |
({\it pkg/shap\_filt}) to be used in this experiment. |
| 20 |
|
| 21 |
\item Line PUT_LINE_NB:useDiagnostics=, |
| 22 |
\begin{verbatim} |
| 23 |
useDiagnostics=.TRUE., |
| 24 |
\end{verbatim} |
| 25 |
This line selects the {\it pkg/diagnostics} |
| 26 |
to be used in this experiment. |
| 27 |
|
| 28 |
\item Line PUT_LINE_NB:#useMNC=, |
| 29 |
\begin{verbatim} |
| 30 |
#useMNC=.TRUE., |
| 31 |
\end{verbatim} |
| 32 |
This line that would selects the {\it pkg/mnc} for I/O |
| 33 |
is commented out. |
| 34 |
|
| 35 |
\end{itemize} |
| 36 |
|
| 37 |
The entire file {\it input/data.pkg} is reproduced here below: |
| 38 |
|
| 39 |
\begin{small} |
| 40 |
\input{s_examples/held_suarez_cs/input/data.pkg} |
| 41 |
\end{small} |