/[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.5 by dimitri, Thu Nov 14 17:17:47 2013 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  !     xGtag
31  !     longitude East of SouthWest corner  !     longitude East of SouthWest corner
32  !     Nx * Ny Real*8 array  !     Nx * Ny Real*8 array
# Line 35  Line 43 
43  !     distance in m between SouthWest and NorthEast corner  !     distance in m between SouthWest and NorthEast corner
44  !     Nx * Ny Real*8 array  !     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  !     hFacCtag
55  !     landmask of center of grid cell, 0 is land, >0 is ocean  !     landmask of center of grid cell, 0 is land, >0 is ocean
56  !     Nx * Ny Real*8 array  !     Nx * Ny Real*8 array
# Line 210  Line 226 
226        INTEGER     OceanTimeTag        INTEGER     OceanTimeTag
227        INTEGER     IceTimeTag        INTEGER     IceTimeTag
228        INTEGER     OceanGridsizeTag        INTEGER     OceanGridsizeTag
229        INTEGER     xGtag        INTEGER     xCtag , yCtag
230        INTEGER     yGtag        INTEGER     xGtag , yGtag
231        INTEGER     dxGtag        INTEGER     aCStag, aSNtag
232        INTEGER     dxGtag        INTEGER     dxGtag, dyGtag
233        INTEGER     hFacCtag        INTEGER     hFacCtag
234        INTEGER     AreaBcTag        INTEGER     AreaBcTag
235        INTEGER     HeffBcTag        INTEGER     HeffBcTag
# Line 249  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 ( xGtag            = 10002002 )        PARAMETER ( xCtag            = 10002002 )
269        PARAMETER ( yGtag            = 10002003 )        PARAMETER ( yCtag            = 10002003 )
270        PARAMETER ( dxGtag           = 10002004 )        PARAMETER ( xGtag            = 10002004 )
271        PARAMETER ( dxGtag           = 10002005 )        PARAMETER ( yGtag            = 10002005 )
272        PARAMETER ( hFacCtag         = 10002006 )        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.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.22