/[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.6 by dimitri, Wed Jan 1 00:20:40 2014 UTC revision 1.8 by dimitri, Wed Jul 13 23:13:31 2016 UTC
# Line 3  Initialization (myTime .EQ. startTime in Line 3  Initialization (myTime .EQ. startTime in
3  ===> Ocean Sends/ Ice Receives (fields that are sent only once)  ===> Ocean Sends/ Ice Receives (fields that are sent only once)
4  deltatimestep                1           Real*8  TimeIntervalTag  deltatimestep                1           Real*8  TimeIntervalTag
5  grid dimensions (Nx,Ny)      2           Integer OceanGridsizeTag  grid dimensions (Nx,Ny)      2           Integer OceanGridsizeTag
6    
7    xC                           Nx*Ny       Real*8  xCtag
8    yC                           Nx*Ny       Real*8  yCtag
9  xG                           Nx*Ny       Real*8  xGtag  xG                           Nx*Ny       Real*8  xGtag
10  yG                           Nx*Ny       Real*8  yGtag  yG                           Nx*Ny       Real*8  yGtag
11  dxG                          Nx*Ny       Real*8  dxGtag  dxG                          Nx*Ny       Real*8  dxGtag
12  dyG                          Nx*Ny       Real*8  dxGtag  dyG                          Nx*Ny       Real*8  dxGtag
13    AngleCS                      Nx*Ny       Real*8  aCStag
14    AngleSN                      Nx*Ny       Real*8  aSNtag
15  hFacC                        Nx*Ny       Real*8  hFacCtag  hFacC                        Nx*Ny       Real*8  hFacCtag
16  ice area                     Nx*Ny       Real*8  AreaTag  ice area                     Nx*Ny       Real*8  AreaTag
17  ice thickness                Nx*Ny       Real*8  HeffTag  ice thickness                Nx*Ny       Real*8  HeffTag
# Line 71  deltatimestep                1 Line 76  deltatimestep                1
76  grid dimensions (Nx,Ny)      2           Integer OceanGridsizeTag  grid dimensions (Nx,Ny)      2           Integer OceanGridsizeTag
77    
78  Some grid information - see MITgcm/model/inc/GRID.h for details:  Some grid information - see MITgcm/model/inc/GRID.h for details:
79    xC  :: longitude East of center of grid cell
80    yC  ::latitude North of center of grid cell
81  xG  :: longitude East of SouthWest corner  xG  :: longitude East of SouthWest corner
82  yG  :: latitude North of SouthWest corner  yG  :: latitude North of SouthWest corner
83  dxG :: distance in m between SouthWest and SouthEast corner  dxG :: distance in m between SouthWest and SouthEast corner
84  dyG :: distance in m between SouthWest and NorthEast corner  dyG :: distance in m between SouthWest and NorthEast corner
85    
86    aCS :: cosine(alpha) relative to geographic direction at grid cell center
87    aSN :: sine(alpha) relative to geographic direction at grid cell center
88    
89           alpha = angle of model uVel direction vs geographical East
90                 = angle of model vVel direction vs geographical North
91           (AngleCS*uVelc - AngleSN*vVelc, AngleSN*uVelc + AngleCN*vVelc)
92           rotates model velocity to geographical coordinates, where
93           (uVelc,vVelc) is model velocity vector at center of grid cell
94    
95  Then on tracer grid:  Then on tracer grid:
96    
97  hFacC :: landmask of center of grid cell, 0 is land, >0 is ocean  hFacC :: landmask of center of grid cell, 0 is land, >0 is ocean
# Line 242  C     HeatFlux Line 258  C     HeatFlux
258  C           :: Upward surface heat flux (excluding shortwave) in W/m^2  C           :: Upward surface heat flux (excluding shortwave) in W/m^2
259  C              HeatFlux = latent + sensible + net longwave  C              HeatFlux = latent + sensible + net longwave
260  C              > 0 for decrease in theta (ocean cooling)  C              > 0 for decrease in theta (ocean cooling)
261  C              Typical range: 100 < Qnet < 950  C              Typical range: -250 < HeatFlux < 950
262  C              Southwest C-grid tracer point  C              Southwest C-grid tracer point
263    
264  freshwater flux at tracer point  freshwater flux at tracer point

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

  ViewVC Help
Powered by ViewVC 1.1.22