/[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.5 by dimitri, Thu Nov 14 17:17:47 2013 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    !     xGtag
23    !     longitude East of SouthWest corner
24    !     Nx * Ny Real*8 array
25    
26    !     yGtag
27    !     latitude North of SouthWest corner
28    !     Nx * Ny Real*8 array
29    
30    !     dxGtag
31    !     distance in m between SouthWest and SouthEast corner
32    !     Nx * Ny Real*8 array
33    
34    !     dyGtag
35    !     distance in m between SouthWest and NorthEast corner
36    !     Nx * Ny Real*8 array
37    
38    !     hFacCtag
39    !     landmask of center of grid cell, 0 is land, >0 is ocean
40    !     Nx * Ny Real*8 array
41    
42  !     AreaBcTag  !     AreaBcTag
43  !     open boundary ice area (fractional: 0-1) at the tracer points  !     open boundary ice area (fractional: 0-1) at the tracer points
44  !     2*(Nx+Ny)-4 Real*8 array  !     2*(Nx+Ny)-4 Real*8 array
# Line 190  Line 210 
210        INTEGER     OceanTimeTag        INTEGER     OceanTimeTag
211        INTEGER     IceTimeTag        INTEGER     IceTimeTag
212        INTEGER     OceanGridsizeTag        INTEGER     OceanGridsizeTag
213          INTEGER     xGtag
214          INTEGER     yGtag
215          INTEGER     dxGtag
216          INTEGER     dxGtag
217          INTEGER     hFacCtag
218        INTEGER     AreaBcTag        INTEGER     AreaBcTag
219        INTEGER     HeffBcTag        INTEGER     HeffBcTag
220        INTEGER     HsnowBcTag        INTEGER     HsnowBcTag
# Line 224  Line 249 
249        PARAMETER ( OceanTimeTag     = 10001001 )        PARAMETER ( OceanTimeTag     = 10001001 )
250        PARAMETER ( IceTimeTag       = 10001002 )        PARAMETER ( IceTimeTag       = 10001002 )
251        PARAMETER ( OceanGridsizeTag = 10002001 )        PARAMETER ( OceanGridsizeTag = 10002001 )
252          PARAMETER ( xGtag            = 10002002 )
253          PARAMETER ( yGtag            = 10002003 )
254          PARAMETER ( dxGtag           = 10002004 )
255          PARAMETER ( dxGtag           = 10002005 )
256          PARAMETER ( hFacCtag         = 10002006 )
257        PARAMETER ( AreaBcTag        = 10003001 )        PARAMETER ( AreaBcTag        = 10003001 )
258        PARAMETER ( HeffBcTag        = 10003002 )        PARAMETER ( HeffBcTag        = 10003002 )
259        PARAMETER ( HsnowBcTag       = 10003003 )        PARAMETER ( HsnowBcTag       = 10003003 )

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

  ViewVC Help
Powered by ViewVC 1.1.22