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

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

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

revision 1.1 by gforget, Wed Jan 14 17:35:23 2015 UTC revision 1.2 by gforget, Wed Jan 14 19:32:18 2015 UTC
# Line 1  Line 1 
1    
2    ---- common to all classes ----
3    
4  0) login as guest  0) login as guest
5    
6  1) open web browser, go to:  1) open web browser, and download setup_gcmfaces_and_mitprof.csh
7       http://mitgcm.org/     from http://mitgcm.org/viewvc/MITgcm/MITgcm_contrib/gael/
    follow links:  
      Source code  
      CVS code browser  
      Parent Directory  
      MITgcm_contrib/  
      gael/  
      setup_gcmfaces_and_mitprof.csh  
      download  
8    
9  2) open terminal window, and proceed to download material:  2) open terminal window, and proceed to download codes:
10       csh
11     mkdir iap-idma     mkdir iap-idma
12     mv Downloads/setup_gcmfaces_and_mitprof.csh iap-idma/     mv Downloads/setup_gcmfaces_and_mitprof.csh iap-idma/
13     cd iap-idma     cd iap-idma
    alias matlab /usr/local/matlab_2012a/bin/matlab  
14     source ./setup_gcmfaces_and_mitprof.csh     source ./setup_gcmfaces_and_mitprof.csh
15    
16  notes :  notes :
17     disk space requirement ~ 800M + 13G from item #4     disk space requirement ~ 800M (plus class specific items)
18     matlab requirement > 2011 (for native netcdf implementation)     matlab requirement > 2011 (for native netcdf implementation)
19    
20    ---- 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  3) start matlab and run gcmfaces_demo  3) start matlab and run gcmfaces_demo
45     /usr/local/matlab_2012a/bin/matlab     matlab
46     addpath gcmfaces     addpath gcmfaces
47     gcmfaces_demo     gcmfaces_demo
48        
49  4) download Argo and ECCO climatology  4) download ECCO climatology
50     mkdir release1     mkdir release1
51     wget --recursive ftp://mit.ecco-group.org/gforget/MITprof     wget --recursive ftp://mit.ecco-group.org/gforget/MITprof
52     mv mit.ecco-group.org/gforget/MITprof release1/.     mv mit.ecco-group.org/gforget/MITprof release1/.
# Line 43  notes : Line 62  notes :
62     mv mit.ecco-group.org/gforget/nctiles_climatology release1/.     mv mit.ecco-group.org/gforget/nctiles_climatology release1/.
63    
64  5) start matlab and run example_transports (or re-run gcmfaces_demo).  5) start matlab and run example_transports (or re-run gcmfaces_demo).
    /usr/local/matlab_2012a/bin/matlab  
65     addpath gcmfaces     addpath gcmfaces
66     gcmfaces_global     gcmfaces_global
67     diags=example_transports('v4');     diags=example_transports('v4');

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22