49 |
your .cshrc or .tcshrc: |
your .cshrc or .tcshrc: |
50 |
\begin{verbatim} |
\begin{verbatim} |
51 |
% setenv CVSROOT :pserver:cvsanon@mitgcm.org:/u/u0/gcmpack |
% setenv CVSROOT :pserver:cvsanon@mitgcm.org:/u/u0/gcmpack |
52 |
|
\end{verbatim} |
53 |
|
|
54 |
|
To start using CVS, "login" to the server using: |
55 |
|
\begin{verbatim} |
56 |
% cvs login ( CVS password: cvsanon ) |
% cvs login ( CVS password: cvsanon ) |
57 |
\end{verbatim} |
\end{verbatim} |
58 |
|
You only need to do ``cvs login'' once. |
59 |
|
|
60 |
You only need to do ``cvs login'' once. To obtain the source for the release: |
To obtain the source for the release: |
61 |
\begin{verbatim} |
\begin{verbatim} |
62 |
% cvs co -d directory -P -r release1 MITgcmUV |
% cvs co -d directory -P -r release1 MITgcmUV |
63 |
\end{verbatim} |
\end{verbatim} |
644 |
the ''execution environment'' part is covered in the parallel implementation |
the ''execution environment'' part is covered in the parallel implementation |
645 |
section) and on the variables and parameters that you are likely to change. |
section) and on the variables and parameters that you are likely to change. |
646 |
|
|
647 |
\subsection{\protect\bigskip Configuration and setup} |
\subsection{Configuration and setup} |
648 |
|
|
649 |
The CPP keys relative to the ''numerical model'' part of the code are all |
The CPP keys relative to the ''numerical model'' part of the code are all |
650 |
defined and set in the file \textit{CPP\_OPTIONS.h }in the directory \textit{% |
defined and set in the file \textit{CPP\_OPTIONS.h }in the directory \textit{% |