/[MITgcm]/MITgcm_contrib/MPMice/beaufort/code/CPL_MPMICE.h
ViewVC logotype

Diff of /MITgcm_contrib/MPMice/beaufort/code/CPL_MPMICE.h

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:16:33 2012 UTC revision 1.6 by dimitri, Thu Oct 2 22:02:55 2014 UTC
# Line 19  Line 19 
19  !     OceanGridsizeTag  !     OceanGridsizeTag
20  !     ocean model Nx and Ny dimensions: 2 integers  !     ocean model Nx and Ny dimensions: 2 integers
21    
22    !     xCtag
23    !     longitude East of center of grid cell
24    !     Nx * Ny Real*8 array
25    
26    !     yCtag
27    !     latitude North of center of grid cell
28    !     Nx * Ny Real*8 array
29    
30    !     xGtag
31    !     longitude East of SouthWest corner
32    !     Nx * Ny Real*8 array
33    
34    !     yGtag
35    !     latitude North of SouthWest corner
36    !     Nx * Ny Real*8 array
37    
38    !     dxGtag
39    !     distance in m between SouthWest and SouthEast corner
40    !     Nx * Ny Real*8 array
41    
42    !     dyGtag
43    !     distance in m between SouthWest and NorthEast corner
44    !     Nx * Ny Real*8 array
45    
46    !     aCStag
47    !     cosine(alpha) relative to geographic direction at grid cell center
48    !     Nx * Ny Real*8 array
49    
50    !     aSNtag
51    !     sine(alpha) relative to geographic direction at grid cell center
52    !     Nx * Ny Real*8 array
53    
54    !     hFacCtag
55    !     landmask of center of grid cell, 0 is land, >0 is ocean
56    !     Nx * Ny Real*8 array
57    
58  !     AreaBcTag  !     AreaBcTag
59  !     open boundary ice area (fractional: 0-1) at the tracer points  !     open boundary ice area (fractional: 0-1) at the tracer points
60  !     2*(Nx+Ny)-4 Real*8 array  !     2*(Nx+Ny)-4 Real*8 array
# Line 190  Line 226 
226        INTEGER     OceanTimeTag        INTEGER     OceanTimeTag
227        INTEGER     IceTimeTag        INTEGER     IceTimeTag
228        INTEGER     OceanGridsizeTag        INTEGER     OceanGridsizeTag
229          INTEGER     xCtag , yCtag
230          INTEGER     xGtag , yGtag
231          INTEGER     aCStag, aSNtag
232          INTEGER     dxGtag, dyGtag
233          INTEGER     hFacCtag
234        INTEGER     AreaBcTag        INTEGER     AreaBcTag
235        INTEGER     HeffBcTag        INTEGER     HeffBcTag
236        INTEGER     HsnowBcTag        INTEGER     HsnowBcTag
# Line 224  Line 265 
265        PARAMETER ( OceanTimeTag     = 10001001 )        PARAMETER ( OceanTimeTag     = 10001001 )
266        PARAMETER ( IceTimeTag       = 10001002 )        PARAMETER ( IceTimeTag       = 10001002 )
267        PARAMETER ( OceanGridsizeTag = 10002001 )        PARAMETER ( OceanGridsizeTag = 10002001 )
268          PARAMETER ( xCtag            = 10002002 )
269          PARAMETER ( yCtag            = 10002003 )
270          PARAMETER ( xGtag            = 10002004 )
271          PARAMETER ( yGtag            = 10002005 )
272          PARAMETER ( dxGtag           = 10002006 )
273          PARAMETER ( dyGtag           = 10002007 )
274          PARAMETER ( aCStag           = 10002008 )
275          PARAMETER ( aSNtag           = 10002009 )
276          PARAMETER ( hFacCtag         = 10002010 )
277        PARAMETER ( AreaBcTag        = 10003001 )        PARAMETER ( AreaBcTag        = 10003001 )
278        PARAMETER ( HeffBcTag        = 10003002 )        PARAMETER ( HeffBcTag        = 10003002 )
279        PARAMETER ( HsnowBcTag       = 10003003 )        PARAMETER ( HsnowBcTag       = 10003003 )

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

  ViewVC Help
Powered by ViewVC 1.1.22