1 |
|
|
2 |
%\subsubsection{File {\it input/data.pkg}} |
%\subsubsection{File {\it input/data.shap}} |
3 |
%\label{www:tutorials} |
%\label{www:tutorials} |
4 |
|
|
5 |
This file, reproduced completely below, specifies the parameters |
This file, reproduced completely below, specifies the parameters |
23 |
nShapUV=4, |
nShapUV=4, |
24 |
\end{verbatim} |
\end{verbatim} |
25 |
Those lines select the order of the shapiro filter |
Those lines select the order of the shapiro filter |
26 |
for active tracer ($\theta$ and $q$) and momentum respectively. |
for active tracer ($\theta$ and $q$) and momentum ($u,v$) respectively. |
27 |
This sets the integer parameter $n$ to 4, in the equations of |
This sets the integer parameter $n$ to 4, in the equations of |
28 |
section \ref{sect:shapiro-filter}, which implies a 8th order |
section \ref{sect:shapiro-filter}, which corresponds to a 8th order |
29 |
filter. |
filter. |
30 |
|
|
31 |
\item Lines PUT_LINE_NB:nShapTrPhys= and PUT_LINE_NB:nShapUVPhys=, |
\item Lines PUT_LINE_NB:nShapTrPhys= and PUT_LINE_NB:nShapUVPhys=, |
35 |
\end{verbatim} |
\end{verbatim} |
36 |
Those lines select the order of the physical space filter |
Those lines select the order of the physical space filter |
37 |
(filter function S2g, in section \ref{sect:shapiro-filter}) |
(filter function S2g, in section \ref{sect:shapiro-filter}) |
38 |
that applies to for $\theta$ and $q$ and for $u$ and $v$ respectively. |
that applies to $\theta,q$ and to $u,v$ respectively. |
39 |
The difference $ nShapT - nShapTrPhys $ and $ nShapUV - nShapUVPhys $ |
The differences {\it nShapT - nShapTrPhys} and {\it nShapUV - nShapUVPhys} |
40 |
correspond to the order of the computational filter |
correspond to the order of the computational filter |
41 |
(filter function S2c, in section \ref{sect:shapiro-filter}). |
(filter function S2c, in section \ref{sect:shapiro-filter}). |
42 |
|
|