/[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.1 by jmc, Wed Apr 7 23:40:34 2004 UTC revision 1.2 by jmc, Mon Jan 31 19:37:06 2005 UTC
# Line 38  C-- COMMON /THSICE_FLUX/ hold fluxes nee Line 38  C-- COMMON /THSICE_FLUX/ hold fluxes nee
38  C   sHeating :: surf heating left to melt snow or ice (= Atmos-Conduction)  C   sHeating :: surf heating left to melt snow or ice (= Atmos-Conduction)
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]
42  C   dFdT     :: heat deriveative for coupled model  C   dFdT     :: heat deriveative for coupled model
43  C   oceQnet  :: net heat flux  to the ocean         (+=down) [W/m2]  C   oceQnet  :: net heat flux  to the ocean         (+=down) [W/m2]
44  C   oceQsw   :: net short-wave that enter the ocean (+=down) [W/m2]  C   oceQsw   :: net short-wave that enter the ocean (+=down) [W/m2]
# Line 46  C   oceSflx  :: net salt flux to the oce Line 47  C   oceSflx  :: net salt flux to the oce
47        COMMON / THSICE_FLUX /        COMMON / THSICE_FLUX /
48  c    &       oceQsw, oceQnet, oceFWfx, oceSflx,  c    &       oceQsw, oceQnet, oceFWfx, oceSflx,
49       &       sHeating, flxCndBt,       &       sHeating, flxCndBt,
50       &       snowPrc       &       snowPrc, siceAlb
51  #ifdef COUPLE_MODEL  #ifdef COUPLE_MODEL
52       &     , dFdT       &     , dFdT
53  #endif  #endif
# Line 58  c     _RL oceSflx(1-OLx:sNx+OLx,1-OLy:sN Line 59  c     _RL oceSflx(1-OLx:sNx+OLx,1-OLy:sN
59        _RL sHeating(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL sHeating(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
60        _RL flxCndBt(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL flxCndBt(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
61        _RL snowPrc (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL snowPrc (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
62          _RL siceAlb (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
63  #ifdef COUPLE_MODEL  #ifdef COUPLE_MODEL
64        _RL dFdT    (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL dFdT    (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
65  #endif  #endif

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

  ViewVC Help
Powered by ViewVC 1.1.22