Parent Directory
|
Revision Log
|
Revision Graph
- revise installation directives for MAC/WIN/LINUX.
| 1 | |
| 2 | ---- downloading matlab toolboxes ---- |
| 3 | |
| 4 | 1) create a directory called `iap-idma' with a subdirectory called `iap-idma/matlab' |
| 5 | |
| 6 | 2) open a web browser and download the following two files: |
| 7 | http://mit.ecco-group.org/opendap/ecco_for_las/version_4/checkpoints/c65r_gcmfaces.tar.gz |
| 8 | http://mit.ecco-group.org/opendap/ecco_for_las/version_4/checkpoints/c65r_MITprof.tar.gz |
| 9 | |
| 10 | 3) move these two files to the idma directory and uncompress them. |
| 11 | |
| 12 | 3) the iap-idma directory should now contain two subdirectories |
| 13 | named `c65r_gcmfaces' and `c65r_MITprof'. Rename them simply |
| 14 | as `gcmfaces' and `MITprof' |
| 15 | |
| 16 | notes : |
| 17 | - disk space requirement ~ 800M (plus session specific items that will be added later) |
| 18 | - 2011 or later matlab version is needed (for native netcdf implementation) |
| 19 | - for session 1 you only need MITprof but gcmfaces will come |
| 20 | handy later so your might as well download both right away |
| 21 | |
| 22 | ---- for session #1 ---- |
| 23 | |
| 24 | 1) see 'downloading matlab toolboxes' |
| 25 | |
| 26 | 2) download idma_float_plot.m, idma_box_subset.m, and idma_box_mean.m from |
| 27 | http://mitgcm.org/viewvc/MITgcm/MITgcm_contrib/gael/comm/course-idma2016/matlab/ |
| 28 | |
| 29 | 3) move these files to the iap-idma/matlab directory |
| 30 | |
| 31 | 4) using you favorite ftp client (e.g. fetch in iOS, secureFX in MS-windows, |
| 32 | or wget in LINUX) to download the following directory: |
| 33 | ftp://mit.ecco-group.org/ecco_for_las/version_4/release1/MITprof_release1 |
| 34 | |
| 35 | 5) move MITprof_release1 to the iap-idma directory |
| 36 | |
| 37 | 6) start matlab, go to the iap-idma directory, and type: |
| 38 | addpath matlab/ |
| 39 | [p]=idma_float_plot('4900828'); |
| 40 | idma_box_subset; |
| 41 | idma_box_mean; |
| 42 | |
| 43 | notes : |
| 44 | - disk space requirement ~ 6.4G (plus 0.8G from steps 1,2) |
| 45 | - idma_float_plot.m and idma_box_subset.m both add the |
| 46 | iap-idma/MITprof/ and its subdirectories to the matlab path |
| 47 | - idma_box_subset is the most time consuming, and may take ~3' |
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |