/[MITgcm]/MITgcm_contrib/MPMice/beaufort/CPL_README.txt
ViewVC logotype

Diff of /MITgcm_contrib/MPMice/beaufort/CPL_README.txt

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

revision 1.4 by dimitri, Thu Mar 22 02:15:58 2012 UTC revision 1.7 by dimitri, Thu Oct 2 22:02:55 2014 UTC
# Line 3  Initialization (myTime .EQ. startTime in Line 3  Initialization (myTime .EQ. startTime in
3  ===> Ocean Sends/ Ice Receives (fields that are sent only once)  ===> Ocean Sends/ Ice Receives (fields that are sent only once)
4  deltatimestep                1           Real*8  TimeIntervalTag  deltatimestep                1           Real*8  TimeIntervalTag
5  grid dimensions (Nx,Ny)      2           Integer OceanGridsizeTag  grid dimensions (Nx,Ny)      2           Integer OceanGridsizeTag
6  (grid locations - later?)  
7    xC                           Nx*Ny       Real*8  xCtag
8    yC                           Nx*Ny       Real*8  yCtag
9    xG                           Nx*Ny       Real*8  xGtag
10    yG                           Nx*Ny       Real*8  yGtag
11    dxG                          Nx*Ny       Real*8  dxGtag
12    dyG                          Nx*Ny       Real*8  dxGtag
13    AngleCS                      Nx*Ny       Real*8  aCStag
14    AngleSN                      Nx*Ny       Real*8  aSNtag
15    hFacC                        Nx*Ny       Real*8  hFacCtag
16  ice area                     Nx*Ny       Real*8  AreaTag  ice area                     Nx*Ny       Real*8  AreaTag
17  ice thickness                Nx*Ny       Real*8  HeffTag  ice thickness                Nx*Ny       Real*8  HeffTag
18  ice salinity                 Nx*Ny       Real*8  HsaltTag  ice salinity                 Nx*Ny       Real*8  HsaltTag
# Line 66  deltatimestep                1 Line 75  deltatimestep                1
75    
76  grid dimensions (Nx,Ny)      2           Integer OceanGridsizeTag  grid dimensions (Nx,Ny)      2           Integer OceanGridsizeTag
77    
78    Some grid information - see MITgcm/model/inc/GRID.h for details:
79    xC  :: longitude East of center of grid cell
80    yC  ::latitude North of center of grid cell
81    xG  :: longitude East of SouthWest corner
82    yG  :: latitude North of SouthWest corner
83    dxG :: distance in m between SouthWest and SouthEast corner
84    dyG :: distance in m between SouthWest and NorthEast corner
85    
86    aCS :: cosine(alpha) relative to geographic direction at grid cell center
87    aSN :: sine(alpha) relative to geographic direction at grid cell center
88    
89           alpha = angle of model uVel direction vs geographical East
90                 = angle of model vVel direction vs geographical North
91           (AngleCS*uVelc - AngleSN*vVelc, AngleSN*uVelc + AngleCN*vVelc)
92           rotates model velocity to geographical coordinates, where
93           (uVelc,vVelc) is model velocity vector at center of grid cell
94    
95  Then on tracer grid:  Then on tracer grid:
96    
97  NOT YET IMPLEMENTED: grid information + landmask  hFacC :: landmask of center of grid cell, 0 is land, >0 is ocean
98    
99  initial ice area (fractional: 0-1) at the tracer points  initial ice area (fractional: 0-1) at the tracer points
100  C     AREA  - fractional ice-covered area in m^2/m^2  C     AREA  - fractional ice-covered area in m^2/m^2
# Line 228  C              Typical range: -350 < Qsw Line 254  C              Typical range: -350 < Qsw
254  C              Southwest C-grid tracer point  C              Southwest C-grid tracer point
255    
256  heat flux (less shortwave) at tracer point  heat flux (less shortwave) at tracer point
257  C     Qnet  :: Net upward surface heat flux (including shortwave) in W/m^2  C     HeatFlux
258  C              Qnet = latent + sensible + net longwave + net shortwave  C           :: Upward surface heat flux (excluding shortwave) in W/m^2
259    C              HeatFlux = latent + sensible + net longwave
260  C              > 0 for decrease in theta (ocean cooling)  C              > 0 for decrease in theta (ocean cooling)
261  C              Typical range: -250 < Qnet < 600  C              Typical range: 100 < Qnet < 950
262  C              Southwest C-grid tracer point  C              Southwest C-grid tracer point
263    
264  freshwater flux at tracer point  freshwater flux at tracer point

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

  ViewVC Help
Powered by ViewVC 1.1.22