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 |
|
|
7 |
|
xC Nx*Ny Real*8 xCtag |
8 |
|
yC Nx*Ny Real*8 yCtag |
9 |
xG Nx*Ny Real*8 xGtag |
xG Nx*Ny Real*8 xGtag |
10 |
yG Nx*Ny Real*8 yGtag |
yG Nx*Ny Real*8 yGtag |
11 |
dxG Nx*Ny Real*8 dxGtag |
dxG Nx*Ny Real*8 dxGtag |
12 |
dyG Nx*Ny Real*8 dxGtag |
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 |
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 |
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: |
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 |
xG :: longitude East of SouthWest corner |
82 |
yG :: latitude North of SouthWest corner |
yG :: latitude North of SouthWest corner |
83 |
dxG :: distance in m between SouthWest and SouthEast corner |
dxG :: distance in m between SouthWest and SouthEast corner |
84 |
dyG :: distance in m between SouthWest and NorthEast corner |
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 |
hFacC :: landmask of center of grid cell, 0 is land, >0 is ocean |
hFacC :: landmask of center of grid cell, 0 is land, >0 is ocean |
258 |
C :: Upward surface heat flux (excluding shortwave) in W/m^2 |
C :: Upward surface heat flux (excluding shortwave) in W/m^2 |
259 |
C HeatFlux = latent + sensible + net longwave |
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: 100 < Qnet < 950 |
C Typical range: -250 < HeatFlux < 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 |