/[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.1 by dimitri, Sun May 31 13:25:42 2009 UTC revision 1.2 by dimitri, Thu Feb 2 18:14:09 2012 UTC
# Line 89  DETAILS: Line 89  DETAILS:
89    
90  2. ocean sends  2. ocean sends
91    
92  deltatimestep  **** initial time step only *******************************
93    
94  ocean model time "myTime" (s)  deltatimestep                1           Real*8  TimeIntervalTag
95    
96    grid dimensions (Nx,Ny)      2           Integer OceanGridsizeTag
97    
98  Then on tracer grid:  Then on tracer grid:
99    
100  grid information + landmask  TBD  NOT YET IMPLEMENTED: grid information + landmask
101    
102  initial ice area (fractional: 0-1) at the tracer points  initial ice area (fractional: 0-1) at the tracer points
103  C     AREA  - fractional ice-covered area in m^2/m^2  C     AREA  - fractional ice-covered area in m^2/m^2
# Line 110  C             at center of grid, i.e., t Line 112  C             at center of grid, i.e., t
112  C             note: for non-zero AREA, actual ice  C             note: for non-zero AREA, actual ice
113  C                thickness is HEFF / AREA  C                thickness is HEFF / AREA
114    
115    initial ice salinity at the tracer points
116    C     HSALT - effective sea ice salinity in g/m^2
117    C             at center of grid, i.e., tracer point
118    
119  initial snow thickness (mean thickness, m) at the tracer points  initial snow thickness (mean thickness, m) at the tracer points
120  C     HSNOW - effective snow thickness in m  C     HSNOW - effective snow thickness in m
121  C             at center of grid, i.e., tracer point  C             at center of grid, i.e., tracer point
122  C             note: for non-zero AREA, actual snow  C             note: for non-zero AREA, actual snow
123  C                thickness is HSNOW / AREA  C                thickness is HSNOW / AREA
124    
125  initial ice salinity at the tracer points  **** every time step **************************************
126  C     HSALT - effective sea ice salinity in g/m^2  
127  C             at center of grid, i.e., tracer point  ocean model time "myTime" (s)
128    
129    boundary ice area            2*(Nx+Ny)-4 Real*8  AreaBcTag
130    
131    boundary ice thickness       2*(Nx+Ny)-4 Real*8  HeffBcTag
132    
133    boundary ice salinity        2*(Nx+Ny)-4 Real*8  HsaltBcTag
134    
135    boundary snow thickness      2*(Nx+Ny)-4 Real*8  HsnowBcTag
136    
137  open boundary u-ice velocity  open boundary u-ice velocity
138  specified at the inside edge of the outer grid cells  specified at the inside edge of the outer grid cells

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

  ViewVC Help
Powered by ViewVC 1.1.22