Parent Directory
|
Revision Log
|
Revision Graph
- revise installation directives for MAC/WIN/LINUX.
1 | gforget | 1.1 | |
2 | ---- downloading matlab toolboxes ---- | ||
3 | |||
4 | gforget | 1.2 | 1) create a directory called `iap-idma' with a subdirectory called `iap-idma/matlab' |
5 | gforget | 1.1 | |
6 | gforget | 1.2 | 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 | gforget | 1.1 | |
10 | gforget | 1.2 | 3) move these two files to the idma directory and uncompress them. |
11 | gforget | 1.1 | |
12 | gforget | 1.2 | 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 | gforget | 1.1 | |
16 | notes : | ||
17 | gforget | 1.2 | - 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 | gforget | 1.1 | |
22 | ---- for session #1 ---- | ||
23 | |||
24 | gforget | 1.2 | 1) see 'downloading matlab toolboxes' |
25 | gforget | 1.1 | |
26 | gforget | 1.2 | 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 | gforget | 1.1 | |
29 | gforget | 1.2 | 3) move these files to the iap-idma/matlab directory |
30 | gforget | 1.1 | |
31 | gforget | 1.2 | 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 | gforget | 1.1 | |
37 | gforget | 1.2 | 6) start matlab, go to the iap-idma directory, and type: |
38 | gforget | 1.1 | addpath matlab/ |
39 | gforget | 1.2 | [p]=idma_float_plot('4900828'); |
40 | idma_box_subset; | ||
41 | idma_box_mean; | ||
42 | gforget | 1.1 | |
43 | notes : | ||
44 | gforget | 1.2 | - 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 |