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?) |
xG Nx*Ny Real*8 xGtag |
7 |
|
yG Nx*Ny Real*8 yGtag |
8 |
|
dxG Nx*Ny Real*8 dxGtag |
9 |
|
dyG Nx*Ny Real*8 dxGtag |
10 |
|
hFacC Nx*Ny Real*8 hFacCtag |
11 |
ice area Nx*Ny Real*8 AreaTag |
ice area Nx*Ny Real*8 AreaTag |
12 |
ice thickness Nx*Ny Real*8 HeffTag |
ice thickness Nx*Ny Real*8 HeffTag |
13 |
ice salinity Nx*Ny Real*8 HsaltTag |
ice salinity Nx*Ny Real*8 HsaltTag |
70 |
|
|
71 |
grid dimensions (Nx,Ny) 2 Integer OceanGridsizeTag |
grid dimensions (Nx,Ny) 2 Integer OceanGridsizeTag |
72 |
|
|
73 |
|
Some grid information - see MITgcm/model/inc/GRID.h for details: |
74 |
|
xG :: longitude East of SouthWest corner |
75 |
|
yG :: latitude North of SouthWest corner |
76 |
|
dxG :: distance in m between SouthWest and SouthEast corner |
77 |
|
dyG :: distance in m between SouthWest and NorthEast corner |
78 |
|
|
79 |
Then on tracer grid: |
Then on tracer grid: |
80 |
|
|
81 |
NOT YET IMPLEMENTED: grid information + landmask |
hFacC :: landmask of center of grid cell, 0 is land, >0 is ocean |
82 |
|
|
83 |
initial ice area (fractional: 0-1) at the tracer points |
initial ice area (fractional: 0-1) at the tracer points |
84 |
C AREA - fractional ice-covered area in m^2/m^2 |
C AREA - fractional ice-covered area in m^2/m^2 |
238 |
C Southwest C-grid tracer point |
C Southwest C-grid tracer point |
239 |
|
|
240 |
heat flux (less shortwave) at tracer point |
heat flux (less shortwave) at tracer point |
241 |
C Qnet :: Net upward surface heat flux (including shortwave) in W/m^2 |
C HeatFlux |
242 |
C Qnet = latent + sensible + net longwave + net shortwave |
C :: Upward surface heat flux (excluding shortwave) in W/m^2 |
243 |
|
C HeatFlux = latent + sensible + net longwave |
244 |
C > 0 for decrease in theta (ocean cooling) |
C > 0 for decrease in theta (ocean cooling) |
245 |
C Typical range: -250 < Qnet < 600 |
C Typical range: 100 < Qnet < 950 |
246 |
C Southwest C-grid tracer point |
C Southwest C-grid tracer point |
247 |
|
|
248 |
freshwater flux at tracer point |
freshwater flux at tracer point |