| 1 |
cnh |
1.1 |
This set of matlab scripts and functions does some basic diagnostics on the |
| 2 |
|
|
global ocean run. By no means are they meant to be universal or exhaustive. |
| 3 |
|
|
Use them as a starting point for your own diagnostics. |
| 4 |
|
|
|
| 5 |
|
|
After including this directory into your matlab path, |
| 6 |
|
|
change into the directory where the model output is and type at the matlab |
| 7 |
|
|
prompt: |
| 8 |
|
|
matlab>> mit_loadglobal |
| 9 |
|
|
to get a number of plots of meridional overturning stream functions, |
| 10 |
|
|
barotropic streamfunctions, surface fluxes of heat and freshwater, model |
| 11 |
|
|
drift, devations of model hydrography from levitus etc. |
| 12 |
|
|
By default the script will look for time-averaged fields. If there are not |
| 13 |
|
|
any time averaged fields, type |
| 14 |
|
|
matlab>> meanfields = 0; |
| 15 |
|
|
at the matlab prompt before runing the scripts so that the latest snapshot |
| 16 |
|
|
fields are displayed instead. |
| 17 |
|
|
|
| 18 |
|
|
Martin Losch, Oct 17, 2002 |
| 19 |
|
|
mlosch@mit.edu |