1 |
% $Header$ |
% $Header$ |
2 |
% $Name$ |
% $Name$ |
3 |
|
|
4 |
\chapter{Diagnostics and tools} |
\chapter{Diagnostics and I/O - Packages II and Matlab Tools} |
5 |
|
\begin{rawhtml} |
6 |
|
<!-- CMIREDIR:processing_tools: --> |
7 |
|
<!-- CMIREDIR:diagnostics_and_tools: --> |
8 |
|
\end{rawhtml} |
9 |
|
|
10 |
|
\section{Diagnostics and I/O} |
11 |
|
|
12 |
|
The MITgcm has several packages that are related to the output |
13 |
|
produced during a model integration that is used for analysis |
14 |
|
of the results. The packages are related to the choice of output |
15 |
|
fields and to the format of the model output. |
16 |
|
|
17 |
|
\newpage |
18 |
|
\input{part7/diagnostics.tex} |
19 |
|
|
20 |
|
\newpage |
21 |
|
\input{part7/mnc.tex} |
22 |
|
|
23 |
|
\newpage |
24 |
|
\input{part7/mdsio.tex} |
25 |
|
|
26 |
|
\newpage |
27 |
|
\input{part7/monitor.tex} |
28 |
|
|
29 |
|
\newpage |
30 |
|
\input{part7/rw.tex} |
31 |
|
|
32 |
|
\newpage |
33 |
|
\section{Pre- and Post- Processing Scripts and Utilities} |
34 |
|
|
35 |
There are numerous tools for pre-processing data, converting model |
There are numerous tools for pre-processing data, converting model |
36 |
output and analysis written in Matlab, fortran (f77 and f90) and perl. |
output and analysis written in Matlab, fortran (f77 and f90) and perl. |
40 |
Here we'll summarize what is available but this is an ever growing resource |
Here we'll summarize what is available but this is an ever growing resource |
41 |
so this may not cover everything that is out there: |
so this may not cover everything that is out there: |
42 |
|
|
43 |
\section{Utilities supplied with the model} |
\subsection{Utilities supplied with the model} |
44 |
|
|
45 |
We supply some basic scripts with the model to facilitate conversion or reading |
We supply some basic scripts with the model to facilitate conversion or reading |
46 |
of data into analysis software. |
of data into analysis software. |
47 |
|
|
48 |
\subsection{utils/scripts} |
\subsubsection{utils/scripts} |
49 |
|
|
50 |
In the directory {\em utils/scripts} you will find {\em joinds} and {\joinmds}: |
In the directory {\em utils/scripts} you will find {\em joinds} and {\em joinmds}: |
51 |
these are perl scripts used from joining the multi-part files created by |
these are perl scripts used from joining the multi-part files created by |
52 |
MITgcm. {\bf Use {\em joinmds} always}. You will only need {\em joinds} if you |
MITgcm. {\bf Use {\em joinmds} always}. You will only need {\em joinds} if you |
53 |
are working with output older than two years (prior to c23). |
are working with output older than two years (prior to c23). |
54 |
|
|
55 |
\subsection{utils/matlab} |
\subsubsection{utils/matlab} |
56 |
|
|
57 |
In the directory {\em utils/matlab} you will find several Matlab scripts |
In the directory {\em utils/matlab} you will find several Matlab scripts |
58 |
(.m or dot-em files). The priniciple script is {\em rdmds.m} used for reading |
(.m or dot-em files). The priniciple script is {\em rdmds.m} used for reading |
68 |
Most other scripts are for working in the curvilinear coordinate systems which |
Most other scripts are for working in the curvilinear coordinate systems which |
69 |
as yet are unpublished and undocumented. |
as yet are unpublished and undocumented. |
70 |
|
|
71 |
\section{Pre-processing software} |
\subsection{Pre-processing software} |
72 |
|
|
73 |
There is a suite of pre-processing software for intepolating bathymetry |
There is a suite of pre-processing software for intepolating bathymetry |
74 |
and forcing data, written by Adcroft and Biastoch. At some point, |
and forcing data, written by Adcroft and Biastoch. At some point, |