/[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.3 by dimitri, Fri Feb 3 14:10:31 2012 UTC revision 1.4 by dimitri, Thu Mar 22 02:15:58 2012 UTC
# Line 9  ice thickness                Nx*Ny Line 9  ice thickness                Nx*Ny
9  ice salinity                 Nx*Ny       Real*8  HsaltTag  ice salinity                 Nx*Ny       Real*8  HsaltTag
10  snow thickness               Nx*Ny       Real*8  HsnowTag  snow thickness               Nx*Ny       Real*8  HsnowTag
11    
 ===> Ocean Sends/ Ice Receives  
 ocean model time             1           Real*8  OceanTimeTag  
 boundary ice area            2*(Nx+Ny)-4 Real*8  AreaBcTag  
 boundary ice thickness       2*(Nx+Ny)-4 Real*8  HeffBcTag  
 boundary ice salinity        2*(Nx+Ny)-4 Real*8  HsaltBcTag  
 boundary snow thickness      2*(Nx+Ny)-4 Real*8  HsnowBcTag  
 boundary u ice               2*(Nx+Ny)-6 Real*8  UiceBcTag  
 boundary v ice               2*(Nx+Ny)-6 Real*8  ViceBcTag  
 u-wind velocity              Nx*Ny       Real*8  UwindTag  
 v-wind velocity              Nx*Ny       Real*8  VwindTag  
 downward longwave radiation  Nx*Ny       Real*8  LwDownTag  
 downward shortwave radiation Nx*Ny       Real*8  SwDownTag  
 air temperature              Nx*Ny       Real*8  AtempTag  
 humidity                     Nx*Ny       Real*8  AqhTag  
 precipitation                Nx*Ny       Real*8  PrecipTag  
 ocean surface temperature    Nx*Ny       Real*8  SstTag  
 ocean surface salinity       Nx*Ny       Real*8  SssTag  
 surface u current            Nx*Ny       Real*8  UvelTag  
 surface v current            Nx*Ny       Real*8  VvelTag  
   
 ===> Ice Sends/Ocean Receives  
 ice model time               1           Real*8  IceTimeTag  
 ice area                     Nx*Ny       Real*8  AreaTag (initial ice area)  
 ice thickness                Nx*Ny       Real*8  HeffTag (initial ice thickness)  
 ice salinity                 Nx*Ny       Real*8  HsaltTag (initial ice salinity)  
 snow thickness               Nx*Ny       Real*8  HsnowTag (initial snow thickness)  
 u surface stress             Nx*Ny       Real*8  UstressTag (surface v current)  
 v surface stress             Nx*Ny       Real*8  VstressTag (array of 2)  
 residual shortwave           Nx*Ny       Real*8  SwResidTag (array of 1)  
 heat flux                    Nx*Ny       Real*8  HeatFluxTag (array of 1)  
 freshwater flux              Nx*Ny       Real*8  WaterFluxTag (array of 1)  
 salt flux                    Nx*Ny       Real*8  SaltFluxTag (array of 1)  
   
12  =====================================  =====================================
13    
14  Each deltatimestep:  Each deltatimestep:
# Line 72  ice area                     Nx*Ny Line 39  ice area                     Nx*Ny
39  ice thickness                Nx*Ny       Real*8  HeffTag  ice thickness                Nx*Ny       Real*8  HeffTag
40  ice salinity                 Nx*Ny       Real*8  HsaltTag  ice salinity                 Nx*Ny       Real*8  HsaltTag
41  snow thickness               Nx*Ny       Real*8  HsnowTag  snow thickness               Nx*Ny       Real*8  HsnowTag
42    u ice velocity               Nx*Ny       Real*8  UiceTag
43    v ice velocity               Nx*Ny       Real*8  ViceTag
44  u surface stress             Nx*Ny       Real*8  UstressTag  u surface stress             Nx*Ny       Real*8  UstressTag
45  v surface stress             Nx*Ny       Real*8  VstressTag  v surface stress             Nx*Ny       Real*8  VstressTag
46  residual shortwave           Nx*Ny       Real*8  SwResidTag  residual shortwave           Nx*Ny       Real*8  SwResidTag
# Line 140  open boundary u-ice velocity Line 109  open boundary u-ice velocity
109  specified at the inside edge of the outer grid cells  specified at the inside edge of the outer grid cells
110  southwest C-grid locations for normal component and at the  southwest C-grid locations for normal component and at the
111  southwest C-grid locations for tangential  southwest C-grid locations for tangential
112  C     UICE  - zonal ice velocity in m/s at South-West B-grid  C     UICE  - zonal ice velocity in m/s at South-West C-grid U point
 C             (or C-grid #ifdef SEAICE_CGRID) U point  
113  C             >0 from West to East  C             >0 from West to East
114    
115  open boundary v-ice velocity  open boundary v-ice velocity
116  specified at the inside edge of the outer grid cells  specified at the inside edge of the outer grid cells
117  southwest C-grid locations for normal component and at the  southwest C-grid locations for normal component and at the
118  southwest C-grid locations for tangential  southwest C-grid locations for tangential
119  C     VICE  - meridional ice velocity in m/s at South-West B-grid  C     VICE  - meridional ice velocity in m/s at South-West C-grid V point
 C             (or C-grid #ifdef SEAICE_CGRID) V point  
120  C             >0 from South to North  C             >0 from South to North
 C             note: the South-West B-grid U and V points are on  
 C                the lower, left-hand corner of each grid cell  
121    
122  10-m u-wind at the tracer points  10-m u-wind at the tracer points
123  c     uwind     :: Surface (10-m) zonal wind velocity in m/s  c     uwind     :: Surface (10-m) zonal wind velocity in m/s
# Line 233  C     HSNOW :: effective snow thickness Line 198  C     HSNOW :: effective snow thickness
198  C              at center of grid, i.e., tracer point  C              at center of grid, i.e., tracer point
199  C              note: for non-zero AREA, actual snow thickness is HSNOW / AREA  C              note: for non-zero AREA, actual snow thickness is HSNOW / AREA
200    
201    u ice velocity at southwest c-grid locations
202    C     UICE  - zonal ice velocity in m/s at South-West C-grid U point
203    C             >0 from West to East
204    
205    v ice velocity at southwest c-grid locations
206    C     VICE  - meridional ice velocity in m/s at South-West C-grid V point
207    C             >0 from South to North
208    
209  u-stress under ice at southwest c-grid locations  u-stress under ice at southwest c-grid locations
210  C     fu    :: Zonal surface wind stress in N/m^2  C     fu    :: Zonal surface wind stress in N/m^2
211  C              > 0 for increase in uVel, which is west to  C              > 0 for increase in uVel, which is west to

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

  ViewVC Help
Powered by ViewVC 1.1.22