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