/[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.1 - (hide annotations) (download)
Wed Jan 14 17:35:23 2015 UTC (10 years, 6 months ago) by gforget
Branch: MAIN
- basic code and data download instructions.

1 gforget 1.1 0) login as guest
2    
3     1) open web browser, go to:
4     http://mitgcm.org/
5     follow links:
6     Source code
7     CVS code browser
8     Parent Directory
9     MITgcm_contrib/
10     gael/
11     setup_gcmfaces_and_mitprof.csh
12     download
13    
14     2) open terminal window, and proceed to download material:
15     mkdir iap-idma
16     mv Downloads/setup_gcmfaces_and_mitprof.csh iap-idma/
17     cd iap-idma
18     alias matlab /usr/local/matlab_2012a/bin/matlab
19     source ./setup_gcmfaces_and_mitprof.csh
20    
21     notes :
22     disk space requirement ~ 800M + 13G from item #4
23     matlab requirement > 2011 (for native netcdf implementation)
24    
25     3) start matlab and run gcmfaces_demo
26     /usr/local/matlab_2012a/bin/matlab
27     addpath gcmfaces
28     gcmfaces_demo
29    
30     4) download Argo and ECCO climatology
31     mkdir release1
32     wget --recursive ftp://mit.ecco-group.org/gforget/MITprof
33     mv mit.ecco-group.org/gforget/MITprof release1/.
34    
35     wget --recursive ftp://mit.ecco-group.org/gforget/nctiles_climatology/THETA
36     wget --recursive ftp://mit.ecco-group.org/gforget/nctiles_climatology/SALT
37     wget --recursive ftp://mit.ecco-group.org/gforget/nctiles_climatology/UVELMASS
38     wget --recursive ftp://mit.ecco-group.org/gforget/nctiles_climatology/VVELMASS
39     wget --recursive ftp://mit.ecco-group.org/gforget/nctiles_climatology/'ADVx_*'
40     wget --recursive ftp://mit.ecco-group.org/gforget/nctiles_climatology/'ADVy_*'
41     wget --recursive ftp://mit.ecco-group.org/gforget/nctiles_climatology/'DFxE_*'
42     wget --recursive ftp://mit.ecco-group.org/gforget/nctiles_climatology/'DFyE_*'
43     mv mit.ecco-group.org/gforget/nctiles_climatology release1/.
44    
45     5) start matlab and run example_transports (or re-run gcmfaces_demo).
46     /usr/local/matlab_2012a/bin/matlab
47     addpath gcmfaces
48     gcmfaces_global
49     diags=example_transports('v4');
50     example_transports_disp(diags);

  ViewVC Help
Powered by ViewVC 1.1.22