1 |
\section[Customizing MITgcm]{Doing it yourself: customizing the code} |
\section[Customizing MITgcm]{Doing it yourself: customizing the code} |
2 |
|
\label{sect:customize} |
3 |
|
\begin{rawhtml} |
4 |
|
<!-- CMIREDIR:customizing_mitgcm: --> |
5 |
|
\end{rawhtml} |
6 |
|
|
7 |
When you are ready to run the model in the configuration you want, the |
When you are ready to run the model in the configuration you want, the |
8 |
easiest thing is to use and adapt the setup of the case studies |
easiest thing is to use and adapt the setup of the case studies |
638 |
set to \texttt{'.FALSE.'}, free-slip boundary conditions are |
set to \texttt{'.FALSE.'}, free-slip boundary conditions are |
639 |
applied. If no-slip boundary conditions are applied at the bottom, a |
applied. If no-slip boundary conditions are applied at the bottom, a |
640 |
bottom drag can be applied as well. Two forms are available: linear |
bottom drag can be applied as well. Two forms are available: linear |
641 |
(set the variable \textbf{bottomDragLinear} in s$ ^{-1}$) and |
(set the variable \textbf{bottomDragLinear} in m/s) and |
642 |
quadratic (set the variable \textbf{bottomDragQuadratic} in |
quadratic (set the variable \textbf{bottomDragQuadratic}, dimensionless). |
|
m$^{-1}$). |
|
643 |
|
|
644 |
The Fourier and Shapiro filters are described elsewhere. |
The Fourier and Shapiro filters are described elsewhere. |
645 |
|
|