--- manual/s_getstarted/text/getting_started.tex 2001/08/08 16:15:31 1.1.1.1 +++ manual/s_getstarted/text/getting_started.tex 2001/10/11 19:18:41 1.3 @@ -1,14 +1,7 @@ -% $Header: /home/ubuntu/mnt/e9_copy/manual/s_getstarted/text/getting_started.tex,v 1.1.1.1 2001/08/08 16:15:31 adcroft Exp $ +% $Header: /home/ubuntu/mnt/e9_copy/manual/s_getstarted/text/getting_started.tex,v 1.3 2001/10/11 19:18:41 adcroft Exp $ % $Name: $ - -\begin{center} -{\Large \textbf{Using the model}} - -\vspace*{4mm} - -\vspace*{3mm} {\large July 2001} -\end{center} +\section{Getting started} In this part, we describe how to use the model. In the first section, we provide enough information to help you get started with the model. We @@ -21,8 +14,6 @@ the code when you are ready to try implementing the configuration you have in mind. -\section{Getting started} - \subsection{Obtaining the code} The reference web site for the model is: @@ -43,7 +34,7 @@ track of your changes. If CVS is not available on your machine, you can also download a tar file. -\subsubsection{using CVS} +\subsubsection{Using CVS} Before you can use CVS, the following environment variable has to be set in your .cshrc or .tcshrc: @@ -52,9 +43,9 @@ % cvs login ( CVS password: cvsanon ) \end{verbatim} -You only need to do ``cvs login'' once. To obtain the latest source: +You only need to do ``cvs login'' once. To obtain the source for the release: \begin{verbatim} -% cvs co -d directory models/MITgcmUV +% cvs co -d directory -P -r release1 MITgcmUV \end{verbatim} This creates a directory called \textit{directory}. If \textit{directory} @@ -62,9 +53,13 @@ directory in the source tree contains a directory \textit{CVS}. This information is required by CVS to keep track of your file versions with respect to the repository. Don't edit the files in \textit{CVS}! To obtain a -specific \textit{version} that is not the latest source: +different \textit{version} that is not the latest source: +\begin{verbatim} +% cvs co -d directory -P -r version MITgcm +\end{verbatim} +or the latest development version: \begin{verbatim} -% cvs co -d directory -r version models/MITgcmUV +% cvs co -d directory -P MITgcm \end{verbatim} \subsubsection{other methods}