/[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.1 by heimbach, Mon Jul 28 04:34:37 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 5  o Line 8  o
8  Can we agree on coherent terminology of  Can we agree on coherent terminology of
9  Canadian Arctic Archipelago (CAA).  Canadian Arctic Archipelago (CAA).
10    
11    ML: OK, done.
12    
13  o  o
14  Export numbers for free-slip, noslip are not consistent with what I have.  Export numbers for free-slip, noslip are not consistent with what I have.
15  Also, do we want to refer to annual mean, or rather integrated annual transport?  Also, do we want to refer to annual mean, or rather integrated annual transport?
16    
17    ML: I computed hu = -sum((SIheff+SIhsnow)*SIuice*area)/sum(area) at
18    i=100,j=116:122, and then took mean(hu) and std(hu). What are your numbers?
19    
20  o  o
21  You've removed a lot of "basic" descriptions which I think need to be  You've removed a lot of "basic" descriptions which I think need to be
22  mentioned first before looking at pecularities  mentioned first before looking at pecularities
23    
24    ML: OK, assuming that you put it back in, I am happy with the content of
25    the text (but changed some wording ... )
26    
27  o  o
28  Figure 5:  Figure 5:
29  Could you refine zonal grid to 10deg. spacing.  Could you refine zonal grid to 10deg. spacing.
30  (e.g. by slightly diminishing label size).  (e.g. by slightly diminishing label size).
31    
32    ML: I have put ticks every 10deg, but labels every 20deg (not so
33    simple with m_grid
34    
35  o  o
36  Figure 6: good, but a bit messy as it is now.  Figure 6: good, but a bit messy as it is now.
37  I suggest to  I suggest to
# Line 36  Finally, would be nice to have a picture Line 50  Finally, would be nice to have a picture
50  of the zonal section.  of the zonal section.
51    
52    
53    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?
55    I have now actually removed some of the "inlets" that I have
56    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.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22