/[MITgcm]/MITgcm_contrib/gael/comm/course-idma2016/guidelines/iap-idma-instructions
ViewVC logotype

Diff of /MITgcm_contrib/gael/comm/course-idma2016/guidelines/iap-idma-instructions

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

revision 1.3 by gforget, Fri Jan 8 23:23:36 2016 UTC revision 1.5 by gforget, Thu Jan 14 14:55:43 2016 UTC
# Line 38  notes : Line 38  notes :
38  6) start matlab, go to the iap-idma directory, and type:  6) start matlab, go to the iap-idma directory, and type:
39     addpath matlab/     addpath matlab/
40     [p]=idma_float_plot('4900828');     [p]=idma_float_plot('4900828');
41     idma_box_subset;     box_l=[-180 -140]; box_L=[-10 10]-30; box_D=[0 300];
42     idma_box_mean;     [prof_T,prof_Testim,prof_Tweight]=idma_box_subset(box_l,box_L,box_D);
43       [boxmean,tim,dep]=idma_box_mean(prof_T,prof_Tweight);
44       figureL; pcolor(tim,-dep,boxmean); colorbar;
45    
46  notes :  notes :
47  - disk space requirement ~ 6.4G (plus 0.8G from steps 1,2)  - disk space requirement ~ 6.4G
48  - idma_float_plot.m and idma_box_subset.m both add the  - idma_float_plot.m and idma_box_subset.m both add the
49    iap-idma/MITprof/ and its subdirectories to the matlab path    iap-idma/MITprof/ and its subdirectories to the matlab path
50  - idma_box_subset is the most time consuming, and may take ~3'  - idma_box_subset is the most time consuming of the three
51      scripts and may take ~3 minutes
52    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22