/[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.4 by gforget, Fri Jan 8 23:25:06 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  - disk space requirement ~ 6.4G

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

  ViewVC Help
Powered by ViewVC 1.1.22