/[MITgcm]/MITgcm/pkg/thsice/THSICE_VARS.h
ViewVC logotype

Diff of /MITgcm/pkg/thsice/THSICE_VARS.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.7 by jmc, Thu May 25 18:03:24 2006 UTC revision 1.8 by jmc, Wed Apr 4 01:56:17 2007 UTC
# Line 39  C   sHeating :: surf heating left to mel Line 39  C   sHeating :: surf heating left to mel
39  C   flxCndBt :: heat flux conducted through the ice to bottom surface  C   flxCndBt :: heat flux conducted through the ice to bottom surface
40  C   snowPrc  :: snow precipitation                        [kg/m2/s]  C   snowPrc  :: snow precipitation                        [kg/m2/s]
41  C   siceAlb  :: area weighted sea-ice albedo           [0-1]  C   siceAlb  :: area weighted sea-ice albedo           [0-1]
 C   dFdT     :: heat deriveative for coupled model  
42  C atmospheric fluxes (change along the time-stepping):  C atmospheric fluxes (change along the time-stepping):
43  C   icFlxSW  :: short-wave heat flux (+=down) over sea-ice  C   icFlxSW  :: short-wave heat flux (+=down) over sea-ice
44  C               (downward SW / net SW @ surface / net SW below sea-ice)  C               (downward SW / net SW @ surface / net SW below sea-ice)
45  C   icFlxAtm :: Atmospheric surf. heat flux over sea-ice [W/m2] (+=down)  C   icFlxAtm :: Atmospheric surf. heat flux over sea-ice [W/m2] (+=down)
46  C               (over sea-ice only / weighted by ice-fraction)  C               (over sea-ice only / weighted by ice-fraction)
# Line 55  C   oceSflx  :: net salt flux to the oce Line 54  C   oceSflx  :: net salt flux to the oce
54  c    &       oceQsw, oceQnet, oceFWfx, oceSflx,  c    &       oceQsw, oceQnet, oceFWfx, oceSflx,
55       &       sHeating, flxCndBt,       &       sHeating, flxCndBt,
56       &       snowPrc, siceAlb,       &       snowPrc, siceAlb,
 #ifdef COUPLE_MODEL  
      &       dFdT,  
 #endif  
57       &       icFlxSW, icFlxAtm, icFrwAtm       &       icFlxSW, icFlxAtm, icFrwAtm
58    
59  c     _RL oceQnet(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)  c     _RL oceQnet(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
# Line 68  c     _RL oceSflx(1-OLx:sNx+OLx,1-OLy:sN Line 64  c     _RL oceSflx(1-OLx:sNx+OLx,1-OLy:sN
64        _RL flxCndBt(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL flxCndBt(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
65        _RL snowPrc (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL snowPrc (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
66        _RL siceAlb (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL siceAlb (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
 #ifdef COUPLE_MODEL  
       _RL dFdT    (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)  
 #endif  
67        _RL icFlxSW (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL icFlxSW (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
68        _RL icFlxAtm(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL icFlxAtm(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
69        _RL icFrwAtm(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL icFrwAtm(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)

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

  ViewVC Help
Powered by ViewVC 1.1.22