/[MITgcm]/MITgcm_contrib/gael/comm/course-idma2015/computing/iap-idma-readme
ViewVC logotype

Annotation of /MITgcm_contrib/gael/comm/course-idma2015/computing/iap-idma-readme

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download)
Wed Jan 14 19:32:18 2015 UTC (10 years, 6 months ago) by gforget
Branch: MAIN
Changes since 1.1: +34 -16 lines
- add idma_float_plot.m and update iap-idma-readme

1 gforget 1.2
2     ---- common to all classes ----
3    
4 gforget 1.1 0) login as guest
5    
6 gforget 1.2 1) open web browser, and download setup_gcmfaces_and_mitprof.csh
7     from http://mitgcm.org/viewvc/MITgcm/MITgcm_contrib/gael/
8 gforget 1.1
9 gforget 1.2 2) open terminal window, and proceed to download codes:
10     csh
11 gforget 1.1 mkdir iap-idma
12     mv Downloads/setup_gcmfaces_and_mitprof.csh iap-idma/
13     cd iap-idma
14     source ./setup_gcmfaces_and_mitprof.csh
15    
16     notes :
17 gforget 1.2 disk space requirement ~ 800M (plus class specific items)
18 gforget 1.1 matlab requirement > 2011 (for native netcdf implementation)
19    
20 gforget 1.2 ---- for class #1 ----
21    
22     1,2) see 'common to all classes' above
23    
24     3) download idma_float_plot.m from http://mitgcm.org/viewvc/MITgcm/MITgcm_contrib/gael/comm/course-idma2015/computing/
25    
26     4) in terminal window
27     mv ~/Downloads/idma_float_plot.m ~/iap-idma/.
28    
29     4) download Argo etc
30     mkdir release1
31     wget --recursive ftp://mit.ecco-group.org/gforget/MITprof
32     mv mit.ecco-group.org/gforget/MITprof release1/.
33    
34     5) start matlab and run idma_float_plot.m
35     matlab
36     [p]=idma_float_plot('2900828');
37    
38     notes :
39     disk space requirement ~ 6.4G (plus 0.8G from steps 1,2)
40     start matlab at command line : matlab -nodesktop
41    
42     ---- for class #2 ----
43    
44 gforget 1.1 3) start matlab and run gcmfaces_demo
45 gforget 1.2 matlab
46 gforget 1.1 addpath gcmfaces
47     gcmfaces_demo
48    
49 gforget 1.2 4) download ECCO climatology
50 gforget 1.1 mkdir release1
51     wget --recursive ftp://mit.ecco-group.org/gforget/MITprof
52     mv mit.ecco-group.org/gforget/MITprof release1/.
53    
54     wget --recursive ftp://mit.ecco-group.org/gforget/nctiles_climatology/THETA
55     wget --recursive ftp://mit.ecco-group.org/gforget/nctiles_climatology/SALT
56     wget --recursive ftp://mit.ecco-group.org/gforget/nctiles_climatology/UVELMASS
57     wget --recursive ftp://mit.ecco-group.org/gforget/nctiles_climatology/VVELMASS
58     wget --recursive ftp://mit.ecco-group.org/gforget/nctiles_climatology/'ADVx_*'
59     wget --recursive ftp://mit.ecco-group.org/gforget/nctiles_climatology/'ADVy_*'
60     wget --recursive ftp://mit.ecco-group.org/gforget/nctiles_climatology/'DFxE_*'
61     wget --recursive ftp://mit.ecco-group.org/gforget/nctiles_climatology/'DFyE_*'
62     mv mit.ecco-group.org/gforget/nctiles_climatology release1/.
63    
64     5) start matlab and run example_transports (or re-run gcmfaces_demo).
65     addpath gcmfaces
66     gcmfaces_global
67     diags=example_transports('v4');
68     example_transports_disp(diags);

  ViewVC Help
Powered by ViewVC 1.1.22