/[MITgcm]/MITgcm_contrib/articles/ceaice/comments_todo.txt
ViewVC logotype

Diff of /MITgcm_contrib/articles/ceaice/comments_todo.txt

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

revision 1.2 by mlosch, Mon Jul 28 12:34:43 2008 UTC revision 1.3 by mlosch, Tue Jul 29 08:33:23 2008 UTC
# Line 1  Line 1 
1    $Header$
2    $Name$
3    
4  27-Jul-2008, PH:  27-Jul-2008, PH:
5  ---------------  ---------------
6    
# Line 50  of the zonal section. Line 53  of the zonal section.
53  ML: it's not a zonal section but a "meridional" (j-) average of grid  ML: it's not a zonal section but a "meridional" (j-) average of grid
54  points i=100:130, j=116:122, but maybe a section is a better idea?  points i=100:130, j=116:122, but maybe a section is a better idea?
55  I have now actually removed some of the "inlets" that I have  I have now actually removed some of the "inlets" that I have
56  carelessly averaged over.  carelessly averaged over:
57    
58    i = 100:130;
59    j = 116:121;
60    
61    rhoice = 0.92;
62    rhosnw = 0.33;
63    dxg=rdmds(fullfile('grid','DXG'));
64    dyg=rdmds(fullfile('grid','DYG'));
65    hf =rdmds(fullfile('grid','hFacC'));
66    ar = dxg.*dyg.*hf(:,:,1);
67    
68    [nx,ny]=size(xc);
69    
70    arij  = ar(i,j);
71    % special masking to remove various inlets, etc.
72    arij(14:end,6) = 0;
73    arij(24:end,5) = 0;
74    arij(1:15,1) = 0;
75    arij(11,2:3) = 0;

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

  ViewVC Help
Powered by ViewVC 1.1.22