/[MITgcm]/manual/s_outp_pkgs/text/top_section.tex
ViewVC logotype

Diff of /manual/s_outp_pkgs/text/top_section.tex

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by adcroft, Wed Aug 8 16:16:26 2001 UTC revision 1.4 by adcroft, Tue Nov 13 16:14:23 2001 UTC
# Line 1  Line 1 
1  % $Header$  % $Header$
2  % $Name$  % $Name$
3    
4  \chapter{Diagnostiacs and tools}  \chapter{Diagnostics and tools}
5    
6    There are numerous tools for pre-processing data, converting model
7    output and analysis written in Matlab, fortran (f77 and f90) and perl.
8    As yet they remain undocumented although many are self-documenting
9    (Matlab routines have "help" written into them).
10    
11    Here we'll summarize what is available but this is an ever growing resource
12    so this may not cover everything that is out there:
13    
14    \section{Utilities supplied with the model}
15    
16    We supply some basic scripts with the model to facilitate conversion or reading
17    of data into analysis software.
18    
19    \subsection{utils/scripts}
20    
21    In the directory {\em utils/scripts} you will find {\em joinds} and {\em joinmds}:
22    these are perl scripts used from joining the multi-part files created by
23    MITgcm. {\bf Use {\em joinmds} always}. You will only need {\em joinds} if you
24    are working with output older than two years (prior to c23).
25    
26    \subsection{utils/matlab}
27    
28    In the directory {\em utils/matlab} you will find several Matlab scripts
29    (.m or dot-em files). The priniciple script is {\em rdmds.m} used for reading
30    the multi-part model output files in to matlab. Place the scripts in your
31    matlab path or change the path appropriately, then at the matlab prompt type:
32    \begin{verbatim}
33      >> help rdmds
34    \end{verbatim}
35    to get help on how to use rdmds.
36    
37    Another useful script scans the terminal output file for "monitor" information.
38    
39    Most other scripts are for working in the curvilinear coordinate systems which
40    as yet are unpublished and undocumented.
41    
42    \section{Pre-processing software}
43    
44    There is a suite of pre-processing software for intepolating bathymetry
45    and forcing data, written by Adcroft and Biastoch. At some point,
46    these will be made available for download. If you are in need of such
47    software, contact one of them.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22