| 1 | dimitri | 1.1 | Brief description of scripts involved. | 
| 2 |  |  |  | 
| 3 |  |  | 1) create_tide_bc_4bdry.m | 
| 4 |  |  | Scripts to create tidal amplitude and phase boundary condition. | 
| 5 |  |  | The main script, need to use boundary grid file. | 
| 6 |  |  | When using the script, need to modify the CAT directory. | 
| 7 |  |  |  | 
| 8 |  |  | 2) create_bc_grid.m | 
| 9 |  |  | Script to generate boundary grid file, lat, lon, AngleCS, AngleSN | 
| 10 |  |  | Use this one before use create_tide_bc_4bdry.m | 
| 11 |  |  | Need MITgcm domain file directory as input. | 
| 12 |  |  |  | 
| 13 |  |  |  | 
| 14 |  |  | 3) tide_rot.m | 
| 15 |  |  | This script is used in create_tide_bc_4bdry.m | 
| 16 |  |  | Rotate uamp, upha, vamp and vpha to a new coordinate | 
| 17 |  |  |  | 
| 18 |  |  | 4) intp_line_safe.m | 
| 19 |  |  | A line interpololation scripts to make sure there | 
| 20 |  |  | is no NaN in tidal current amplitude and phase | 
| 21 |  |  |  | 
| 22 |  |  | 5) There are other scripts that come with CAT package. | 
| 23 |  |  |  | 
| 24 |  |  |  | 
| 25 |  |  | Directory for tidal related  tools | 
| 26 |  |  | /data1/cube/ecco2_tools/tide | 
| 27 |  |  |  | 
| 28 |  |  |  | 
| 29 |  |  | XC  Wang  31 Jan 2013 | 
| 30 |  |  | xiaochun.wang@jpl.nasa.gov |