| 1 | adcroft | 1.1 | % MITGCM_TOOLS | 
| 2 |  |  | % | 
| 3 |  |  | % Documentation for each function can be found by typing "help FUNCTION_NAME" | 
| 4 |  |  | % e.g. | 
| 5 |  |  | % >> help loadstate | 
| 6 |  |  | % | 
| 7 |  |  | %Reading/loading data: | 
| 8 |  |  | %  loadconfig      - reads the parameters from "data" and other files | 
| 9 |  |  | %  loadforcing     - loads the forcing fields | 
| 10 |  |  | %  loadgrid        - loads all the grid information | 
| 11 |  |  | %  loadstate       - loads model state (u,v,t,s,...) | 
| 12 |  |  | %  mitgcmhistory   - reads the time histsory of variables from STDOUT | 
| 13 |  |  | % | 
| 14 |  |  | %Diagnostics: | 
| 15 |  |  | %  barotropic_psi  - calculates barotropic stream function | 
| 16 |  |  | %  overturning     - calculates overturning stream function | 
| 17 |  |  | %  hfac            - calculates hFac's based used by model | 
| 18 |  |  | % | 
| 19 |  |  | %Functions used by mitgcm_tools: | 
| 20 |  |  | %  grepparameter   - grabs parameters from namelist parameter files | 
| 21 |  |  | % | 
| 22 |  |  | %Written by adcroft@mit.edu, 2001-2003 | 
| 23 |  |  |  | 
| 24 |  |  | %$Header: |