| 324 |
|
|
| 325 |
\end{itemize} |
\end{itemize} |
| 326 |
|
|
| 327 |
\section{Example experiments} |
\section[MITgcm Example Experiments]{Example experiments} |
| 328 |
\label{sect:modelExamples} |
\label{sect:modelExamples} |
| 329 |
|
|
| 330 |
%% a set of twenty-four pre-configured numerical experiments |
%% a set of twenty-four pre-configured numerical experiments |
| 484 |
Once you have chosen the example you want to run, you are ready to |
Once you have chosen the example you want to run, you are ready to |
| 485 |
compile the code. |
compile the code. |
| 486 |
|
|
| 487 |
\section{Building the code} |
\section[Building MITgcm]{Building the code} |
| 488 |
\label{sect:buildingCode} |
\label{sect:buildingCode} |
| 489 |
|
|
| 490 |
To compile the code, we use the {\em make} program. This uses a file |
To compile the code, we use the {\em make} program. This uses a file |
| 950 |
|
|
| 951 |
|
|
| 952 |
|
|
| 953 |
\section{Running the model} |
\section[Running MITgcm]{Running the model in prognostic mode} |
| 954 |
\label{sect:runModel} |
\label{sect:runModel} |
| 955 |
|
|
| 956 |
If compilation finished succesfuully (section \ref{sect:buildingCode}) |
If compilation finished succesfuully (section \ref{sect:buildingCode}) |
| 1059 |
>> for n=1:11; imagesc(eta(:,:,n)');axis ij;colorbar;pause(.5);end |
>> for n=1:11; imagesc(eta(:,:,n)');axis ij;colorbar;pause(.5);end |
| 1060 |
\end{verbatim} |
\end{verbatim} |
| 1061 |
|
|
| 1062 |
\section{Doing it yourself: customizing the code} |
\section[Customizing MITgcm]{Doing it yourself: customizing the code} |
| 1063 |
|
|
| 1064 |
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 |
| 1065 |
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 |