/[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.2 by dimitri, Fri Feb 3 14:08:28 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 89  Line 109 
109  !     where rhoice = 910 kg / m^3  !     where rhoice = 910 kg / m^3
110  !     Nx * Ny Real*8 array  !     Nx * Ny Real*8 array
111    
112    !     UiceTag
113    !     zonal ice velocity in m/s at South-West C-grid U point
114    !     >0 from West to East
115    !     Nx * Ny Real*8 array
116    
117    !     ViceTag
118    !     meridional ice velocity in m/s at South-West C-grid V point
119    !     >0 from South to North
120    !     Nx * Ny Real*8 array
121    
122  !     UwindTag  !     UwindTag
123  !     10-m u-wind at the tracer points (m/s)  !     10-m u-wind at the tracer points (m/s)
124  !     >0 from West to East  !     >0 from West to East
# Line 165  Line 195 
195  !     Nx * Ny Real*8 array  !     Nx * Ny Real*8 array
196    
197  !     WaterFluxTag  !     WaterFluxTag
198  !     freshwater flux at tracer point (m/s)  !     freshwater flux at tracer point ( kg/m^2/s )
199  !     WaterFlux is computed for ice-covered area only  !     WaterFlux is computed for ice-covered area only
200  !     > 0 for decrease in ocean salinity  !     > 0 for decrease in ocean salinity
201  !     Nx * Ny Real*8 array  !     Nx * Ny Real*8 array
# Line 180  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 190  Line 225 
225        INTEGER     HeffTag        INTEGER     HeffTag
226        INTEGER     HsnowTag        INTEGER     HsnowTag
227        INTEGER     HsaltTag        INTEGER     HsaltTag
228          INTEGER     UiceTag
229          INTEGER     ViceTag
230        INTEGER     UwindTag        INTEGER     UwindTag
231        INTEGER     VwindTag        INTEGER     VwindTag
232        INTEGER     LwDownTag        INTEGER     LwDownTag
# Line 212  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 )
# Line 222  Line 264 
264        PARAMETER ( HeffTag          = 10004002 )        PARAMETER ( HeffTag          = 10004002 )
265        PARAMETER ( HsnowTag         = 10004003 )        PARAMETER ( HsnowTag         = 10004003 )
266        PARAMETER ( HsaltTag         = 10004004 )        PARAMETER ( HsaltTag         = 10004004 )
267          PARAMETER ( UiceTag          = 10004005 )
268          PARAMETER ( ViceTag          = 10004006 )
269        PARAMETER ( UwindTag         = 10005001 )        PARAMETER ( UwindTag         = 10005001 )
270        PARAMETER ( VwindTag         = 10005002 )        PARAMETER ( VwindTag         = 10005002 )
271        PARAMETER ( LwDownTag        = 10005101 )        PARAMETER ( LwDownTag        = 10005101 )

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

  ViewVC Help
Powered by ViewVC 1.1.22