--- manual/s_getstarted/text/getting_started.tex 2001/10/15 19:35:11 1.4 +++ manual/s_getstarted/text/getting_started.tex 2001/10/18 18:44:14 1.6 @@ -1,4 +1,4 @@ -% $Header: /home/ubuntu/mnt/e9_copy/manual/s_getstarted/text/getting_started.tex,v 1.4 2001/10/15 19:35:11 adcroft Exp $ +% $Header: /home/ubuntu/mnt/e9_copy/manual/s_getstarted/text/getting_started.tex,v 1.6 2001/10/18 18:44:14 adcroft Exp $ % $Name: $ %\section{Getting started} @@ -49,10 +49,15 @@ your .cshrc or .tcshrc: \begin{verbatim} % setenv CVSROOT :pserver:cvsanon@mitgcm.org:/u/u0/gcmpack +\end{verbatim} + +To start using CVS, "login" to the server using: +\begin{verbatim} % cvs login ( CVS password: cvsanon ) \end{verbatim} +You only need to do ``cvs login'' once. -You only need to do ``cvs login'' once. To obtain the source for the release: +To obtain the source for the release: \begin{verbatim} % cvs co -d directory -P -r release1 MITgcmUV \end{verbatim} @@ -639,7 +644,7 @@ the ''execution environment'' part is covered in the parallel implementation section) and on the variables and parameters that you are likely to change. -\subsection{\protect\bigskip Configuration and setup} +\subsection{Configuration and setup} The CPP keys relative to the ''numerical model'' part of the code are all defined and set in the file \textit{CPP\_OPTIONS.h }in the directory \textit{%