| 1 |
|
|
| 2 |
|
|
| 3 |
This directory contains scripts written by Jake Gebbie for diagnosing subduction rates. |
This directory contains scripts written by Jake Gebbie for diagnosing |
| 4 |
|
subduction rates. All scripts are for offline diagnostics in MATLAB. |
| 5 |
|
|
| 6 |
|
|
| 7 |
|
Eulerian maps of subduction: |
| 8 |
|
diag_sann.m: Diagnose the annual subduction rate. |
| 9 |
|
diag_induction.m: Diagnose lateral induction across a surface (usually the |
| 10 |
|
mixed-layer base) |
| 11 |
|
get_mldvel.m: Interpolate the velocity field to a surface (usually the |
| 12 |
|
mixed-layer base) |
| 13 |
|
|
| 14 |
|
Water-mass diagnostics: |
| 15 |
|
To be included at a future date. |
| 16 |
|
|
| 17 |
|
Utilities: |
| 18 |
|
mldepth.m: Calculate mixed-layer depth from the density field. |
| 19 |
|
cshift.m: A MATLAB replica of the popular Fortran function. |
| 20 |
|
integrate_for_w.m: A MATLAB rendition of the MITgcm subroutine |
| 21 |
|
of the same name. |